[GIT PULL] HID fixes for 4.1

From: Jiri Kosina
Date: Wed May 20 2015 - 06:12:55 EST


Linus,

please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus

to receive bugfixes for HID subsystem that should go in 4.1. Important
highlights:


=====
- the patch that extended support for HID++ protocol for TK820 touchpad
turns out to be causing regressions due to firmware issues; patch
reverting back to basic support from Benjamin Tissoires

- Wacom driver can oops for devices that report non-touch data on touch
interfaces. Fix from Ping Cheng

- gpiolib is not mandatory for i2c-hid, so the driver shouldn't fail if
gpiolib is not enabled. Fix from Mika Westerberg
=====


Thanks!

----------------------------------------------------------------
Benjamin Tissoires (1):
Revert "HID: logitech-hidpp: support combo keyboard touchpad TK820"

Laura Abbott (1):
HID: usbhid: Add HID_QUIRK_NOGET for Aten DVI KVM switch

Mika Westerberg (1):
HID: i2c-hid: Do not fail probing if gpiolib is not enabled

Ping Cheng (1):
HID: wacom: fix an Oops caused by wacom_wac_finger_count_touches

Srinivas Pandruvada (1):
HID: hid-sensor-hub: Fix debug lock warning

drivers/hid/hid-ids.h | 1 +
drivers/hid/hid-logitech-hidpp.c | 20 --------------------
drivers/hid/hid-sensor-hub.c | 13 ++++++++++---
drivers/hid/i2c-hid/i2c-hid.c | 5 ++++-
drivers/hid/usbhid/hid-quirks.c | 1 +
drivers/hid/wacom_wac.c | 3 +++
include/linux/hid-sensor-hub.h | 4 ++--
7 files changed, 21 insertions(+), 26 deletions(-)

--
Jiri Kosina
SUSE Labs
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/