-
- Downloads
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
Pull HID updates from Jiri Kosina: "Some highlights: - hid-sony improvements of Sixaxis device support by Antonio Ospite - hid-hyperv driven devices can now be used as wakeup source, by Dexuan Cui - hid-lenovo driver is now more generic and supports more devices, by Jamie Lentin - hid-huion now supports wider range of tablets, by Nikolai Kondrashov - other various unsorted fixes and device ID additions" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid: (30 commits) HID: hyperv: register as a wakeup source HID: sony: Default initialize all elements of the LED max_brightness array to 1 HID: huion: Fix sparse warnings HID: usbhid: Use flag HID_DISCONNECTED when a usb device is removed HID: ignore jabra gn9350e HID: cp2112: add I2C mode HID: use multi input quirk for 22b9:2968 HID: rmi: only bind the hid-rmi driver to the mouse interface of composite USB devices HID: rmi: check that report ids exist in the report_id_hash before accessing their size HID: lenovo: Add support for Compact (BT|USB) keyboard HID: lenovo: Don't call function in condition, show error codes HID: lenovo: Prepare support for adding other devices HID: lenovo: Rename hid-lenovo-tpkbd to hid-lenovo HID: huion: Handle tablets with UC-Logic vendor ID HID: huion: Switch to generating report descriptor HID: huion: Don't ignore other interfaces HID: huion: Use "tablet" instead of specific model HID: add quirk for 0x04d9:0xa096 device HID: i2c-hid: call the hid driver's suspend and resume callbacks HID: rmi: change logging level of log messages related to unexpected reports ...
No related branches found
No related tags found
Showing
- Documentation/ABI/testing/sysfs-driver-hid-lenovo 12 additions, 0 deletionsDocumentation/ABI/testing/sysfs-driver-hid-lenovo
- drivers/hid/Kconfig 10 additions, 8 deletionsdrivers/hid/Kconfig
- drivers/hid/Makefile 1 addition, 1 deletiondrivers/hid/Makefile
- drivers/hid/hid-core.c 8 additions, 3 deletionsdrivers/hid/hid-core.c
- drivers/hid/hid-cp2112.c 108 additions, 3 deletionsdrivers/hid/hid-cp2112.c
- drivers/hid/hid-huion.c 175 additions, 90 deletionsdrivers/hid/hid-huion.c
- drivers/hid/hid-hyperv.c 6 additions, 0 deletionsdrivers/hid/hid-hyperv.c
- drivers/hid/hid-ids.h 5 additions, 1 deletiondrivers/hid/hid-ids.h
- drivers/hid/hid-lenovo.c 708 additions, 0 deletionsdrivers/hid/hid-lenovo.c
- drivers/hid/hid-picolcd_debugfs.c 3 additions, 6 deletionsdrivers/hid/hid-picolcd_debugfs.c
- drivers/hid/hid-rmi.c 49 additions, 18 deletionsdrivers/hid/hid-rmi.c
- drivers/hid/hid-roccat-lua.c 1 addition, 1 deletiondrivers/hid/hid-roccat-lua.c
- drivers/hid/hid-sony.c 86 additions, 46 deletionsdrivers/hid/hid-sony.c
- drivers/hid/i2c-hid/i2c-hid.c 14 additions, 1 deletiondrivers/hid/i2c-hid/i2c-hid.c
- drivers/hid/usbhid/hid-core.c 6 additions, 2 deletionsdrivers/hid/usbhid/hid-core.c
- drivers/hid/usbhid/hid-quirks.c 1 addition, 0 deletionsdrivers/hid/usbhid/hid-quirks.c
- include/linux/hid.h 1 addition, 0 deletionsinclude/linux/hid.h
Loading
Please register or sign in to comment