Merge tag 'for-linus-2023083101' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Pull HID updates from Benjamin Tissoires: - devm fixes for problems that caused use-after-free reports (Rahul Rameshbabu) - Some extensive HID docs (Marco Morandini) - Constification of struct class (Ivan Orlov and Greg Kroah-Hartman) - Google Stadia Force Feedback support (Fabio Baltieri) - Various fixes and new device ID support * tag 'for-linus-2023083101' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid: (42 commits) HID: logitech-hidpp: rework one more time the retries attempts HID: nvidia-shield: Reference hid_device devm allocation of input_dev name HID: multitouch: Correct devm device reference for hidinput input_dev name HID: uclogic: Correct devm device reference for hidinput input_dev name HID: logitech-dj: Fix error handling in logi_dj_recv_switch_to_dj_mode() HID: i2c-hid: elan: Add ili9882t timing dt-bindings: input: i2c-hid: Introduce Ilitek ili9882t HID: apple: Add "Hailuck" to the list of non-apple keyboards HID: steelseries: arctis_1_battery_request[] should be static MAINTAINERS: update my email address HID: logitech-hidpp: Add support for Logitech MX Anywhere 3 mouse HID: wacom: struct name cleanup HID: wacom: remove unnecessary 'connected' variable from EKR HID: wacom: remove the battery when the EKR is off HID: nvidia-shield: Update Thunderstrike LED instance name to use id HID: nvidia-shield: Add battery support for Thunderstrike HID: nvidia-shield: Remove led_classdev_unregister in thunderstrike_create HID: hid-google-stadiaff: add support for Stadia force feedback HID: logitech-dj: Add support for a new lightspeed receiver iteration HID: logitech-hidpp: Add support for the Pro X Superlight ...
Showing
- .mailmap 3 additions, 0 deletions.mailmap
- Documentation/devicetree/bindings/input/ilitek,ili9882t.yaml 67 additions, 0 deletionsDocumentation/devicetree/bindings/input/ilitek,ili9882t.yaml
- Documentation/hid/hidintro.rst 524 additions, 0 deletionsDocumentation/hid/hidintro.rst
- Documentation/hid/hidreport-parsing.rst 49 additions, 0 deletionsDocumentation/hid/hidreport-parsing.rst
- Documentation/hid/index.rst 1 addition, 0 deletionsDocumentation/hid/index.rst
- MAINTAINERS 2 additions, 2 deletionsMAINTAINERS
- drivers/hid/Kconfig 11 additions, 2 deletionsdrivers/hid/Kconfig
- drivers/hid/Makefile 1 addition, 0 deletionsdrivers/hid/Makefile
- drivers/hid/hid-apple.c 2 additions, 1 deletiondrivers/hid/hid-apple.c
- drivers/hid/hid-cp2112.c 57 additions, 112 deletionsdrivers/hid/hid-cp2112.c
- drivers/hid/hid-google-stadiaff.c 158 additions, 0 deletionsdrivers/hid/hid-google-stadiaff.c
- drivers/hid/hid-ids.h 2 additions, 0 deletionsdrivers/hid/hid-ids.h
- drivers/hid/hid-input.c 19 additions, 2 deletionsdrivers/hid/hid-input.c
- drivers/hid/hid-logitech-dj.c 12 additions, 4 deletionsdrivers/hid/hid-logitech-dj.c
- drivers/hid/hid-logitech-hidpp.c 80 additions, 41 deletionsdrivers/hid/hid-logitech-hidpp.c
- drivers/hid/hid-multitouch.c 3 additions, 10 deletionsdrivers/hid/hid-multitouch.c
- drivers/hid/hid-nvidia-shield.c 407 additions, 21 deletionsdrivers/hid/hid-nvidia-shield.c
- drivers/hid/hid-sensor-hub.c 1 addition, 1 deletiondrivers/hid/hid-sensor-hub.c
- drivers/hid/hid-steelseries.c 296 additions, 15 deletionsdrivers/hid/hid-steelseries.c
- drivers/hid/hid-uclogic-core.c 3 additions, 10 deletionsdrivers/hid/hid-uclogic-core.c
Please register or sign in to comment