diff options
Diffstat (limited to 'sound/usb/usbquirks.h')
-rw-r--r-- | sound/usb/usbquirks.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h index 7820d7bd025f..e310af0db1b5 100644 --- a/sound/usb/usbquirks.h +++ b/sound/usb/usbquirks.h | |||
@@ -1406,6 +1406,17 @@ YAMAHA_DEVICE(0x7010, "UB99"), | |||
1406 | } | 1406 | } |
1407 | }, | 1407 | }, |
1408 | 1408 | ||
1409 | /* Casio devices */ | ||
1410 | { | ||
1411 | USB_DEVICE(0x07cf, 0x6802), | ||
1412 | .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { | ||
1413 | .vendor_name = "Casio", | ||
1414 | .product_name = "AP-80R", | ||
1415 | .ifnum = 0, | ||
1416 | .type = QUIRK_MIDI_YAMAHA | ||
1417 | } | ||
1418 | }, | ||
1419 | |||
1409 | /* Mark of the Unicorn devices */ | 1420 | /* Mark of the Unicorn devices */ |
1410 | { | 1421 | { |
1411 | /* thanks to Robert A. Lerche <ral 'at' msbit.com> */ | 1422 | /* thanks to Robert A. Lerche <ral 'at' msbit.com> */ |