Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25755
b: refs/heads/master
c: bfb2584
h: refs/heads/master
i:
  25753: 5dab2c5
  25751: 94811a0
v: v3
  • Loading branch information
Jeffrey Vandenbroucke sign authored and Greg Kroah-Hartman committed Apr 14, 2006
1 parent 3b425b0 commit 34f93b3
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 8e32640672bdcb01e0d83f087f09dd65fcbc3275
refs/heads/master: bfb25849f00d0b8453191ee12125738b5f5c9146
4 changes: 4 additions & 0 deletions trunk/drivers/usb/input/hid-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1374,6 +1374,9 @@ void hid_close(struct hid_device *hid)

#define USB_VENDOR_ID_PANJIT 0x134c

#define USB_VENDOR_ID_SILVERCREST 0x062a
#define USB_DEVICE_ID_SILVERCREST_KB 0x0201

/*
* Initialize all reports
*/
Expand Down Expand Up @@ -1680,6 +1683,7 @@ static const struct hid_blacklist {
{ USB_VENDOR_ID_HP, USB_DEVICE_ID_HP_USBHUB_KB, HID_QUIRK_NOGET },
{ USB_VENDOR_ID_TANGTOP, USB_DEVICE_ID_TANGTOP_USBPS2, HID_QUIRK_NOGET },
{ USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_DUAL_USB_JOYPAD, HID_QUIRK_NOGET | HID_QUIRK_MULTI_INPUT },
{ USB_VENDOR_ID_SILVERCREST, USB_DEVICE_ID_SILVERCREST_KB, HID_QUIRK_NOGET },

{ USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_POWERMOUSE, HID_QUIRK_2WHEEL_POWERMOUSE },
{ USB_VENDOR_ID_A4TECH, USB_DEVICE_ID_A4TECH_WCP32PU, HID_QUIRK_2WHEEL_MOUSE_HACK_7 },
Expand Down

0 comments on commit 34f93b3

Please sign in to comment.