projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a12606c
)
[ALSA] usb-audio: add Casio PL-40R support
author
Clemens Ladisch
<clemens@ladisch.de>
Thu, 16 Mar 2006 07:15:25 +0000
(08:15 +0100)
committer
Jaroslav Kysela
<perex@suse.cz>
Wed, 22 Mar 2006 09:39:07 +0000
(10:39 +0100)
Modules: USB generic driver
Add a quirk entry for the Casio PL-40R.
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
sound/usb/usbquirks.h
patch
|
blob
|
blame
|
history
diff --git
a/sound/usb/usbquirks.h
b/sound/usb/usbquirks.h
index f231de5a586f4410a88044a073ff8c67c75bad37..0992a0923f1aa8b40c3353632af81b164fdc47d5 100644
(file)
--- a/
sound/usb/usbquirks.h
+++ b/
sound/usb/usbquirks.h
@@
-1409,6
+1409,15
@@
YAMAHA_DEVICE(0x7010, "UB99"),
},
/* Casio devices */
+{
+ USB_DEVICE(0x07cf, 0x6801),
+ .driver_info = (unsigned long) & (const struct snd_usb_audio_quirk) {
+ .vendor_name = "Casio",
+ .product_name = "PL-40R",
+ .ifnum = 0,
+ .type = QUIRK_MIDI_YAMAHA
+ }
+},
{
/* this ID is used by several devices without a product ID */
USB_DEVICE(0x07cf, 0x6802),