summaryrefslogtreecommitdiff
path: root/drivers/hid
AgeCommit message (Expand)AuthorFilesLines
2023-07-27HID: add quirk for 03f0:464a HP Elite Presenter MouseMarco Morandini2-0/+2
2023-07-23HID: hyperv: avoid struct memcpy overrun warningArnd Bergmann1-6/+4
2023-07-23HID: amd_sfh: Fix for shift-out-of-boundsBasavaraj Natikar1-2/+18
2023-07-23HID: amd_sfh: Rename the float32 variableBasavaraj Natikar1-6/+6
2023-07-23HID: input: fix mapping for camera access keysDmitry Torokhov1-3/+4
2023-07-19HID: uclogic: Modular KUnit tests should not depend on KUNIT=yGeert Uytterhoeven1-1/+1
2023-07-01HID: logitech-hidpp: add HIDPP_QUIRK_DELAYED_INIT for the T651.Mike Hommey1-1/+1
2023-07-01HID: hidraw: fix data race on device refcountLudvig Michaelsson1-2/+7
2023-07-01HID: wacom: Use ktime_t rather than int when dealing with timestampsJason Gerecke2-4/+4
2023-06-06Merge tag 'for-linus-2023060501' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-7/+6
2023-06-05HID: hidpp: terminate retry loop on successBenjamin Tissoires1-7/+6
2023-06-01Merge tag 'for-linus-2023060101' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-6/+21
2023-05-31HID: logitech-hidpp: Handle timeout differently from busyBastien Nocera1-0/+1
2023-05-23HID: wacom: Add error check to wacom_parse_and_register()Denis Arefev1-1/+6
2023-05-23HID: google: add jewel USB idSung-Chi Li2-0/+3
2023-05-23HID: wacom: avoid integer overflow in wacom_intuos_inout()Nikita Zhandarovich1-1/+1
2023-05-23HID: wacom: Check for string overflow from strscpy callsJason Gerecke1-4/+10
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds10-10/+10
2023-04-27Merge tag 'for-linus-2023042601' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds25-614/+917
2023-04-27Merge branch 'for-6.4/wacom' into for-linusJiri Kosina3-41/+54
2023-04-27Merge branch 'for-6.4/nintendo' into for-linusJiri Kosina1-9/+86
2023-04-27Merge branch 'for-6.4/mcp2221' into for-linusJiri Kosina1-3/+3
2023-04-26Merge branch 'for-6.4/logitech-hidpp' into for-linusJiri Kosina1-7/+249
2023-04-26Merge branch 'for-6.4/led-includes' into for-linusJiri Kosina3-0/+3
2023-04-26Merge branch 'for-6.4/kye' into for-linusJiri Kosina3-526/+421
2023-04-26Merge branch 'for-6.4/i2c-hid' into for-linusJiri Kosina2-11/+33
2023-04-26Merge branch 'for-6.4/core' into for-linusJiri Kosina2-0/+13
2023-04-26Merge branch 'for-6.4/apple' into for-linusJiri Kosina1-8/+12
2023-04-25HID: amd_sfh: Fix max supported HID devicesBasavaraj Natikar1-1/+1
2023-04-14HID: wacom: generic: Set battery quirk only when we see battery dataJason Gerecke1-22/+11
2023-04-14HID: wacom: Lazy-init batteriesJason Gerecke2-17/+6
2023-04-14Daniel Borkmann says:Jakub Kicinski1-3/+0
2023-04-13HID: Ignore battery for ELAN touchscreen on ROG Flow X13 GV301RAweiliang15032-0/+3
2023-04-13HID: asus: explicitly include linux/leds.hThomas Weißschuh1-0/+1
2023-04-13HID: lg-g15: explicitly include linux/leds.hThomas Weißschuh1-0/+1
2023-04-13HID: steelseries: explicitly include linux/leds.hThomas Weißschuh1-0/+1
2023-04-13HID: apple: Set the tilde quirk flag on the Geyser 3Alex Henrie1-1/+2
2023-04-13HID: apple: explicitly include linux/leds.hThomas Weißschuh1-0/+1
2023-04-13HID: mcp2221: fix get and get_direction for gpioLouis Morhet1-2/+2
2023-04-13HID: mcp2221: fix report layout for gpio getLouis Morhet1-1/+1
2023-04-13HID: wacom: Set a default resolution for older tabletsPing Cheng1-2/+10
2023-04-13HID: i2c-hid-of: Add reset GPIO support to i2c-hid-ofHans de Goede1-0/+21
2023-04-13HID: i2c-hid-of: Allow using i2c-hid-of on non OF platformsHans de Goede2-3/+7
2023-04-13HID: i2c-hid-of: Consistenly use dev local variable in probe()Hans de Goede1-8/+5
2023-04-13HID: kye: Fix rdesc for kye tabletsDavid Yang1-3/+10
2023-04-13HID: amd_sfh: Support for additional light sensorBasavaraj Natikar4-0/+10
2023-04-13HID: amd_sfh: Handle "no sensors" enabled for SFH1.1Basavaraj Natikar1-0/+11
2023-04-13HID: amd_sfh: Increase sensor command timeout for SFH1.1Basavaraj Natikar1-2/+2
2023-04-13HID: amd_sfh: Correct the stop all commandBasavaraj Natikar1-1/+3
2023-04-13HID: amd_sfh: Add support for shutdown operationBasavaraj Natikar1-0/+9