Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22709
b: refs/heads/master
c: cdca881
h: refs/heads/master
i:
  22707: a75c814
v: v3
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed Mar 22, 2006
1 parent 6eeb2c0 commit 3176264
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: 5a25c5cfd4f61f514decca3c4106210fb168ce19
refs/heads/master: cdca881d79dc4133b35db5c855b688ee9cba12a9
15 changes: 14 additions & 1 deletion trunk/sound/usb/usbquirks.h
Original file line number Diff line number Diff line change
Expand Up @@ -1091,7 +1091,20 @@ YAMAHA_DEVICE(0x7010, "UB99"),
}
},
/* TODO: add Edirol UA-101 support */
/* TODO: add Roland G-70 support */
{
/* has ID 0x0081 when not in "Advanced Driver" mode */
USB_DEVICE(0x0582, 0x0080),
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
.vendor_name = "Roland",
.product_name = "G-70",
.ifnum = 0,
.type = QUIRK_MIDI_FIXED_ENDPOINT,
.data = & (const struct snd_usb_midi_endpoint_info) {
.out_cables = 0x0003,
.in_cables = 0x0003
}
}
},
/* TODO: add Roland V-SYNTH XT support */
/* TODO: add BOSS GT-PRO support */
{
Expand Down

0 comments on commit 3176264

Please sign in to comment.