Compare commits

...

3 Commits

Author SHA1 Message Date
Neale Pickett 6132186a9b
Change MP3e2 endpoint number
Based on discussion in #9 

Closes #9
2024-02-24 12:54:48 -07:00
Neale Pickett 3a6216eb1c
Merge pull request #17 from faithvoid/master
Add new identifier number for 4set -- maybe new firmware?
2024-02-24 12:50:04 -07:00
Lavender Starlight 285d640e4b
Update usb.c 2024-02-19 04:30:32 -05:00
1 changed files with 2 additions and 1 deletions

3
usb.c
View File

@ -21,12 +21,13 @@ struct device {
};
const struct device devices[] = {
{ 0xb102, 1, 0x83, 0x04, 0x0, 0 }, // Steel
{ 0xb105, 1, 0x82, 0x03, 0x0, 0 }, // MP3e2
{ 0xb105, 1, 0x81, 0x03, 0x0, 0 }, // MP3e2
{ 0xb120, 1, 0x82, 0x03, 0x0, 0 }, // Hercules MP3 LE / Glow
{ 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
{ 0xb10d, 5, 0x83, 0x03, 0x84, 0}, // Hercules DJ 4Set, second variant(?)
{ 0, 0, 0, 0 }
};