-
- Downloads
Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/hid
Pull HID updates from Jiri Kosina: - high resolution mode for Dell canvas support, from Benjamin Tissoires - pen handling fixes for the Wacom driver, from Jason Gerecke - i2c-hid: Apollo-Lake based laptops improvements, from Hans de Goede - Input/Core: eraser tool support, from Ping Cheng - new ALPS touchpad (T4, found currently on HP EliteBook 1000, Zbook Stduio and HP Elite book x360) supportm from Masaki Ota - other smaller assorted fixes * 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/hid: (33 commits) HID: cp2112: fix broken gpio_direction_input callback HID: cp2112: fix interface specification URL HID: Wacom: switch Dell canvas into highres mode HID: wacom: generic: Send BTN_STYLUS3 when both barrel switches are set HID: sony: Fix SHANWAN pad rumbling on USB HID: i2c-hid: Add no-irq-after-reset quirk for 0911:5288 device HID: add backlight level quirk for Asus ROG laptops HID: cp2112: add HIDRAW dependency HID: Add ID 044f:b605 ThrustMaster, Inc. force feedback Racing Wheel HID: hid-logitech: remove redundant assignment to pointer value HID: wacom: generic: Recognize WACOM_HID_WD_PEN as a type of pen collection HID: rmi: Check that a device is a RMI device before calling RMI functions HID: add multi-input quirk for GamepadBlock HID: alps: add new U1 device ID HID: alps: add support for Alps T4 Touchpad device HID: alps: remove variables local to u1_init() from the device struct HID: alps: properly handle max_fingers and minimum on X and Y axis HID: alps: Separate U1 device code HID: alps: delete unnecessary struct u1_dev devInfo HID: usbhid: Convert timers to use timer_setup() ...
No related branches found
No related tags found
Showing
- drivers/hid/Kconfig 2 additions, 3 deletionsdrivers/hid/Kconfig
- drivers/hid/hid-alps.c 416 additions, 104 deletionsdrivers/hid/hid-alps.c
- drivers/hid/hid-asus.c 30 additions, 1 deletiondrivers/hid/hid-asus.c
- drivers/hid/hid-core.c 6 additions, 2 deletionsdrivers/hid/hid-core.c
- drivers/hid/hid-cp2112.c 7 additions, 3 deletionsdrivers/hid/hid-cp2112.c
- drivers/hid/hid-hyperv.c 1 addition, 1 deletiondrivers/hid/hid-hyperv.c
- drivers/hid/hid-ids.h 10 additions, 0 deletionsdrivers/hid/hid-ids.h
- drivers/hid/hid-input.c 9 additions, 0 deletionsdrivers/hid/hid-input.c
- drivers/hid/hid-lg.c 3 additions, 1 deletiondrivers/hid/hid-lg.c
- drivers/hid/hid-lg4ff.c 1 addition, 3 deletionsdrivers/hid/hid-lg4ff.c
- drivers/hid/hid-multitouch.c 48 additions, 4 deletionsdrivers/hid/hid-multitouch.c
- drivers/hid/hid-rmi.c 10 additions, 3 deletionsdrivers/hid/hid-rmi.c
- drivers/hid/hid-sony.c 10 additions, 4 deletionsdrivers/hid/hid-sony.c
- drivers/hid/hid-tmff.c 2 additions, 0 deletionsdrivers/hid/hid-tmff.c
- drivers/hid/i2c-hid/i2c-hid.c 6 additions, 1 deletiondrivers/hid/i2c-hid/i2c-hid.c
- drivers/hid/usbhid/hid-core.c 4 additions, 4 deletionsdrivers/hid/usbhid/hid-core.c
- drivers/hid/usbhid/hid-quirks.c 1 addition, 0 deletionsdrivers/hid/usbhid/hid-quirks.c
- drivers/hid/wacom_sys.c 7 additions, 0 deletionsdrivers/hid/wacom_sys.c
- drivers/hid/wacom_wac.c 29 additions, 15 deletionsdrivers/hid/wacom_wac.c
- drivers/hid/wacom_wac.h 3 additions, 0 deletionsdrivers/hid/wacom_wac.h
Loading
Please sign in to comment