summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Küchler <uwe@kuechler.org>2026-05-26 19:20:33 +0300
committerTakashi Iwai <tiwai@suse.de>2026-05-27 08:34:54 +0300
commitb2e9d2cbbb71b00faf3e27fb741a27b9ad455edd (patch)
treefcb7404f9bab7d44efb25ec29842ca3b85c67014
parent7c349b4f2a603202fb8c363bd2774a22ac2fddf3 (diff)
downloadlinux-b2e9d2cbbb71b00faf3e27fb741a27b9ad455edd.tar.xz
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>
-rw-r--r--sound/usb/quirks-table.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h
index 4e9cfff4047f..97f28c53d201 100644
--- a/sound/usb/quirks-table.h
+++ b/sound/usb/quirks-table.h
@@ -2132,6 +2132,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 {
.vendor_name = "Novation",