[GIT] HID

From: Jiri Kosina
Date: Mon Oct 07 2013 - 11:51:16 EST


Linus,

please pull from

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

to receive

=====

- fix for hidraw reference counting regression, by Manoj Chourasia
- fix for minor number allocation for uhid, by David Herrmann
- other small unsorted fixes / device ID additions

=====

Anders F. U. Kiær (1):
HID: add Holtek USB ID 04d9:a081 SHARKOON DarkGlider

David Herrmann (2):
HID: uhid: allocate static minor
HID: wiimote: fix FF deadlock

Manoj Chourasia (1):
HID: hidraw: close underlying device at removal of last reader

Stefan Achatz (1):
HID: roccat: Fix "cannot create duplicate filename" problems

drivers/hid/Kconfig | 1 +
drivers/hid/hid-core.c | 1 +
drivers/hid/hid-holtek-mouse.c | 4 +++
drivers/hid/hid-ids.h | 1 +
drivers/hid/hid-roccat-kone.c | 2 +-
drivers/hid/hid-roccat-koneplus.c | 4 +-
drivers/hid/hid-roccat-kovaplus.c | 4 +-
drivers/hid/hid-roccat-pyra.c | 4 +-
drivers/hid/hid-wiimote-modules.c | 40 ++++++++++++++++++++++++++----------
drivers/hid/hid-wiimote.h | 4 ++-
drivers/hid/hidraw.c | 21 +++++++++++++------
drivers/hid/uhid.c | 3 +-
include/linux/miscdevice.h | 1 +
13 files changed, 63 insertions(+), 27 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/