Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Pull HID updates from Jiri Kosina: - Support for Logitech G15 (Hans de Goede) - HID parser improvements, improving support for some devices; e.g. Windows Precision Touchpad, products from Primax, etc. (Blaž Hrastnik, Candle Sun) - robustification of tablet mode support in google-whiskers driver (Dmitry Torokhov) - assorted small fixes, device-specific quirks and device ID additions * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid: (23 commits) HID: rmi: Check that the RMI_STARTED bit is set before unregistering the RMI transport device HID: quirks: remove hid-led devices from hid_have_special_driver HID: Improve Windows Precision Touchpad detection. HID: i2c-hid: Reset ALPS touchpads on resume HID: i2c-hid: fix no irq after reset on raydium 3118 HID: logitech-hidpp: Silence intermittent get_battery_capacity errors HID: i2c-hid: remove orphaned member sleep_delay HID: quirks: Add quirk for HP MSU1465 PIXART OEM mouse HID: core: check whether Usage Page item is after Usage ID items HID: intel-ish-hid: Spelling s/diconnect/disconnect/ HID: google: Detect base folded usage instead of hard-coding whiskers HID: logitech: Add depends on LEDS_CLASS to Logitech Kconfig entry HID: lg-g15: Add support for the G510's M1-M3 and MR LEDs HID: lg-g15: Add support for controlling the G510's RGB backlight HID: lg-g15: Add support for the G510 keyboards' gaming keys HID: lg-g15: Add support for the M1-M3 and MR LEDs HID: lg-g15: Add keyboard and LCD backlight control HID: Add driver for Logitech gaming keyboards (G15, G15 v2) Input: Add event-codes for macro keys found on various keyboards HID: hidraw: replace printk() with corresponding pr_xx() variant ...
Showing
- MAINTAINERS 7 additions, 0 deletionsMAINTAINERS
- drivers/hid/Kconfig 1 addition, 0 deletionsdrivers/hid/Kconfig
- drivers/hid/Makefile 1 addition, 0 deletionsdrivers/hid/Makefile
- drivers/hid/hid-core.c 49 additions, 6 deletionsdrivers/hid/hid-core.c
- drivers/hid/hid-google-hammer.c 103 additions, 43 deletionsdrivers/hid/hid-google-hammer.c
- drivers/hid/hid-ids.h 6 additions, 0 deletionsdrivers/hid/hid-ids.h
- drivers/hid/hid-lg-g15.c 899 additions, 0 deletionsdrivers/hid/hid-lg-g15.c
- drivers/hid/hid-logitech-hidpp.c 3 additions, 0 deletionsdrivers/hid/hid-logitech-hidpp.c
- drivers/hid/hid-quirks.c 1 addition, 7 deletionsdrivers/hid/hid-quirks.c
- drivers/hid/hid-rmi.c 2 additions, 1 deletiondrivers/hid/hid-rmi.c
- drivers/hid/hidraw.c 5 additions, 5 deletionsdrivers/hid/hidraw.c
- drivers/hid/i2c-hid/i2c-hid-core.c 13 additions, 3 deletionsdrivers/hid/i2c-hid/i2c-hid-core.c
- drivers/hid/intel-ish-hid/ishtp/hbm.c 1 addition, 1 deletiondrivers/hid/intel-ish-hid/ishtp/hbm.c
- include/uapi/linux/input-event-codes.h 75 additions, 0 deletionsinclude/uapi/linux/input-event-codes.h
Please register or sign in to comment