Skip to content

Commit fde4ce0

Browse files
committed
Merge tag 'hid-for-linus-2025120201' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Pull HID updates from Jiri Kosina: - Proper mapping of HID_GD_Z to ABS_DISTANCE for stylus/pen types of devices (Ping Cheng) - Power management/hibernation improvements in intel-ish (Zhang Lixu) - Improved support for several Logitech devices, e.g. G Pro X Superlight 2, new iteration of Lighspeed receiver, G13, G510 (Nathan Rossi, Mavroudis Chatzilazaridis, Leo L Schwab, Hans de Goede) - Support for UcLogic XP-PEN Artist 24 Pro (Joshua Goins) - WinWing Orion2 throttle support improvement (Ivan Gorinov) - other assorted small fixes and device ID additions * tag 'hid-for-linus-2025120201' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid: (37 commits) drivers: hid: renegotiate resolution multipliers with device after reset HID: evision: Fix Report Descriptor for Evision Wireless Receiver 320f:226f HID: logitech-dj: Fix probe failure when used with KVM HID: logitech-dj: Remove duplicate error logging HID: logitech-dj: Add support for G Pro X Superlight 2 receiver selftests/hid-tablet: add ABS_DISTANCE test for stylus/pen HID: input: map HID_GD_Z to ABS_DISTANCE for stylus/pen HID: bpf: fix typo in HID usage table HID: bpf: add the Huion Kamvas 27 Pro HID: bpf: add heuristics to the Huion Inspiroy 2S eraser button HID: bpf: Add support for XP-Pen Deco02 HID: bpf: Add support for the XP-Pen Deco 01 V3 HID: bpf: Add support for the Waltop Batteryless Tablet HID: bpf: Add fixup for Logitech SpaceNavigator variants HID: bpf: support for Huion Kamvas 16 Gen 3 HID: bpf: add support for Huion Kamvas 13 (Gen 3) (model GS1333) HID: bpf: Add support for the Inspiroy 2M Documentation: hid-alps: Format DataByte* subsection headings Documentation: hid-alps: Fix packet format section headings HID: nintendo: add WQ_PERCPU to alloc_workqueue users ...
2 parents d1b46f5 + 8af1d3f commit fde4ce0

40 files changed

Lines changed: 4981 additions & 214 deletions

Documentation/hid/hid-alps.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ To read/write to RAM, need to send a command to the device.
6969
The command format is as below.
7070

7171
DataByte(SET_REPORT)
72+
~~~~~~~~~~~~~~~~~~~~
7273

7374
===== ======================
7475
Byte1 Command Byte
@@ -89,6 +90,7 @@ Value Byte is writing data when you send the write commands.
8990
When you read RAM, there is no meaning.
9091

9192
DataByte(GET_REPORT)
93+
~~~~~~~~~~~~~~~~~~~~
9294

9395
===== ======================
9496
Byte1 Response Byte
@@ -104,8 +106,10 @@ Read value is stored in Value Byte.
104106

105107

106108
Packet Format
109+
-------------
110+
107111
Touchpad data byte
108-
------------------
112+
~~~~~~~~~~~~~~~~~~
109113

110114

111115
======= ======= ======= ======= ======= ======= ======= ======= =====
@@ -156,7 +160,7 @@ Zsn_6-0(7bit):
156160

157161

158162
StickPointer data byte
159-
----------------------
163+
~~~~~~~~~~~~~~~~~~~~~~
160164

161165
======= ======= ======= ======= ======= ======= ======= ======= =====
162166
- b7 b6 b5 b4 b3 b2 b1 b0

drivers/hid/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ config HID_EVISION
383383
help
384384
Support for some EVision keyboards. Note that this is needed only when
385385
applying customization using userspace programs.
386+
Support for some EVision devices requiring report descriptor fixups.
386387

387388
config HID_EZKEY
388389
tristate "Ezkey BTC 8193 keyboard"
@@ -1318,6 +1319,8 @@ config HID_WINWING
13181319
help
13191320
Support for WinWing Orion2 throttle base with the following grips:
13201321

1322+
* TGRIP-15E
1323+
* TGRIP-15EX
13211324
* TGRIP-16EX
13221325
* TGRIP-18
13231326

0 commit comments

Comments
 (0)