Linus, please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive fixes for HID subsystem; highlights: ===== - functional regression fix for sensor-hub driver from Hans de Goede - stop doing device reset for i2c-hid devices, which unbreaks some of them (and is in line with the specification), from Kai-Heng Feng - error handling fix for hid-core from Gustavo A. R. Silva - functional regression fix for some Elan panels from Benjamin Tissoires - a few new device ID additions and misc small fixes ===== Thanks. ---------------------------------------------------------------- AceLan Kao (1): HID: i2c-hid: Fix flooded incomplete report after S3 on Rayd touchscreen Andreas Bosch (1): HID: intel-ish-hid: Enable Sunrise Point-H ish driver Benjamin Tissoires (2): HID: multitouch: fix Elan panels with 2 input modes declaration HID: core: fix grouping by application Gustavo A. R. Silva (1): HID: core: fix NULL pointer dereference Hans de Goede (1): HID: sensor-hub: Restore fixup for Lenovo ThinkPad Helix 2 sensor hub report Harry Mallon (1): HID: hid-saitek: Add device ID for RAT 7 Contagion Kai-Heng Feng (1): HID: i2c-hid: Don't reset device upon system resume Sean O'Brien (1): HID: add support for Apple Magic Keyboards Stefan Agner (2): HID: input: fix leaking custom input node name HID: core: fix memory leak on probe drivers/hid/hid-apple.c | 9 ++++++++- drivers/hid/hid-core.c | 5 ++++- drivers/hid/hid-ids.h | 6 +++--- drivers/hid/hid-input.c | 5 +++-- drivers/hid/hid-multitouch.c | 19 +++++++++++++++++-- drivers/hid/hid-saitek.c | 2 ++ drivers/hid/hid-sensor-hub.c | 23 +++++++++++++++++++++++ drivers/hid/i2c-hid/i2c-hid.c | 11 +++++++---- drivers/hid/intel-ish-hid/ipc/hw-ish.h | 1 + drivers/hid/intel-ish-hid/ipc/pci-ish.c | 1 + include/linux/hid.h | 1 + 11 files changed, 70 insertions(+), 13 deletions(-) -- Jiri Kosina SUSE Labs