From 3db6ae5fa82dc5710b60acf7a8108b6649ca75e0 Mon Sep 17 00:00:00 2001 From: Clemens Ladisch Date: Wed, 5 Oct 2005 13:23:19 +0200 Subject: [PATCH] --- yaml --- r: 9757 b: refs/heads/master c: a25f175c2f6962c38cdbacfc4b66b297f4fb54b2 h: refs/heads/master i: 9755: 63f7a089cb3ab7a9cee21611033bcd3589903317 v: v3 --- [refs] | 2 +- trunk/sound/usb/usbquirks.h | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index a6e6e4df2994..66175bc36004 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9c9565f709f28c12dadfe74b31f2c86ffd75f71e +refs/heads/master: a25f175c2f6962c38cdbacfc4b66b297f4fb54b2 diff --git a/trunk/sound/usb/usbquirks.h b/trunk/sound/usb/usbquirks.h index 370f0e3c6e28..948759da6563 100644 --- a/trunk/sound/usb/usbquirks.h +++ b/trunk/sound/usb/usbquirks.h @@ -1028,6 +1028,27 @@ YAMAHA_DEVICE(0x7010, "UB99"), } }, +/* Guillemot devices */ +{ + /* + * This is for the "Windows Edition" where the external MIDI ports are + * the only MIDI ports; the control data is reported through HID + * interfaces. The "Macintosh Edition" has ID 0xd002 and uses standard + * compliant USB MIDI ports for external MIDI and controls. + */ + USB_DEVICE_VENDOR_SPEC(0x06f8, 0xb000), + .driver_info = (unsigned long) & (const snd_usb_audio_quirk_t) { + .vendor_name = "Hercules", + .product_name = "DJ Console (WE)", + .ifnum = 4, + .type = QUIRK_MIDI_FIXED_ENDPOINT, + .data = & (const snd_usb_midi_endpoint_info_t) { + .out_cables = 0x0001, + .in_cables = 0x0001 + } + } +}, + /* Midiman/M-Audio devices */ { USB_DEVICE_VENDOR_SPEC(0x0763, 0x1002),