- commit
- 627d527
- parent
- c892bbc
- author
- Neale Pickett
- date
- 2021-03-13 15:15:57 -0700 MST
Merge pull request #14 from watchingJu/master adds support for Hercules DJ 4Set
1 files changed,
+1,
-0
M
usb.c
M
usb.c
+1,
-0
1@@ -26,6 +26,7 @@ const struct device devices[] = {
2 { 0xb107, 5, 0x83, 0x03, 0x0, 0 }, // Hercules Mk4
3 { 0xb100, 1, 0x86, 0x06, 0x0, 0 }, // Hercules Mk2
4 { 0xb109, 5, 0x83, 0x03, 0x84, 0}, // 4-Mx
5+ { 0xb10c, 5, 0x83, 0x03, 0x84, 0}, // Hercules DJ 4Set
6 { 0, 0, 0, 0 }
7 };
8