Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62031
b: refs/heads/master
c: 500bec3
h: refs/heads/master
i:
  62029: 4030a23
  62027: fa522b6
  62023: 06291df
  62015: e543fb0
v: v3
  • Loading branch information
Daniel Drake authored and Jaroslav Kysela committed Jul 20, 2007
1 parent 059b356 commit 04e9b75
Show file tree
Hide file tree
Showing 2 changed files with 10 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: 101f6f4ba7109aafd7b3f2eafd7124f854dda451
refs/heads/master: 500bec3d2ba4787e6ab110d159b2926093c27304
9 changes: 9 additions & 0 deletions trunk/sound/usb/usbquirks.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,15 @@
.bInterfaceClass = USB_CLASS_AUDIO,
.bInterfaceSubClass = USB_SUBCLASS_AUDIO_CONTROL
},
{
.match_flags = USB_DEVICE_ID_MATCH_DEVICE |
USB_DEVICE_ID_MATCH_INT_CLASS |
USB_DEVICE_ID_MATCH_INT_SUBCLASS,
.idVendor = 0x046d,
.idProduct = 0x0850,
.bInterfaceClass = USB_CLASS_AUDIO,
.bInterfaceSubClass = USB_SUBCLASS_AUDIO_CONTROL
},
{
.match_flags = USB_DEVICE_ID_MATCH_DEVICE |
USB_DEVICE_ID_MATCH_INT_CLASS |
Expand Down

0 comments on commit 04e9b75

Please sign in to comment.