aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
authorClemens Ladisch <clemens@ladisch.de>2006-03-09 02:17:08 -0500
committerJaroslav Kysela <perex@suse.cz>2006-03-22 04:36:53 -0500
commit318d27f8b424ec9e025aafe4bffa00aab5993f2f (patch)
tree8d21960b210cf73535763ba3c91e72b703110692 /sound
parent32e19e882c722b41f37e90956bf12eacdaba6f2b (diff)
[ALSA] usb-audio: change Casio quirk product name
Modules: USB generic driver Use a generic name for USB device 0x07cf:0x6802 because this ID is used by several devices without a product ID. Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Diffstat (limited to 'sound')
-rw-r--r--sound/usb/usbquirks.h3
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 }