Update usb.c

This commit is contained in:
Lavender Starlight 2024-02-19 04:30:32 -05:00 committed by GitHub
parent 3bfa00fe28
commit 285d640e4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

1
usb.c
View File

@ -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 }
};