diff options
| author | Uwe Küchler <uwe@kuechler.org> | 2026-05-26 18:20:33 +0200 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2026-05-27 07:34:54 +0200 |
| commit | b2e9d2cbbb71b00faf3e27fb741a27b9ad455edd (patch) | |
| tree | fcb7404f9bab7d44efb25ec29842ca3b85c67014 /sound | |
| parent | 7c349b4f2a603202fb8c363bd2774a22ac2fddf3 (diff) | |
| download | linux-next-history-b2e9d2cbbb71b00faf3e27fb741a27b9ad455edd.tar.gz | |
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>
Diffstat (limited to 'sound')
| -rw-r--r-- | sound/usb/quirks-table.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/usb/quirks-table.h b/sound/usb/quirks-table.h index 4e9cfff4047fc..97f28c53d2015 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", |
