aboutsummaryrefslogtreecommitdiffstats
path: root/sound/usb
diff options
context:
space:
mode:
Diffstat (limited to 'sound/usb')
-rw-r--r--sound/usb/usbquirks.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h
index f231de5a586f..0992a0923f1a 100644
--- a/sound/usb/usbquirks.h
+++ b/sound/usb/usbquirks.h
@@ -1410,6 +1410,15 @@ YAMAHA_DEVICE(0x7010, "UB99"),
1410 1410
1411/* Casio devices */ 1411/* Casio devices */
1412{ 1412{
1413 USB_DEVICE(0x07cf, 0x6801),
1414 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
1415 .vendor_name = "Casio",
1416 .product_name = "PL-40R",
1417 .ifnum = 0,
1418 .type = QUIRK_MIDI_YAMAHA
1419 }
1420},
1421{
1413 /* this ID is used by several devices without a product ID */ 1422 /* this ID is used by several devices without a product ID */
1414 USB_DEVICE(0x07cf, 0x6802), 1423 USB_DEVICE(0x07cf, 0x6802),
1415 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { 1424 .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {