From: Clemens Ladisch Date: Mon, 26 Sep 2005 06:55:01 +0000 (+0200) Subject: [ALSA] usb-audio: add another ID for the TerraTec PHASE26 X-Git-Tag: MMI-PSA29.97-13-9~53869^2~50^2~120^2~12 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=31ab9523ed3773d5de7c07b3b6c4c00ddb06045e;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.git [ALSA] usb-audio: add another ID for the TerraTec PHASE26 USB generic driver There is another revision of the PHASE26 with a different product ID; add a quirk entry for that, too. Signed-off-by: Clemens Ladisch --- diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h index 5c6b3da93e3b..370f0e3c6e28 100644 --- a/sound/usb/usbquirks.h +++ b/sound/usb/usbquirks.h @@ -1356,10 +1356,20 @@ YAMAHA_DEVICE(0x7010, "UB99"), } }, +/* TerraTec devices */ +{ + USB_DEVICE_VENDOR_SPEC(0x0ccd, 0x0012), + .driver_info = (unsigned long) & (const snd_usb_audio_quirk_t) { + .vendor_name = "TerraTec", + .product_name = "PHASE 26", + .ifnum = 3, + .type = QUIRK_MIDI_STANDARD_INTERFACE + } +}, { USB_DEVICE_VENDOR_SPEC(0x0ccd, 0x0013), .driver_info = (unsigned long) & (const snd_usb_audio_quirk_t) { - .vendor_name = "Terratec", + .vendor_name = "TerraTec", .product_name = "PHASE 26", .ifnum = 3, .type = QUIRK_MIDI_STANDARD_INTERFACE