adds support for Hercules DJ 4Set

This commit is contained in:
watchingJu 2021-03-13 23:06:10 +01:00
parent c892bbc063
commit 1823765bbf
1 changed files with 1 additions and 0 deletions

1
usb.c
View File

@ -26,6 +26,7 @@ const struct device devices[] = {
{ 0xb107, 5, 0x83, 0x03, 0x0, 0 }, // Hercules Mk4
{ 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
{ 0, 0, 0, 0 }
};