Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9745
b: refs/heads/master
c: 31ab952
h: refs/heads/master
i:
  9743: 56b9882
v: v3
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed Oct 7, 2005
1 parent e30460f commit 7997b4e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f542fda8f8cd0cc0e4bffef42b27c7dc59cd07d3
refs/heads/master: 31ab9523ed3773d5de7c07b3b6c4c00ddb06045e
12 changes: 11 additions & 1 deletion trunk/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 7997b4e

Please sign in to comment.