From: Clemens Ladisch Date: Thu, 9 Mar 2006 06:55:55 +0000 (+0100) Subject: [ALSA] usb-audio: add Casio AP-80R support X-Git-Tag: v2.6.17-rc1~1129^2^2~38 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=0243ef71acc0b5bd734b511ae6d9b4b481c1dc5e;p=linux-2.6-omap-h63xx.git [ALSA] usb-audio: add Casio AP-80R support Modules: USB generic driver Add a quirk for the Casio AP-80R. Signed-off-by: Clemens Ladisch --- diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h index 7820d7bd025..e310af0db1b 100644 --- a/sound/usb/usbquirks.h +++ b/sound/usb/usbquirks.h @@ -1406,6 +1406,17 @@ YAMAHA_DEVICE(0x7010, "UB99"), } }, +/* Casio devices */ +{ + USB_DEVICE(0x07cf, 0x6802), + .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { + .vendor_name = "Casio", + .product_name = "AP-80R", + .ifnum = 0, + .type = QUIRK_MIDI_YAMAHA + } +}, + /* Mark of the Unicorn devices */ { /* thanks to Robert A. Lerche */