mirror of https://github.com/nealey/hdjd.git
Merge pull request #17 from faithvoid/master
Add new identifier number for 4set -- maybe new firmware?
This commit is contained in:
commit
3a6216eb1c
1
usb.c
1
usb.c
|
@ -27,6 +27,7 @@ const struct device devices[] = {
|
|||
{ 0xb100, 1, 0x86, 0x06, 0x0, 0 }, // Hercules Mk2
|
||||
{ 0xb109, 5, 0x83, 0x03, 0x84, 0}, // 4-Mx
|
||||
{ 0xb10c, 5, 0x83, 0x03, 0x84, 0}, // Hercules DJ 4Set
|
||||
{ 0xb10d, 5, 0x83, 0x03, 0x84, 0}, // Hercules DJ 4Set, second variant(?)
|
||||
{ 0, 0, 0, 0 }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue