Linus, please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git for-linus to receive fixes for HID code: - a few fixes to Sony driver (rmmod breakage, spinlock initialization), by Antonio Ospite, Frank Praznik and Jiri Kosina - fix for wMaxInputLength handling regression in i2c-hid, by Seth Forshee - IRQ safety spinlock fix in sensor hub driver, by Srinivas Pandruvada - IRQ level sensitivity fix to i2c-hid to be compliant with the spec, by Mika Westerberg - a couple device ID additions piggy-backing on top of that Thanks! ---------------------------------------------------------------- Antonio Ospite (1): HID: sony: Fix a WARNING shown when rmmod-ing the driver Darren Salt (1): HID: saitek: add USB ID for older R.A.T. 7 Frank Praznik (1): HID: sony: fix uninitialized per-controller spinlock Jakub Sitnicki (1): HID: microsoft: Add ID for NE7K wireless keyboard Jiri Kosina (1): HID: sony: initialize sony_dev_list_lock properly Mika Westerberg (1): HID: i2c-hid: The interrupt should be level sensitive Ping Cheng (1): HID: wacom: Add missing ABS_MISC event and feature declaration for 27QHD Seth Forshee (1): HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events Srinivas Pandruvada (2): HID: hid-sensor-hub: Correct documentation HID: sensor-hub: correct dyn_callback_lock IRQ-safe change drivers/hid/hid-core.c | 2 ++ drivers/hid/hid-ids.h | 2 ++ drivers/hid/hid-microsoft.c | 2 ++ drivers/hid/hid-saitek.c | 2 ++ drivers/hid/hid-sensor-hub.c | 8 +++++--- drivers/hid/hid-sony.c | 6 ++++-- drivers/hid/i2c-hid/i2c-hid.c | 7 +++++-- drivers/hid/wacom_wac.c | 11 ++++++++--- include/linux/hid-sensor-hub.h | 5 +++++ 9 files changed, 35 insertions(+), 10 deletions(-) -- Jiri Kosina SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/