-
- Downloads
Merge tag 'hid-for-linus-2025012001' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Pull HID updates from Jiri Kosina: - newly added support for Intel Touch Host Controller (Even Xu, Xinpeng Sun) - hid-core fix for long-standing syzbot-reported cornercase of Resolution Multiplier not being present in any of the Logical Collections in the device HID report descriptor (Alan Stern) - improvement of behavior for non-standard LED brightness values for Wacom driver (Jason Gerecke) - PCI Wacom device support (depends on Intel THC support) (Even Xu) - SteelSeries Arctis 9 support (Christian Mayer) - constification of 'struct bin_attribute' in various HID driver (Thomas Weißschuh) - other assorted code cleanups / fixes and device ID additions * tag 'hid-for-linus-2025012001' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid: (63 commits) HID: hid-asus: Disable OOBE mode on the ProArt P16 HID: steelseries: remove unnecessary return HID: steelseries: export model and manufacturer HID: steelseries: export charging state for the SteelSeries Arctis 9 headset HID: steelseries: add SteelSeries Arctis 9 support HID: steelseries: preparation for adding SteelSeries Arctis 9 support HID: intel-thc-hid: fix build errors in um mode HID: intel-thc-hid: intel-quicki2c: fix potential memory corruption HID: intel-thc-hid: intel-thc: Fix error code in thc_i2c_subip_init() HID: lenovo: Fix undefined platform_profile_cycle in ThinkPad X12 keyboard patch HID: uclogic: make const read-only array touch_ring_model_params_buf static HID: hid-steam: Make sure rumble work is canceled on removal HID: Wacom: Add PCI Wacom device support HID: intel-thc-hid: intel-quicki2c: Add PM implementation HID: intel-thc-hid: intel-quicki2c: Complete THC QuickI2C driver HID: intel-thc-hid: intel-quicki2c: Add HIDI2C protocol implementation HID: intel-thc-hid: intel-quicki2c: Add THC QuickI2C ACPI interfaces HID: intel-thc-hid: intel-quicki2c: Add THC QuickI2C driver hid layer HID: intel-thc-hid: intel-quicki2c: Add THC QuickI2C driver skeleton HID: intel-thc-hid: intel-quickspi: Add PM implementation ...
Showing
- Documentation/hid/index.rst 1 addition, 0 deletionsDocumentation/hid/index.rst
- Documentation/hid/intel-thc-hid.rst 568 additions, 0 deletionsDocumentation/hid/intel-thc-hid.rst
- MAINTAINERS 6 additions, 0 deletionsMAINTAINERS
- drivers/hid/Kconfig 3 additions, 1 deletiondrivers/hid/Kconfig
- drivers/hid/Makefile 2 additions, 0 deletionsdrivers/hid/Makefile
- drivers/hid/hid-asus.c 26 additions, 0 deletionsdrivers/hid/hid-asus.c
- drivers/hid/hid-core.c 12 additions, 17 deletionsdrivers/hid/hid-core.c
- drivers/hid/hid-ids.h 2 additions, 1 deletiondrivers/hid/hid-ids.h
- drivers/hid/hid-input.c 17 additions, 20 deletionsdrivers/hid/hid-input.c
- drivers/hid/hid-lenovo.c 108 additions, 1 deletiondrivers/hid/hid-lenovo.c
- drivers/hid/hid-magicmouse.c 6 additions, 2 deletionsdrivers/hid/hid-magicmouse.c
- drivers/hid/hid-multitouch.c 6 additions, 5 deletionsdrivers/hid/hid-multitouch.c
- drivers/hid/hid-nintendo.c 6 additions, 10 deletionsdrivers/hid/hid-nintendo.c
- drivers/hid/hid-roccat-arvo.c 10 additions, 10 deletionsdrivers/hid/hid-roccat-arvo.c
- drivers/hid/hid-roccat-common.h 11 additions, 11 deletionsdrivers/hid/hid-roccat-common.h
- drivers/hid/hid-roccat-isku.c 11 additions, 11 deletionsdrivers/hid/hid-roccat-isku.c
- drivers/hid/hid-roccat-kone.c 11 additions, 11 deletionsdrivers/hid/hid-roccat-kone.c
- drivers/hid/hid-roccat-koneplus.c 21 additions, 21 deletionsdrivers/hid/hid-roccat-koneplus.c
- drivers/hid/hid-roccat-konepure.c 2 additions, 2 deletionsdrivers/hid/hid-roccat-konepure.c
- drivers/hid/hid-roccat-kovaplus.c 19 additions, 19 deletionsdrivers/hid/hid-roccat-kovaplus.c
Loading
Please register or sign in to comment