From: Clemens Ladisch Date: Thu, 9 Mar 2006 07:17:08 +0000 (+0100) Subject: [ALSA] usb-audio: change Casio quirk product name X-Git-Tag: v2.6.17-rc1~1129^2^2~36 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=318d27f8b424ec9e025aafe4bffa00aab5993f2f;p=linux-2.6-omap-h63xx.git [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 --- diff --git a/sound/usb/usbquirks.h b/sound/usb/usbquirks.h index e310af0db1b..248a11aa8cd 100644 --- a/sound/usb/usbquirks.h +++ b/sound/usb/usbquirks.h @@ -1408,10 +1408,11 @@ YAMAHA_DEVICE(0x7010, "UB99"), /* Casio devices */ { + /* this ID is used by several devices without a product ID */ USB_DEVICE(0x07cf, 0x6802), .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) { .vendor_name = "Casio", - .product_name = "AP-80R", + .product_name = "Keyboard", .ifnum = 0, .type = QUIRK_MIDI_YAMAHA }