Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114451
b: refs/heads/master
c: 66ebf66
h: refs/heads/master
i:
  114449: 831dcef
  114447: a38b5e9
v: v3
  • Loading branch information
Jiri Kosina committed Oct 14, 2008
1 parent 9b24381 commit f735fab
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c0bd6a429819f794f626f9e73be4564e18e132db
refs/heads/master: 66ebf66e497094f2c3fb3107d309c6a753beb0ff
3 changes: 2 additions & 1 deletion trunk/drivers/hid/hid-ids.h
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,8 @@
#define USB_DEVICE_ID_QUAD_USB_JOYPAD 0x8800
#define USB_DEVICE_ID_DUAL_USB_JOYPAD 0x8866

#define USB_VENDOR_ID_WISEGROUP_LTD 0x6677
#define USB_VENDOR_ID_WISEGROUP_LTD 0x6666
#define USB_VENDOR_ID_WISEGROUP_LTD2 0x6677
#define USB_DEVICE_ID_SMARTJOY_DUAL_PLUS 0x8802

#define USB_VENDOR_ID_YEALINK 0x6993
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/hid/usbhid/hid-quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ static const struct hid_blacklist {
{ USB_VENDOR_ID_WISEGROUP, USB_DEVICE_ID_QUAD_USB_JOYPAD, HID_QUIRK_NOGET | HID_QUIRK_MULTI_INPUT },

{ USB_VENDOR_ID_WISEGROUP_LTD, USB_DEVICE_ID_SMARTJOY_DUAL_PLUS, HID_QUIRK_NOGET | HID_QUIRK_MULTI_INPUT },
{ USB_VENDOR_ID_WISEGROUP_LTD2, USB_DEVICE_ID_SMARTJOY_DUAL_PLUS, HID_QUIRK_NOGET | HID_QUIRK_MULTI_INPUT },

{ 0, 0 }
};
Expand Down

0 comments on commit f735fab

Please sign in to comment.