HID: usbhid: Add support for SiGma Micro chip
commit2b3b2a6721c32d4e8e13549fe83f35a1b487f05e
authorJeremiah Matthey <sprg86@gmail.com>
Tue, 23 Aug 2011 07:44:30 +0000 (23 09:44 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 7 Nov 2011 20:32:13 +0000 (7 12:32 -0800)
tree6c278211115abee784ead35c1b64a2bc3ade65bb
parentca1b1bfef7afbf2149a84717f710cc29c2d7abc9
HID: usbhid: Add support for SiGma Micro chip

commit f5e4282586dc0c9dab8c7d32e6c43aa07f68586b upstream.

Patch to add SiGma Micro-based keyboards (1c4f:0002) to hid-quirks.

These keyboards dont seem to allow the records to be initialized, and hence a
timeout occurs when the usbhid driver attempts to initialize them. The patch
just adds the signature for these keyboards to the hid-quirks list with the
setting HID_QUIRK_NO_INIT_REPORTS. This removes the 5-10 second wait for the
timeout to occur.

Signed-off-by: Jeremiah Matthey <sprg86@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/hid/hid-ids.h
drivers/hid/usbhid/hid-quirks.c