Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9c9565f7 authored by Clemens Ladisch's avatar Clemens Ladisch Committed by Jaroslav Kysela
Browse files

[ALSA] usb-audio: add another ID for Hercules DJ Console



USB generic driver
Add a mixer quirk entry for the Hercules DJ Console (Windows Edition)
that uses a different USB product ID.

Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
parent 4d060fd1
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -238,7 +238,12 @@ static struct usbmix_ctl_map usbmix_ctl_maps[] = {
		.selector_map = audigy2nx_selectors,
	},
	{
		/* Hercules DJ Console */
		/* Hercules DJ Console (Windows Edition) */
		.id = USB_ID(0x06f8, 0xb000),
		.ignore_ctl_error = 1,
	},
	{
		/* Hercules DJ Console (Macintosh Edition) */
		.id = USB_ID(0x06f8, 0xd002),
		.ignore_ctl_error = 1,
	},