From 285d640e4be39324b7f0d483b55ac19a2ac11aba Mon Sep 17 00:00:00 2001 From: Lavender Starlight <56975081+faithvoid@users.noreply.github.com> Date: Mon, 19 Feb 2024 04:30:32 -0500 Subject: [PATCH] Update usb.c --- usb.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usb.c b/usb.c index 2369fcc..211143b 100644 --- a/usb.c +++ b/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 } };