Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid
Pull HID fixes from Jiri Kosina: - 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 * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid: HID: i2c-hid: Add RESEND_REPORT_DESCR quirk for Toshiba Click Mini L9W-B HID: intel-ish-hid: use put_device() instead of kfree() HID: intel_ish-hid: Stop using a static local buffer in get_report() HID: intel_ish-hid: Move header size check to inside the loop HID: wacom: Release device resource data obtained by devres_alloc() HID: lenovo: Add support for IBM/Lenovo Scrollpoint mice
No related branches found
No related tags found
Showing
- drivers/hid/Kconfig 4 additions, 3 deletionsdrivers/hid/Kconfig
- drivers/hid/hid-ids.h 9 additions, 0 deletionsdrivers/hid/hid-ids.h
- drivers/hid/hid-lenovo.c 36 additions, 0 deletionsdrivers/hid/hid-lenovo.c
- drivers/hid/i2c-hid/i2c-hid.c 2 additions, 0 deletionsdrivers/hid/i2c-hid/i2c-hid.c
- drivers/hid/intel-ish-hid/ishtp-hid-client.c 16 additions, 20 deletionsdrivers/hid/intel-ish-hid/ishtp-hid-client.c
- drivers/hid/intel-ish-hid/ishtp/bus.c 1 addition, 1 deletiondrivers/hid/intel-ish-hid/ishtp/bus.c
- drivers/hid/wacom_sys.c 3 additions, 1 deletiondrivers/hid/wacom_sys.c
Loading
Please register or sign in to comment