Linus, please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive -rc HID fixes: ===== - Wacom 2nd-gen Intuos Pro large Y axis handling fix from Jason Gerecke - Fix for hibernation in Intel ISH driver, from Even Xu - Crash fix for hid-steam driver, from Rodrigo Rivas Costa - i2c-hid fix for devices (such as SIPODEV SP1064) that fail to provide their report descriptor, from Julian Sax - new device ID addition to google-hammer driver ===== Thanks. ---------------------------------------------------------------- Even Xu (1): HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation Jason Gerecke (1): HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large Julian Sax (1): HID: i2c-hid: override HID descriptors for certain devices Nicolas Boichat (1): HID: google: Add support for whiskers Rodrigo Rivas Costa (1): HID: steam: use hid_device.driver_data instead of hid_set_drvdata() drivers/hid/hid-google-hammer.c | 2 + drivers/hid/hid-ids.h | 1 + drivers/hid/hid-steam.c | 10 +- drivers/hid/i2c-hid/Makefile | 3 + drivers/hid/i2c-hid/{i2c-hid.c => i2c-hid-core.c} | 58 ++++++--- drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c | 149 ++++++++++++++++++++++ drivers/hid/i2c-hid/i2c-hid.h | 17 +++ drivers/hid/intel-ish-hid/ipc/pci-ish.c | 22 +--- drivers/hid/wacom_sys.c | 8 ++ 9 files changed, 230 insertions(+), 40 deletions(-) rename drivers/hid/i2c-hid/{i2c-hid.c => i2c-hid-core.c} (96%) create mode 100644 drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c create mode 100644 drivers/hid/i2c-hid/i2c-hid.h -- Jiri Kosina SUSE Labs