mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
ALSA: usb-audio: Add quirk for Novation Mininova
Add a device-specific quirk for the Novation Mininova synthesizer (USB ID 1235:001e) to enable proper recognition and functionality as a MIDI device. Signed-off-by: Uwe Küchler <uwe@kuechler.org> Link: https://patch.msgid.link/20260526162033.7513-1-uwe@kuechler.org Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
7c349b4f2a
commit
b2e9d2cbbb
|
|
@ -2131,6 +2131,14 @@ YAMAHA_DEVICE(0x7010, "UB99"),
|
|||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
USB_DEVICE(0x1235, 0x001e),
|
||||
QUIRK_DRIVER_INFO {
|
||||
/* .vendor_name = "Novation", */
|
||||
/* .product_name = "Mininova", */
|
||||
QUIRK_DATA_RAW_BYTES(0)
|
||||
}
|
||||
},
|
||||
{
|
||||
USB_DEVICE_VENDOR_SPEC(0x1235, 0x4661),
|
||||
QUIRK_DRIVER_INFO {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user