Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Pull HID updates from Jiri Kosina: - support for Nintendo Switch Pro Controllers and Joy-Cons (Daniel J. Ogorchock) - support for new revision of the NitroKey U2F device firmware (Andrej Shadura) - LED handling improvements for Sony Playstation5 controllers (Roderick Colenbrander) - support for Apple 2021 Magic Keyboard (Alex Henrie) - other assorted code cleanups and new device ID additions * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid: (41 commits) HID: nintendo: fix -Werror build HID: playstation: require multicolor LED functionality HID: u2fzero: properly handle timeouts in usb_submit_urb HID: u2fzero: clarify error check and length calculations HID: u2fzero: Support NitroKey U2F revision of the device HID: wacom: Make use of the helper function devm_add_action_or_reset() HID: wacom: Shrink critical section in `wacom_add_shared_data` HID: nintendo: prevent needless queueing of the rumble worker HID: nintendo: ratelimit subcommands and rumble HID: nintendo: improve rumble performance and stability HID: nintendo: add IMU support HID: nintendo: add support for reading user calibration HID: nintendo: add support for charging grip HID: nintendo: set controller uniq to MAC HID: nintendo: reduce device removal subcommand errors HID: nintendo: patch hw version for userspace HID mappings HID: nintendo: send subcommands after receiving input report HID: nintendo: improve subcommand reliability HID: nintendo: add rumble support HID: nintendo: add home led support ...
Showing
- Documentation/leds/well-known-leds.txt 14 additions, 0 deletionsDocumentation/leds/well-known-leds.txt
- MAINTAINERS 6 additions, 0 deletionsMAINTAINERS
- drivers/hid/Kconfig 32 additions, 0 deletionsdrivers/hid/Kconfig
- drivers/hid/Makefile 2 additions, 0 deletionsdrivers/hid/Makefile
- drivers/hid/amd-sfh-hid/amd_sfh_client.c 2 additions, 1 deletiondrivers/hid/amd-sfh-hid/amd_sfh_client.c
- drivers/hid/amd-sfh-hid/amd_sfh_hid.c 2 additions, 0 deletionsdrivers/hid/amd-sfh-hid/amd_sfh_hid.c
- drivers/hid/amd-sfh-hid/amd_sfh_hid.h 2 additions, 0 deletionsdrivers/hid/amd-sfh-hid/amd_sfh_hid.h
- drivers/hid/amd-sfh-hid/amd_sfh_pcie.c 12 additions, 9 deletionsdrivers/hid/amd-sfh-hid/amd_sfh_pcie.c
- drivers/hid/amd-sfh-hid/amd_sfh_pcie.h 2 additions, 1 deletiondrivers/hid/amd-sfh-hid/amd_sfh_pcie.h
- drivers/hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.c 2 additions, 1 deletiondrivers/hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.c
- drivers/hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.h 2 additions, 1 deletiondrivers/hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_desc.h
- drivers/hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_report_desc.h 2 additions, 1 deletion.../hid/amd-sfh-hid/hid_descriptor/amd_sfh_hid_report_desc.h
- drivers/hid/hid-apple.c 33 additions, 33 deletionsdrivers/hid/hid-apple.c
- drivers/hid/hid-asus.c 1 addition, 1 deletiondrivers/hid/hid-asus.c
- drivers/hid/hid-cougar.c 1 addition, 2 deletionsdrivers/hid/hid-cougar.c
- drivers/hid/hid-debug.c 5 additions, 5 deletionsdrivers/hid/hid-debug.c
- drivers/hid/hid-ids.h 16 additions, 2 deletionsdrivers/hid/hid-ids.h
- drivers/hid/hid-input.c 1 addition, 0 deletionsdrivers/hid/hid-input.c
- drivers/hid/hid-multitouch.c 13 additions, 0 deletionsdrivers/hid/hid-multitouch.c
- drivers/hid/hid-nintendo.c 2319 additions, 0 deletionsdrivers/hid/hid-nintendo.c
Loading
Please register or sign in to comment