mirror of
https://github.com/radiomanV/TL866.git
synced 2025-06-18 14:25:38 -04:00
Update firmware dumper
This commit is contained in:
parent
ba7bd2cbbd
commit
95088b67cd
@ -237,12 +237,12 @@ sd000 = {
|
||||
ROM struct {
|
||||
BYTE bLength;
|
||||
BYTE bDscType;
|
||||
WORD string[9];
|
||||
WORD string[8];
|
||||
}
|
||||
sd001 = {
|
||||
sizeof(sd001), USB_DESCRIPTOR_STRING,
|
||||
{
|
||||
'R', 'a', 'd', 'i', 'o', 's', 'o', 'f', 't'}
|
||||
'R', 'a', 'd', 'i', 'o', 'm', 'a', 'n'}
|
||||
};
|
||||
|
||||
//Product string descriptor
|
||||
@ -250,12 +250,12 @@ sd001 = {
|
||||
ROM struct {
|
||||
BYTE bLength;
|
||||
BYTE bDscType;
|
||||
WORD string[10];
|
||||
WORD string[13];
|
||||
}
|
||||
sd002 = {
|
||||
sizeof(sd002), USB_DESCRIPTOR_STRING,
|
||||
{
|
||||
'T', 'L', '8', '6', '6', ' ', 'T', 'e', 's', 't'}
|
||||
'T', 'L', '8', '6', '6', ' ', 'U', 'p', 'd', 'a', 't', 'e', 'r'}
|
||||
};
|
||||
|
||||
//Array of configuration descriptors
|
||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user