From 0991c39fb10f02b107b3a25e420f2922a0eb884d Mon Sep 17 00:00:00 2001 From: David G Turner Date: Thu, 21 Jul 2011 19:00:57 +0200 Subject: [PATCH] --- yaml --- r: 257628 b: refs/heads/master c: 6a6d822e12db50f054b3573a7156579125d476bf h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/usb/quirks-table.h | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 3c30191431eb..4d38b015294f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c81c6b356b52d3fcb4d531d149573fc100aad643 +refs/heads/master: 6a6d822e12db50f054b3573a7156579125d476bf diff --git a/trunk/sound/usb/quirks-table.h b/trunk/sound/usb/quirks-table.h index 0b2ae8e1c02d..dba0b7f11c54 100644 --- a/trunk/sound/usb/quirks-table.h +++ b/trunk/sound/usb/quirks-table.h @@ -1677,6 +1677,36 @@ YAMAHA_DEVICE(0x7010, "UB99"), } } }, +{ + USB_DEVICE(0x0582, 0x011e), + .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { + /* .vendor_name = "BOSS", */ + /* .product_name = "BR-800", */ + .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_FIXED_ENDPOINT, + .data = & (const struct snd_usb_midi_endpoint_info) { + .out_cables = 0x0001, + .in_cables = 0x0001 + } + }, + { + .ifnum = -1 + } + } + } +}, /* Guillemot devices */ {