hdjd

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

commit
3a6216e
parent
3bfa00f
author
Neale Pickett
date
2024-02-24 12:50:04 -0700 MST
Merge pull request #17 from faithvoid/master

Add new identifier number for 4set -- maybe new firmware?
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