projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d060fd
)
[ALSA] usb-audio: add another ID for Hercules DJ Console
author
Clemens Ladisch
<clemens@ladisch.de>
Wed, 5 Oct 2005 11:02:38 +0000
(13:02 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Fri, 7 Oct 2005 12:46:40 +0000
(14:46 +0200)
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>
sound/usb/usbmixer_maps.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/usb/usbmixer_maps.c
b/sound/usb/usbmixer_maps.c
index 13199ff36d4cf42378df8dcecf2556d10355228d..c1264434e50ac0f2134d8f56f4235c999c7898ba 100644
(file)
--- a/
sound/usb/usbmixer_maps.c
+++ b/
sound/usb/usbmixer_maps.c
@@
-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,
},