diff options
Diffstat (limited to 'sound')
-rw-r--r-- | sound/usb/usbquirks.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h index e310af0db1b5..248a11aa8cdf 100644 --- a/sound/usb/usbquirks.h +++ b/sound/usb/usbquirks.h | |||
@@ -1408,10 +1408,11 @@ YAMAHA_DEVICE(0x7010, "UB99"), | |||
1408 | 1408 | ||
1409 | /* Casio devices */ | 1409 | /* Casio devices */ |
1410 | { | 1410 | { |
1411 | /* this ID is used by several devices without a product ID */ | ||
1411 | USB_DEVICE(0x07cf, 0x6802), | 1412 | USB_DEVICE(0x07cf, 0x6802), |
1412 | .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { | 1413 | .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { |
1413 | .vendor_name = "Casio", | 1414 | .vendor_name = "Casio", |
1414 | .product_name = "AP-80R", | 1415 | .product_name = "Keyboard", |
1415 | .ifnum = 0, | 1416 | .ifnum = 0, |
1416 | .type = QUIRK_MIDI_YAMAHA | 1417 | .type = QUIRK_MIDI_YAMAHA |
1417 | } | 1418 | } |