Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242959
b: refs/heads/master
c: cb6f4b5
h: refs/heads/master
i:
  242957: 8a80986
  242955: 7a33084
  242951: 7078708
  242943: 692b4e3
v: v3
  • Loading branch information
Keith A. Milner authored and Takashi Iwai committed Mar 23, 2011
1 parent eaafbc4 commit f7d8c79
Show file tree
Hide file tree
Showing 2 changed files with 28 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: e19869204fca4ae28b6e4d8f5e20849e9f7b18bd
refs/heads/master: cb6f4b55f5907528d8a1a927b850c9eb04d4ef90
27 changes: 27 additions & 0 deletions trunk/sound/usb/quirks-table.h
Original file line number Diff line number Diff line change
Expand Up @@ -1580,6 +1580,33 @@ YAMAHA_DEVICE(0x7010, "UB99"),
}
}
},
{
/* Boss JS-8 Jam Station */
USB_DEVICE(0x0582, 0x0109),
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
/* .vendor_name = "BOSS", */
/* .product_name = "JS-8", */
.ifnum = QUIRK_ANY_INTERFACE,
.type = QUIRK_COMPOSITE,
.data = (const struct snd_usb_audio_quirk[]) {
{
.ifnum = 0,
.type = QUIRK_AUDIO_STANDARD_INTERFACE
},
{
.ifnum = 1,
.type = QUIRK_AUDIO_STANDARD_INTERFACE
},
{
.ifnum = 2,
.type = QUIRK_MIDI_STANDARD_INTERFACE
},
{
.ifnum = -1
}
}
}
},
{
/* has ID 0x0110 when not in Advanced Driver mode */
USB_DEVICE_VENDOR_SPEC(0x0582, 0x010f),
Expand Down

0 comments on commit f7d8c79

Please sign in to comment.