Skip to content

Commit

Permalink
[ALSA] usb-audio: add another ID for Hercules DJ Console
Browse files Browse the repository at this point in the history
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: Clemens Ladisch <clemens@ladisch.de>
  • Loading branch information
Clemens Ladisch authored and Jaroslav Kysela committed Oct 7, 2005
1 parent 4d060fd commit 9c9565f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion sound/usb/usbmixer_maps.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit 9c9565f

Please sign in to comment.