Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39941
b: refs/heads/master
c: d57cdcf
h: refs/heads/master
i:
  39939: f4a5e61
v: v3
  • Loading branch information
Ben Collins committed Oct 18, 2006
1 parent 271c944 commit e364eb2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d77f09e51f5793583ede9733a93bd31a324d051c
refs/heads/master: d57cdcffe1180cf9b8d1fce048f80d8c6b159827
5 changes: 5 additions & 0 deletions trunk/drivers/usb/input/hid-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down Expand Up @@ -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 }
};

Expand Down

0 comments on commit e364eb2

Please sign in to comment.