Skip to content

Commit

Permalink
[ALSA] usb-audio: add another ID for the TerraTec PHASE26
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
cladisch authored and Jaroslav Kysela committed Oct 7, 2005
1 parent f542fda commit 31ab952
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion sound/usb/usbquirks.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31ab952

Please sign in to comment.