Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62084
b: refs/heads/master
c: 95093a2
h: refs/heads/master
v: v3
  • Loading branch information
Claudio Matsuoka authored and Jaroslav Kysela committed Jul 20, 2007
1 parent 5d50733 commit 3a6fe7e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c454fd4e888dc2b1423b6a65106a619e99a2deb4
refs/heads/master: 95093a23b9090025f8a6be0ac93859210fbba678
13 changes: 13 additions & 0 deletions trunk/sound/usb/usbquirks.h
Original file line number Diff line number Diff line change
Expand Up @@ -1103,6 +1103,19 @@ YAMAHA_DEVICE(0x7010, "UB99"),
}
}
},
{
USB_DEVICE(0x582, 0x00a6),
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
.vendor_name = "Roland",
.product_name = "Juno-G",
.ifnum = 0,
.type = QUIRK_MIDI_FIXED_ENDPOINT,
.data = & (const struct snd_usb_midi_endpoint_info) {
.out_cables = 0x0001,
.in_cables = 0x0001
}
}
},
{ /*
* This quirk is for the "Advanced" modes of the Edirol UA-25.
* If the switch is not in an advanced setting, the UA-25 has
Expand Down

0 comments on commit 3a6fe7e

Please sign in to comment.