summaryrefslogtreecommitdiffstats
path: root/drivers/hid
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-2024060801' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-06-0812-68/+140
|\
| * HID: Ignore battery for ELAN touchscreens 2F2C and 4116Louis Dalibard2024-06-072-0/+6
| * HID: i2c-hid: elan: fix reset suspend current leakageJohan Hovold2024-06-071-12/+47
| * input: Add support for "Do Not Disturb"Aseda Aboagye2024-06-072-0/+9
| * input: Add event code for accessibility keyAseda Aboagye2024-06-072-0/+2
| * hid: asus: asus_report_fixup: fix potential read out of boundsAndrew Ballance2024-06-071-2/+2
| * HID: logitech-hidpp: add missing MODULE_DESCRIPTION() macroJeff Johnson2024-06-041-0/+1
| * HID: intel-ish-hid: fix endian-conversionArnd Bergmann2024-06-042-45/+57
| * HID: nintendo: Fix an error handling path in nintendo_hid_probe()Christophe JAILLET2024-06-041-2/+4
| * HID: logitech-dj: Fix memory leak in logi_dj_recv_switch_to_dj_mode()José Expósito2024-06-041-1/+3
| * HID: core: remove unnecessary WARN_ON() in implement()Nikita Zhandarovich2024-06-041-1/+0
| * HID: nvidia-shield: Add missing check for input_ff_create_memlessChen Ni2024-05-231-1/+3
| * HID: intel-ish-hid: Fix build error for COMPILE_TESTZhang Lixu2024-05-231-4/+6
* | Merge tag 'backlight-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-05-224-15/+14
|\ \ | |/ |/|
| *-. Merge branches 'ib-backlight-auxdisplay-staging-omap-6.9', 'ib-backlight-auxd...Lee Jones2024-05-104-15/+14
| |\ \
| | | * HID: picoLCD: Constify lcd_opsKrzysztof Kozlowski2024-05-031-1/+1
| | |/ | |/|
| | * hid: hid-picolcd: Remove struct backlight_ops.check_fbThomas Zimmermann2024-03-282-7/+6
| | * hid: hid-picolcd: Fix initialization orderThomas Zimmermann2024-03-281-7/+7
| |/
* | Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2024-05-182-2/+2
|\ \
| * | kbuild: use $(src) instead of $(srctree)/$(src) for source directoryMasahiro Yamada2024-05-102-2/+2
| |/
* | Merge branch 'for-6.10/winwing' into for-linusJiri Kosina2024-05-143-0/+243
|\ \
| * | HID: winwing: Remove unused variable 'minor'Jiapeng Chong2024-04-121-3/+0
| * | HID: Add WinWing Orion2 throttle supportIvan Gorinov2024-04-033-0/+246
| |/
* | Merge branch 'for-6.10/uclogic' into for-linusJiri Kosina2024-05-141-0/+3
|\ \
| * | HID: uclogic: Expose firmware nameJosé Expósito2024-04-031-0/+3
| |/
* | Merge branch 'for-6.10/steam' into for-linusJiri Kosina2024-05-141-8/+147
|\ \
| * | HID: hid-steam: Add Deck IMU supportMax Maisel2024-05-061-8/+147
| |/
* | Merge branch 'for-6.10/sony' into for-linusJiri Kosina2024-05-141-5/+2
|\ \
| * | HID: sony: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET2024-04-161-3/+2
| * | HID: sony: remove redundant assignmentColin Ian King2024-04-121-2/+0
| |/
* | Merge branch 'for-6.10/playstation' into for-linusJiri Kosina2024-05-141-45/+93
|\ \
| * | HID: playstation: DS4: Fix calibration workaround for clone devicesMax Staudt2024-05-061-24/+28
| * | HID: playstation: Simplify device type IDMax Staudt2024-04-031-14/+26
| * | HID: playstation: DS4: Parse minimal report 0x01Max Staudt2024-04-031-0/+18
| * | HID: playstation: DS4: Don't fail on calibration data requestMax Staudt2024-04-031-14/+20
| * | HID: playstation: DS4: Don't fail on FW/HW version requestMax Staudt2024-04-031-2/+2
| * | HID: playstation: DS4: Fix LED blinkingMax Staudt2024-04-031-2/+10
| |/
* | Merge branch 'for-6.10/plarform-driver-remove-new' into for-linusJiri Kosina2024-05-143-11/+7
|\ \
| * | HID: surface-hid: kbd: Convert to platform remove callback returning voidUwe Kleine-König2024-04-031-3/+2
| * | HID: hid-sensor-custom: Convert to platform remove callback returning voidUwe Kleine-König2024-04-031-5/+3
| * | HID: google: hammer: Convert to platform remove callback returning voidUwe Kleine-König2024-04-031-3/+2
| |/
* | Merge branch 'for-6.10/nintendo' into for-linusJiri Kosina2024-05-141-24/+33
|\ \
| * | HID: nintendo: Remove unused functionJiapeng Chong2024-04-121-9/+0
| * | HID: nintendo: Don't fail on setting baud rateMax Staudt2024-04-031-2/+5
| * | HID: nintendo: use ida for LED player idMartino Fontana2024-04-031-13/+28
| |/
* | Merge branch 'for-6.10/kye' into for-linusJiri Kosina2024-05-141-31/+44
|\ \
| * | HID: kye: Change Device Usage from Puck to MouseDavid Yang2024-05-071-31/+44
| |/
* | Merge branch 'for-6.10/intel-ish' into for-linusJiri Kosina2024-05-149-61/+639
|\ \
| * | HID: intel-ish-hid: handler multiple MNG_RESET_NOTIFY messagesZhang Lixu2024-05-061-3/+4
| * | HID: intel-ish-hid: Implement loading firmware from host featureZhang Lixu2024-05-066-0/+542