Skip to content

Commit 79d11de

Browse files
committed
Merge tag 'for-linus-2022100501' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Pull HID updates from Benjamin Tissoires: - handle of all Logitech Bluetooth HID++ devices in the Logitech HID++ drivers (Bastien Nocera) - fix broken atomic checks in hid-multitouch by adding memory barriers (Andri Yngvason) - better handling of devices with AMD SFH1.1 (Basavaraj Natikar) - better support of Nintendo clone controllers (Icenowy Zheng and Johnothan King) - Support for various RC controllers (Marcus Folkesson) - Add UGEEv2 support in hid-uclogic (XP-PEN Deco Pro S and Parblo A610 PRO) (José Expósito) - some conversions to use dev_groups (Greg Kroah-Hartman) - HID-BPF preparatory patches, mostly to convert blank defines as enums (Benjamin Tissoires) * tag 'for-linus-2022100501' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid: (38 commits) HID: wacom: add three styli to wacom_intuos_get_tool_type HID: amd_sfh: Handle condition of "no sensors" for SFH1.1 HID: amd_sfh: Change dev_err to dev_dbg for additional debug info HID: nintendo: check analog user calibration for plausibility HID: nintendo: deregister home LED when it fails HID: roccat: Fix use-after-free in roccat_read() hid: topre: Add driver fixing report descriptor HID: multitouch: Add memory barriers HID: convert defines of HID class requests into a proper enum HID: export hid_report_type to uapi HID: core: store the unique system identifier in hid_device HID: Add driver for PhoenixRC Flight Controller HID: Add driver for VRC-2 Car Controller HID: sony: Fix double word in comments hid: hid-logitech-hidpp: avoid unnecessary assignments in hidpp_connect_event HID: logitech-hidpp: Detect hi-res scrolling support HID: logitech-hidpp: Remove hard-coded "Sw. Id." for HID++ 2.0 commands HID: logitech-hidpp: Fix "Sw. Id." for HID++ 2.0 commands HID: logitech-hidpp: Remove special-casing of Bluetooth devices HID: logitech-hidpp: Enable HID++ for all the Logitech Bluetooth devices ...
2 parents 5d435a3 + cb7c02e commit 79d11de

38 files changed

+1034
-325
lines changed

MAINTAINERS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9082,6 +9082,12 @@ L: [email protected]
90829082
S: Supported
90839083
F: drivers/hid/hid-playstation.c
90849084

9085+
HID PHOENIX RC FLIGHT CONTROLLER
9086+
M: Marcus Folkesson <[email protected]>
9087+
9088+
S: Maintained
9089+
F: drivers/hid/hid-pxrc.c
9090+
90859091
HID SENSOR HUB DRIVERS
90869092
M: Jiri Kosina <[email protected]>
90879093
M: Jonathan Cameron <[email protected]>
@@ -9094,6 +9100,12 @@ F: drivers/hid/hid-sensor-*
90949100
F: drivers/iio/*/hid-*
90959101
F: include/linux/hid-sensor-*
90969102

9103+
HID VRC-2 CAR CONTROLLER DRIVER
9104+
M: Marcus Folkesson <[email protected]>
9105+
9106+
S: Maintained
9107+
F: drivers/hid/hid-vrc2.c
9108+
90979109
HID WACOM DRIVER
90989110
M: Ping Cheng <[email protected]>
90999111
M: Jason Gerecke <[email protected]>

0 commit comments

Comments
 (0)