summaryrefslogtreecommitdiff
path: root/profiles/input
Commit message (Expand)AuthorAgeFilesLines
* hog-lib: Fix not handling BT_ATT_OP_HANDLE_NFY_MULTLuiz Augusto von Dentz2023-01-051-2/+21
* hog-lib: Fix scan-build errorLuiz Augusto von Dentz2022-08-161-0/+9
* hog-lib: Don't restrict Report MAP sizeLuiz Augusto von Dentz2022-08-161-16/+16
* input/device: Notify failure if ctrl disconnect when waiting intrArchie Pusaka2022-05-181-0/+7
* hog-lib: Fix not reading report_map of instancesLuiz Augusto von Dentz2022-05-121-3/+5
* hog-lib: Check if Report ID is set before prepending itLuiz Augusto von Dentz2022-04-221-1/+8
* hog-lib: Fix not waiting for UHID_STARTLuiz Augusto von Dentz2022-02-251-19/+22
* profiles: Fix the reusing gerror without re-initializationTedd Ho-Jeong An2022-02-111-1/+1
* hog-lib: Make use of UHID_CREATE2Luiz Augusto von Dentz2022-01-181-119/+92
* hog: Add input queue while uhid device has not been createdLuiz Augusto von Dentz2022-01-131-3/+29
* hog: Fix read order of attributesLuiz Augusto von Dentz2022-01-131-72/+119
* build: Replace use of g_memdup with util_memdupLuiz Augusto von Dentz2022-01-061-6/+6
* uhid: Remove local copy of uhid headerLuiz Augusto von Dentz2021-11-221-199/+0
* profiles/input: Fix unchecked return valueTedd Ho-Jeong An2021-10-181-1/+5
* input/hog-lib: do not silently ignore missing connection in read_char()Dmitry Torokhov2021-04-081-4/+0
* input/hog-lib: avoid scanning characteristics too earlyDmitry Torokhov2021-04-081-1/+0
* input/hog-lib: add error handling when calling into gattDmitry Torokhov2021-04-081-29/+48
* hog-lib: Fix crash when receiving UHID_GET_REPORTLuiz Augusto von Dentz2021-03-311-19/+30
* profiles: Use timeout_add_secondsFrédéric Danis2021-03-161-15/+18
* profiles: Cleanup deprecated symbolic file permissionsBrian Gix2021-02-231-1/+1
* sixaxis: Fix Bluetooth PS3 clone joypad being named like the originalSzymon Janc2021-02-222-2/+13
* input/hog: Fix double registering report value callbacksSonny Sasaka2021-01-251-0/+6
* input/hog: Cache the HID report mapSonny Sasaka2020-12-141-24/+127
* Revert "input/hog: Remove HID device after HoG device disconnects"Sonny Sasaka2020-12-141-2/+0
* hog: Fix stripping off read report bytesDean Camera2020-11-201-7/+10
* profiles: Add SPDX License IdentifierTedd Ho-Jeong An2020-09-2113-182/+13
* input/device: Unregister all UHID event listeners at UHID_DESTROYSonny Sasaka2020-08-211-0/+2
* device: Don't browse SDP if HIDSDPDisable is setArchie Pusaka2020-08-181-0/+3
* input/device: Send UHID_DESTROY upon disconnectionArchie Pusaka2020-08-031-1/+28
* input/device: Implement handle for UHID_SET_REPORTArchie Pusaka2020-08-031-24/+76
* input/device: Replace UHID_FEATURE with UHID_GET_REPORTArchie Pusaka2020-08-032-21/+22
* input: Remove bonding info when receiving virtual cable unplugArchie Pusaka2020-07-281-1/+22
* input: encrypt on receive conn req if classic_bonded_onlyArchie Pusaka2020-07-233-2/+10
* input: authenticate when connecting to a bonded deviceArchie Pusaka2020-07-231-5/+16
* input: Make HID devices support wakeAbhishek Pandit-Subedi2020-07-072-0/+2
* lib: Move HOG UUID definitionManish Mandlik2020-06-162-3/+0
* input: Disconnect ctrl chan only if intr chan was disconnected by usArchie Pusaka2020-06-101-2/+4
* input: disconnect intr channel before ctrl channelArchie Pusaka2020-06-101-5/+10
* hog: Set vendor, product and version for all instancesHaakon Drews2020-05-181-0/+9
* add hog ref before adding to instancesStéphane Cerveau2020-04-201-3/+3
* input: Add LEAutoSecurity setting to input.confLuiz Augusto von Dentz2020-03-164-3/+27
* input: hog: Attempt to set security level if not bondedLuiz Augusto von Dentz2020-03-161-2/+11
* HID accepts bonded device connections only.Alain Michaud2020-03-104-2/+43
* HOGP must only accept data from bonded devices.Alain Michaud2020-03-101-0/+4
* input: Update virtual input devices with correct infoAbhishek Pandit-Subedi2019-12-032-2/+12
* input/hog: Remove HID device after HoG device disconnectsBenjamin Tissoires2019-07-151-0/+2
* build: Move declaration of _GNU_SOURCE back into individual source filesMarcel Holtmann2018-12-061-0/+1
* input: Fix compiler error with GCC 8.0Luiz Augusto von Dentz2018-05-281-2/+2
* input: Fix compiler warning from string operationMarcel Holtmann2018-05-241-4/+3
* input: Fix compiler warning from wrong array sizeMarcel Holtmann2018-05-231-1/+2