Gitweb: http://git.kernel.org/linus/dc61b66fc724f89d357c43e2319d2cb7bec1e517 Commit: dc61b66fc724f89d357c43e2319d2cb7bec1e517 Parent: 3195954da9cdb1cadb2059921c62e69d376c624f Author: Andrea Borgia <andrea@borgia.bo.it> AuthorDate: Mon Jan 12 23:17:47 2009 +0100 Committer: Takashi Iwai <tiwai@suse.de> CommitDate: Tue Jan 13 07:54:57 2009 +0100 ALSA: rename "Device" to "Toshiba SB-0500" via quirks Signed-off-by: Andrea Borgia <andrea@borgia.bo.it> Signed-off-by: Takashi Iwai <tiwai@suse.de> --- sound/usb/usbquirks.h | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h index 9211575..d59323e 100644 --- a/sound/usb/usbquirks.h +++ b/sound/usb/usbquirks.h @@ -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), -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
