summaryrefslogtreecommitdiff
path: root/profiles/input
Commit message (Expand)AuthorAgeFilesLines
* input/device: Fix warnings when disconnectingLuiz Augusto von Dentz2014-05-231-25/+5
* input/device: Rework uHID code to use bt_uhidLuiz Augusto von Dentz2014-05-231-184/+71
* hog: Fix compilation error on 32 bit machineSzymon Janc2014-05-141-1/+1
* input: Fix compilation errors on 32 bit machineSzymon Janc2014-05-141-2/+2
* hog: Fix report_value_cb() buffer overflowPetri Gynther2014-05-091-9/+14
* hog: Improve report_value_cb() uHID error handlingPetri Gynther2014-05-091-5/+16
* hog: Fix report_value_cb() signaturePetri Gynther2014-05-091-2/+1
* input: Fix minor coding style issuesJohan Hedberg2014-05-081-24/+28
* input: Add userspace HID supportPetri Gynther2014-05-085-16/+752
* hog: Remove redundant structAndrzej Kaczmarek2014-05-051-20/+5
* hog: Discover descriptors using gatt_discover_descAndrzej Kaczmarek2014-05-051-40/+12
* hog: Improve report map debuggingAndrzej Kaczmarek2014-04-301-26/+38
* hog: Fix checking for Report ID item presenceAndrzej Kaczmarek2014-04-301-5/+62
* input: Use proper bool type for boolean variableJohan Hedberg2014-04-051-7/+7
* input: Refactor HIDP kernel module interactionPetri Gynther2014-04-051-53/+64
* input: Fix input.conf IdleTimeout handlingPetri Gynther2014-04-051-7/+6
* gatt: Move Characteristic properties to attrib/gatt.hClaudio Takahasi2014-03-251-2/+2
* Replace att_get_u16() by get_le16()Claudio Takahasi2014-03-241-4/+5
* core: Update btd_adapter_find_device to also match the address typeJohan Hedberg2014-03-222-3/+3
* hog: Fill ev.u.create.{phys,uniq} for UHID_CREATEPetri Gynther2014-03-071-0/+3
* hog: Remove hog_device.namePetri Gynther2014-03-071-9/+5
* input: Remove input_device.namePetri Gynther2014-03-071-9/+2
* hog: Use HoG device name as uHID input device namePetri Gynther2014-02-191-1/+9
* core: Fix device_get_name() to always null-terminate what it returnsPetri Gynther2014-02-191-1/+1
* profiles: Make btio/btio.h include localMarcel Holtmann2014-01-251-2/+1
* profiles: Use full include path for header filesMarcel Holtmann2014-01-255-25/+26
* Rename glib-helper to uuid-helperJohan Hedberg2014-01-211-1/+1
* input: Add DualShock 4 detectionSzymon Janc2014-01-181-5/+11
* attrib: Modify gatt_cb_t signatureAnderson Lizardo2014-01-111-3/+3
* input: Fix connecting new trusted sixaxis deviceSzymon Janc2014-01-091-4/+3
* input: Fix check if device is sixaxis in auth_callbackSzymon Janc2014-01-091-1/+1
* input: Fix crash on authorization reply with first sixaxis connectionSzymon Janc2014-01-091-26/+2
* input: Fix crash when SDP record isn't availableBastien Nocera2013-12-101-0/+3
* core: Rename device_is_connected to btd_device_is_connectedSzymon Janc2013-12-031-2/+2
* input: Rename check_sixaxis to dev_is_sixaxis for clarityJohan Hedberg2013-11-271-4/+4
* input: Add support for handling sixaxis devicesSzymon Janc2013-11-271-1/+103
* Rename adapter_find_device to btd_adapter_find_deviceSzymon Janc2013-11-271-1/+1
* Rename adapter_get_address to btd_adapter_get_addressSzymon Janc2013-11-272-3/+3
* hog: ignore UHID-setup events and document whyDavid Herrmann2013-09-061-1/+32
* attrib: Do not use Write Command in gatt_write_char()Anderson Lizardo2013-07-241-3/+3
* attrib: Rename gatt_find_info() to gatt_discover_char_desc()Anderson Lizardo2013-07-241-3/+4
* input: Add debug logs for attio connection status in HoG codeJohan Hedberg2013-07-161-0/+4
* input: Fix minor coding style issue in HoG codeJohan Hedberg2013-07-161-2/+2
* input: Fix rejecting connections from unknown devicesJohan Hedberg2013-07-123-6/+17
* input: Fix service disconnected state transitionJohan Hedberg2013-07-121-2/+2
* input: Add some extra debug statements to clarify connection flowJohan Hedberg2013-07-122-0/+8
* input: Use btd_service userdata pointerMikel Astiz2013-06-241-27/+10
* input: Get rid of gintLucas De Marchi2013-05-012-2/+2
* profile: Use btd_service for connect/disconnectMikel Astiz2013-04-264-52/+10
* input: Hold a reference to btd_serviceMikel Astiz2013-04-261-5/+6