Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Pull HID updates from Jiri Kosina: - high-resolution scrolling support that gracefully handles differences between MS and Logitech implementations in HW, from Peter Hutterer and Harry Cutts - MSI IRQ support for intel-ish driver, from Song Hongyan - support for new hardware (Cougar 700K, Odys Winbook 13, ASUS FX503VD, ASUS T101HA) from Daniel M. Lambea, Hans de Goede and Aleix Roca Nonell - other small assorted fixups * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid: (22 commits) HID: i2c-hid: Add Odys Winbook 13 to descriptor override HID: lenovo: Add checks to fix of_led_classdev_register HID: intel-ish-hid: add MSI interrupt support HID: debug: Change to use DEFINE_SHOW_ATTRIBUTE macro HID: doc: fix wrong data structure reference for UHID_OUTPUT HID: intel-ish-hid: fixes incorrect error handling HID: asus: Add support for the ASUS T101HA keyboard dock HID: logitech: Use LDJ_DEVICE macro for existing Logitech mice HID: logitech: Enable high-resolution scrolling on Logitech mice HID: logitech: Add function to enable HID++ 1.0 "scrolling acceleration" HID: logitech-hidpp: fix typo, hiddpp to hidpp HID: input: use the Resolution Multiplier for high-resolution scrolling HID: core: process the Resolution Multiplier HID: core: store the collections as a basic tree Input: add `REL_WHEEL_HI_RES` and `REL_HWHEEL_HI_RES` HID: input: support Microsoft wireless radio control hotkey HID: use macros in IS_INPUT_APPLICATION HID: asus: Add support for the ASUS FX503VD laptop HID: asus: Add event handler to catch unmapped Asus Vendor UsagePage codes HID: cougar: Add support for Cougar 700K Gaming Keyboard ...
No related branches found
No related tags found
Showing
- Documentation/hid/uhid.txt 1 addition, 1 deletionDocumentation/hid/uhid.txt
- Documentation/input/event-codes.rst 20 additions, 1 deletionDocumentation/input/event-codes.rst
- drivers/hid/hid-asus.c 28 additions, 0 deletionsdrivers/hid/hid-asus.c
- drivers/hid/hid-core.c 174 additions, 0 deletionsdrivers/hid/hid-core.c
- drivers/hid/hid-cougar.c 2 additions, 0 deletionsdrivers/hid/hid-cougar.c
- drivers/hid/hid-debug.c 1 addition, 11 deletionsdrivers/hid/hid-debug.c
- drivers/hid/hid-ids.h 3 additions, 0 deletionsdrivers/hid/hid-ids.h
- drivers/hid/hid-input.c 105 additions, 3 deletionsdrivers/hid/hid-input.c
- drivers/hid/hid-lenovo.c 8 additions, 2 deletionsdrivers/hid/hid-lenovo.c
- drivers/hid/hid-logitech-hidpp.c 340 additions, 35 deletionsdrivers/hid/hid-logitech-hidpp.c
- drivers/hid/hidraw.c 4 additions, 4 deletionsdrivers/hid/hidraw.c
- drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c 8 additions, 0 deletionsdrivers/hid/i2c-hid/i2c-hid-dmi-quirks.c
- drivers/hid/intel-ish-hid/ipc/pci-ish.c 6 additions, 1 deletiondrivers/hid/intel-ish-hid/ipc/pci-ish.c
- drivers/hid/intel-ish-hid/ishtp-hid.c 1 addition, 1 deletiondrivers/hid/intel-ish-hid/ishtp-hid.c
- include/linux/hid.h 16 additions, 1 deletioninclude/linux/hid.h
- include/uapi/linux/input-event-codes.h 2 additions, 0 deletionsinclude/uapi/linux/input-event-codes.h
- samples/hidraw/hid-example.c 1 addition, 1 deletionsamples/hidraw/hid-example.c
Loading
Please register or sign in to comment