hdjd

Hercules DJ controller driver for Linux
git clone https://git.woozle.org/neale/hdjd.git

commit
285d640
parent
3bfa00f
author
Lavender Starlight
date
2024-02-19 02:30:32 -0700 MST
Update usb.c
1 files changed,  +1, -0
M usb.c
M usb.c
+1, -0
1@@ -27,6 +27,7 @@ const struct device devices[] = {
2   { 0xb100, 1, 0x86, 0x06, 0x0, 0 }, // Hercules Mk2
3   { 0xb109, 5, 0x83, 0x03, 0x84, 0}, // 4-Mx
4   { 0xb10c, 5, 0x83, 0x03, 0x84, 0}, // Hercules DJ 4Set
5+  { 0xb10d, 5, 0x83, 0x03, 0x84, 0}, // Hercules DJ 4Set, second variant(?)
6   { 0, 0, 0, 0 }
7 };
8