Messages in this thread |  | | Date | Wed, 1 Apr 2020 14:11:24 +0200 (CEST) | From | Jiri Kosina <> | Subject | [GIT PULL] HID for 5.7 |
| |
Linus,
please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid.git for-linus
to receive HID subsytem patches for 5.7 merge window.
===== - Logitech HID++ protocol support improvement from Filipe Laíns - probe fix for Logitech-G* devices from Hans de Goede - a few other small code cleanups and support for new device IDs =====
Thanks.
---------------------------------------------------------------- Christophe JAILLET (1): HID: rmi: Simplify an error handling path in 'rmi_hid_read_block()'
Filipe Laíns (2): HID: logitech-dj: add debug msg when exporting a HID++ report descriptors HID: logitech-dj: add support for the static device in the Powerplay mat/receiver
Gustavo A. R. Silva (2): HID: intel-ish-hid: ishtp-dev.h: Replace zero-length array with flexible-array member HID: intel-ish-hid: hbm.h: Replace zero-length array with flexible-array member
Hans de Goede (2): HID: quirks: Remove ITE 8595 entry from hid_have_special_driver HID: lg-g15: Do not fail the probe when we fail to disable F# emulation
Lucas Tanure (2): HID: appleir: Remove unnecessary goto label HID: appleir: Use devm_kzalloc() instead of kzalloc()
Rishi Gupta (1): HID: mcp2221: add usb to i2c-smbus host bridge
Samuel Čavoj (1): HID: Add driver fixing Glorious PC Gaming Race mouse report descriptor
MAINTAINERS | 7 + drivers/hid/Kconfig | 17 + drivers/hid/Makefile | 2 + drivers/hid/hid-appleir.c | 12 +- drivers/hid/hid-glorious.c | 86 ++++ drivers/hid/hid-ids.h | 5 + drivers/hid/hid-lg-g15.c | 6 +- drivers/hid/hid-logitech-dj.c | 11 +- drivers/hid/hid-mcp2221.c | 742 ++++++++++++++++++++++++++++ drivers/hid/hid-quirks.c | 3 - drivers/hid/hid-rmi.c | 1 - drivers/hid/intel-ish-hid/ishtp/hbm.h | 2 +- drivers/hid/intel-ish-hid/ishtp/ishtp-dev.h | 2 +- 13 files changed, 878 insertions(+), 18 deletions(-) create mode 100644 drivers/hid/hid-glorious.c create mode 100644 drivers/hid/hid-mcp2221.c
-- Jiri Kosina SUSE Labs
|  |