[GIT PULL] HID fixes for 4.17
From: Jiri Kosina
Date: Wed May 09 2018 - 08:09:33 EST
Linus,
please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus
to receive -rc fixes for 4.17 for HID subsystem:
=====
- quirk for Toshiba Click Mini L9W-B, from Hans de Goede
- intel-ish-hid and wacom error handling (device freeing) path fixes from
Arvind Yadav
- memory corruption fix in intel-ish-hid driver from Hans de Goede
- a few new device ID additions to hid-lenovo from Peter Ganzhorn
=====
Thanks.
----------------------------------------------------------------
Arvind Yadav (2):
HID: wacom: Release device resource data obtained by devres_alloc()
HID: intel-ish-hid: use put_device() instead of kfree()
Hans de Goede (3):
HID: intel_ish-hid: Move header size check to inside the loop
HID: intel_ish-hid: Stop using a static local buffer in get_report()
HID: i2c-hid: Add RESEND_REPORT_DESCR quirk for Toshiba Click Mini L9W-B
Peter Ganzhorn (1):
HID: lenovo: Add support for IBM/Lenovo Scrollpoint mice
drivers/hid/Kconfig | 7 +++---
drivers/hid/hid-ids.h | 9 +++++++
drivers/hid/hid-lenovo.c | 36 ++++++++++++++++++++++++++++
drivers/hid/i2c-hid/i2c-hid.c | 2 ++
drivers/hid/intel-ish-hid/ishtp-hid-client.c | 36 +++++++++++++---------------
drivers/hid/intel-ish-hid/ishtp/bus.c | 2 +-
drivers/hid/wacom_sys.c | 4 +++-
7 files changed, 71 insertions(+), 25 deletions(-)
--
Jiri Kosina
SUSE Labs