projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d77f09e
)
[hid-core] TurboX Keyboard needs NOGET quirk.
author
Ben Collins
<bcollins@ubuntu.com>
Wed, 18 Oct 2006 12:47:37 +0000
(08:47 -0400)
committer
Ben Collins
<bcollins@ubuntu.com>
Wed, 18 Oct 2006 12:47:37 +0000
(08:47 -0400)
Signed-off-by: Ben Collins <bcollins@ubuntu.com>
drivers/usb/input/hid-core.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/usb/input/hid-core.c
b/drivers/usb/input/hid-core.c
index feabda73a6f9cd2ea67dacd672ad8f8ea9f0e3af..45f44fe33bfed4b1fdd419cf047820841c8e2593 100644
(file)
--- a/
drivers/usb/input/hid-core.c
+++ b/
drivers/usb/input/hid-core.c
@@
-1391,6
+1391,9
@@
void hid_close(struct hid_device *hid)
#define USB_VENDOR_ID_PANJIT 0x134c
+#define USB_VENDOR_ID_TURBOX 0x062a
+#define USB_DEVICE_ID_TURBOX_KEYBOARD 0x0201
+
/*
* Initialize all reports
*/
@@
-1778,6
+1781,8
@@
static const struct hid_blacklist {
{ USB_VENDOR_ID_PANJIT, 0x0003, HID_QUIRK_IGNORE },
{ USB_VENDOR_ID_PANJIT, 0x0004, HID_QUIRK_IGNORE },
+ { USB_VENDOR_ID_TURBOX, USB_DEVICE_ID_TURBOX_KEYBOARD, HID_QUIRK_NOGET },
+
{ 0, 0 }
};