summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-6.5/acer' into for-linusJiri Kosina2023-06-272-26/+17
|\
| * HID: asus: reformat the hotkey mapping blockLuke D. Jones2023-05-231-32/+12
| * HID: asus: add keycodes for 0x6a, 0x4b, and 0xc7Luke D. Jones2023-05-231-0/+7
| * HID: asus: Add support for ASUS ROG Z13 keyboardLuke D. Jones2023-05-232-0/+4
* | HID: hidraw: fix data race on device refcountLudvig Michaelsson2023-06-211-2/+7
* | HID: intel-ish-hid: ipc: Add Arrow Lake PCI device IDEven Xu2023-06-192-0/+2
* | HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651.Mike Hommey2023-06-191-1/+1
* | HID: add quirk for 03f0:464a HP Elite Presenter MouseMarco Morandini2023-06-092-0/+2
* | HID: logitech-hidpp: Add USB and Bluetooth IDs for the Logitech G915 TKL Keyb...stuarthayhurst2023-06-081-0/+4
* | HID: microsoft: Add rumble support to latest xbox controllersSiarhei Vishniakou2023-06-082-2/+19
* | HID: hidpp: terminate retry loop on successBenjamin Tissoires2023-06-051-7/+6
* | HID: logitech-hidpp: Handle timeout differently from busyBastien Nocera2023-05-311-0/+1
* | HID: wacom: Add error check to wacom_parse_and_register()Denis Arefev2023-05-231-1/+6
* | HID: google: add jewel USB idSung-Chi Li2023-05-232-0/+3
* | HID: wacom: avoid integer overflow in wacom_intuos_inout()Nikita Zhandarovich2023-05-231-1/+1
* | HID: wacom: Check for string overflow from strscpy callsJason Gerecke2023-05-231-4/+10
|/
* Merge tag 'for-linus-2023042601' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-04-2725-614/+917
|\
| * Merge branch 'for-6.4/wacom' into for-linusJiri Kosina2023-04-263-41/+54
| |\
| | * HID: wacom: generic: Set battery quirk only when we see battery dataJason Gerecke2023-04-141-22/+11
| | * HID: wacom: Lazy-init batteriesJason Gerecke2023-04-142-17/+6
| | * HID: wacom: Set a default resolution for older tabletsPing Cheng2023-04-131-2/+10
| | * HID: wacom: insert timestamp to packed Bluetooth (BT) eventsPing Cheng2023-03-102-0/+27
| * | Merge branch 'for-6.4/nintendo' into for-linusJiri Kosina2023-04-261-9/+86
| |\ \
| | * | HID: nintendo: fix rumble rate limiterDaniel J. Ogorchock2023-03-101-6/+69
| | * | HID: nintendo: prevent rumble queue overrunsDaniel J. Ogorchock2023-03-101-3/+17
| | |/
| * | Merge branch 'for-6.4/mcp2221' into for-linusJiri Kosina2023-04-261-3/+3
| |\ \
| | * | HID: mcp2221: fix get and get_direction for gpioLouis Morhet2023-04-131-2/+2
| | * | HID: mcp2221: fix report layout for gpio getLouis Morhet2023-04-131-1/+1
| * | | Merge branch 'for-6.4/logitech-hidpp' into for-linusJiri Kosina2023-04-261-7/+249
| |\ \ \
| | * | | HID: logitech-hidpp: Set wireless_status for G935 receiverBastien Nocera2023-04-031-1/+25
| | * | | HID: logitech-hidpp: Add Logitech G935 headsetBastien Nocera2023-04-031-0/+3
| | * | | HID: logitech-hidpp: Add support for ADC measurement featureBastien Nocera2023-04-031-2/+170
| | * | | HID: logitech-hidpp: Simplify array length checkBastien Nocera2023-04-031-3/+1
| | * | | HID: logitech-hidpp: Reconcile USB and Unifying serialsBastien Nocera2023-04-031-4/+2
| | * | | HID: logitech-hidpp: Don't use the USB serial for USB devicesBastien Nocera2023-04-031-0/+51
| | | |/ | | |/|
| * | | Merge branch 'for-6.4/led-includes' into for-linusJiri Kosina2023-04-263-0/+3
| |\ \ \
| | * | | HID: asus: explicitly include linux/leds.hThomas Weißschuh2023-04-131-0/+1
| | * | | HID: lg-g15: explicitly include linux/leds.hThomas Weißschuh2023-04-131-0/+1
| | * | | HID: steelseries: explicitly include linux/leds.hThomas Weißschuh2023-04-131-0/+1
| | | |/ | | |/|
| * | | Merge branch 'for-6.4/kye' into for-linusJiri Kosina2023-04-263-526/+421
| |\ \ \
| | * | | HID: kye: Fix rdesc for kye tabletsDavid Yang2023-04-131-3/+10
| | * | | HID: kye: Add support for all kye tabletsDavid Yang2023-03-243-0/+188
| | * | | HID: kye: Sort kye devicesDavid Yang2023-03-103-34/+34
| | * | | HID: kye: Generate tablet fixup descriptors on the flyDavid Yang2023-03-101-490/+100
| | * | | HID: kye: Rewrite tablet descriptor fixup routineDavid Yang2023-03-101-12/+102
| | | |/ | | |/|
| * | | Merge branch 'for-6.4/i2c-hid' into for-linusJiri Kosina2023-04-262-11/+33
| |\ \ \
| | * | | HID: i2c-hid-of: Add reset GPIO support to i2c-hid-ofHans de Goede2023-04-131-0/+21
| | * | | HID: i2c-hid-of: Allow using i2c-hid-of on non OF platformsHans de Goede2023-04-132-3/+7
| | * | | HID: i2c-hid-of: Consistenly use dev local variable in probe()Hans de Goede2023-04-131-8/+5
| | | |/ | | |/|
| * | | Merge branch 'for-6.4/core' into for-linusJiri Kosina2023-04-262-0/+13
| |\ \ \