Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Pull HID fixes from Jiri Kosina: - revert of the high-resolution scrolling feature, as it breaks certain hardware due to incompatibilities between Logitech and Microsoft worlds. Peter Hutterer is working on a fixed implementation. Until that is finished, revert by Benjamin Tissoires. - revert of incorrect strncpy->strlcpy conversion in uhid, from David Herrmann - fix for buggy sendfile() implementation on uhid device node, from Eric Biggers - a few assorted device-ID specific quirks * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid: Revert "Input: Add the `REL_WHEEL_HI_RES` event code" Revert "HID: input: Create a utility class for counting scroll events" Revert "HID: logitech: Add function to enable HID++ 1.0 "scrolling acceleration"" Revert "HID: logitech: Enable high-resolution scrolling on Logitech mice" Revert "HID: logitech: Use LDJ_DEVICE macro for existing Logitech mice" Revert "HID: logitech: fix a used uninitialized GCC warning" Revert "HID: input: simplify/fix high-res scroll event handling" HID: Add quirk for Primax PIXART OEM mice HID: i2c-hid: Disable runtime PM for LG touchscreen HID: multitouch: Add pointstick support for Cirque Touchpad HID: steam: remove input device when a hid client is running. Revert "HID: uhid: use strlcpy() instead of strncpy()" HID: uhid: forbid UHID_CREATE under KERNEL_DS or elevated privileges HID: input: Ignore battery reported by Symbol DS4308 HID: Add quirk for Microsoft PIXART OEM mouse
No related branches found
No related tags found
Showing
- Documentation/input/event-codes.rst 1 addition, 10 deletionsDocumentation/input/event-codes.rst
- drivers/hid/hid-ids.h 8 additions, 0 deletionsdrivers/hid/hid-ids.h
- drivers/hid/hid-input.c 3 additions, 44 deletionsdrivers/hid/hid-input.c
- drivers/hid/hid-logitech-hidpp.c 27 additions, 282 deletionsdrivers/hid/hid-logitech-hidpp.c
- drivers/hid/hid-multitouch.c 6 additions, 0 deletionsdrivers/hid/hid-multitouch.c
- drivers/hid/hid-quirks.c 3 additions, 0 deletionsdrivers/hid/hid-quirks.c
- drivers/hid/hid-steam.c 90 additions, 64 deletionsdrivers/hid/hid-steam.c
- drivers/hid/i2c-hid/i2c-hid-core.c 2 additions, 0 deletionsdrivers/hid/i2c-hid/i2c-hid-core.c
- drivers/hid/uhid.c 19 additions, 6 deletionsdrivers/hid/uhid.c
- include/linux/hid.h 0 additions, 28 deletionsinclude/linux/hid.h
- include/uapi/linux/input-event-codes.h 0 additions, 10 deletionsinclude/uapi/linux/input-event-codes.h
Loading
Please register or sign in to comment