Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133205
b: refs/heads/master
c: dc61b66
h: refs/heads/master
i:
  133203: bae92fd
v: v3
  • Loading branch information
Andrea Borgia authored and Takashi Iwai committed Jan 13, 2009
1 parent cd81ca6 commit 568c3cc
Show file tree
Hide file tree
Showing 2 changed files with 11 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: 3195954da9cdb1cadb2059921c62e69d376c624f
refs/heads/master: dc61b66fc724f89d357c43e2319d2cb7bec1e517
10 changes: 10 additions & 0 deletions trunk/sound/usb/usbquirks.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@
.idProduct = prod, \
.bInterfaceClass = USB_CLASS_VENDOR_SPEC

/* Creative/Toshiba Multimedia Center SB-0500 */
{
USB_DEVICE(0x041e, 0x3048),
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
.vendor_name = "Toshiba",
.product_name = "SB-0500",
.ifnum = QUIRK_NO_INTERFACE
}
},

/* Creative/E-Mu devices */
{
USB_DEVICE(0x041e, 0x3010),
Expand Down

0 comments on commit 568c3cc

Please sign in to comment.