[ALSA] usb-audio: ignore Hercules DJ Console mixer errors
authorClemens Ladisch <clemens@ladisch.de>
Fri, 16 Sep 2005 14:56:01 +0000 (16:56 +0200)
committerJaroslav Kysela <perex@suse.cz>
Fri, 7 Oct 2005 12:45:33 +0000 (14:45 +0200)
USB generic driver
Add a quirk entry for the Hercules DJ Console to ignore timeouts on
some mixer control transfers.

Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
sound/usb/usbmixer_maps.c

index f05500b..13199ff 100644 (file)
@@ -238,6 +238,11 @@ static struct usbmix_ctl_map usbmix_ctl_maps[] = {
                .selector_map = audigy2nx_selectors,
        },
        {
+               /* Hercules DJ Console */
+               .id = USB_ID(0x06f8, 0xd002),
+               .ignore_ctl_error = 1,
+       },
+       {
                .id = USB_ID(0x08bb, 0x2702),
                .map = linex_map,
                .ignore_ctl_error = 1,