Tweak USB descriptor string

USG_1.0
Robert Fisk 8 years ago
parent 4234dabd27
commit 8c30d81521

@ -164,7 +164,7 @@ const int8_t STORAGE_Inquirydata_FS[] = { //36
0x00, 0x00,
'T', 'h', 'e', ' ', 'U', 'S', 'G', ' ', /* Manufacturer : 8 bytes */ 'T', 'h', 'e', ' ', 'U', 'S', 'G', ' ', /* Manufacturer : 8 bytes */
'i', 's', ' ', 'G', 'o', 'o', 'd', ',', /* Product : 16 Bytes */ 'i', 's', ' ', 'G', 'o', 'o', 'd', ',', /* Product : 16 Bytes */
'n', 'o', 't', ' ', 'b', 'a', 'd', '.', ' ', 'n', 'o', 't', ' ', 'b', 'a', 'd',
'v', '1', '.' ,'0', /* Version : 4 Bytes */ 'v', '1', '.' ,'0', /* Version : 4 Bytes */
}; };

Loading…
Cancel
Save