]> git.karo-electronics.de Git - karo-tx-linux.git/commit
HID: usbhid: Add support for SiGma Micro chip
authorJeremiah Matthey <sprg86@gmail.com>
Tue, 23 Aug 2011 07:44:30 +0000 (09:44 +0200)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Fri, 17 Aug 2012 19:35:23 +0000 (15:35 -0400)
commiteee8d56e8f3ee34450b3f48733cf0c961daeecd0
treef2532e6230eefdab47e96629240bab7b3ff7474a
parenta5a8c11639257c4f4c39f5903401dc5189221fea
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: Paul Gortmaker <paul.gortmaker@windriver.com>
drivers/hid/hid-ids.h
drivers/hid/usbhid/hid-quirks.c