diff options
author | Jiri Kosina <jkosina@suse.cz> | 2014-06-02 10:58:00 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2014-06-02 10:58:27 +0200 |
commit | 9ea63c439c5dffcb7c46c741929fe74b31b9676b (patch) | |
tree | 71356d5978a0f759377144f52dad0a23dea119a8 /drivers/hid/hid-ids.h | |
parent | 00478ee8984a80e531ed491eede0459eae07396d (diff) | |
download | talos-obmc-linux-9ea63c439c5dffcb7c46c741929fe74b31b9676b.tar.gz talos-obmc-linux-9ea63c439c5dffcb7c46c741929fe74b31b9676b.zip |
HID: usbhid: enable NO_INIT_REPORTS quirk for Semico USB Keykoard
The device which identifies itself as a "USB Keykoard" (no typo) with VID:PID
1a2c:0023 does not seem to be handling the reports initialization very well.
This results in a "usb_submit_urb(ctrl) failed: -1" message from the kernel
when connected, and a delay before its initialization. This patch adds the
quirk for this device, which causes the delay to disappear.
[jkosina@suse.cz: remove superfluous comment and fix ordering]
Signed-off-by: Daniel Kamil Kozar <dkk089@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/hid-ids.h')
-rw-r--r-- | drivers/hid/hid-ids.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/hid/hid-ids.h b/drivers/hid/hid-ids.h index 79ffa59f9a9f..291e5288edea 100644 --- a/drivers/hid/hid-ids.h +++ b/drivers/hid/hid-ids.h @@ -771,6 +771,9 @@ #define USB_DEVICE_ID_SAMSUNG_IR_REMOTE 0x0001 #define USB_DEVICE_ID_SAMSUNG_WIRELESS_KBD_MOUSE 0x0600 +#define USB_VENDOR_ID_SEMICO 0x1a2c +#define USB_DEVICE_ID_SEMICO_USB_KEYKOARD 0x0023 + #define USB_VENDOR_ID_SENNHEISER 0x1395 #define USB_DEVICE_ID_SENNHEISER_BTD500USB 0x002c |