[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>
This commit is contained in:
committed by
Jaroslav Kysela
parent
32e19e882c
commit
318d27f8b4
@@ -1408,10 +1408,11 @@ YAMAHA_DEVICE(0x7010, "UB99"),
|
|||||||
|
|
||||||
/* Casio devices */
|
/* Casio devices */
|
||||||
{
|
{
|
||||||
|
/* this ID is used by several devices without a product ID */
|
||||||
USB_DEVICE(0x07cf, 0x6802),
|
USB_DEVICE(0x07cf, 0x6802),
|
||||||
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
|
.driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
|
||||||
.vendor_name = "Casio",
|
.vendor_name = "Casio",
|
||||||
.product_name = "AP-80R",
|
.product_name = "Keyboard",
|
||||||
.ifnum = 0,
|
.ifnum = 0,
|
||||||
.type = QUIRK_MIDI_YAMAHA
|
.type = QUIRK_MIDI_YAMAHA
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user