Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22697
b: refs/heads/master
c: 415b09e
h: refs/heads/master
i:
  22695: 81cd490
v: v3
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed Mar 22, 2006
1 parent 60ebf93 commit f842466
Show file tree
Hide file tree
Showing 2 changed files with 15 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: f7cbb7fcd3bae5264a079e06411b35366da9bd4d
refs/heads/master: 415b09e4559b0c95666af3cebe918386212aef98
15 changes: 14 additions & 1 deletion trunk/sound/usb/usbquirks.h
Original file line number Diff line number Diff line change
Expand Up @@ -1094,7 +1094,20 @@ YAMAHA_DEVICE(0x7010, "UB99"),
/* TODO: add Roland G-70 support */
/* TODO: add Roland V-SYNTH XT support */
/* TODO: add BOSS GT-PRO support */
/* TODO: add Edirol PC-50 support */
{
/* has ID 0x008c when not in "Advanced Driver" mode */
USB_DEVICE(0x0582, 0x008b),
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
.vendor_name = "EDIROL",
.product_name = "PC-50",
.ifnum = 0,
.type = QUIRK_MIDI_FIXED_ENDPOINT,
.data = & (const struct snd_usb_midi_endpoint_info) {
.out_cables = 0x0001,
.in_cables = 0x0001
}
}
},
/* TODO: add Edirol PC-80 support */
/* TODO: add Edirol UA-1EX support */
{
Expand Down

0 comments on commit f842466

Please sign in to comment.