Identify as a Quantum Fireball so it appears as a geniune drive

This commit is contained in:
Eric Helgeson 2020-10-09 15:14:13 -05:00 committed by Eric Helgeson
parent 75e47e98f6
commit 2de2bdb993

View File

@ -733,9 +733,9 @@ byte onInquiryCommand(byte len)
35 - 4, //Additional data length
0, 0, //Reserve
0x00, //Support function
'T', 'N', 'B', ' ', ' ', ' ', ' ', ' ',
'A', 'r', 'd', 'S', 'C', 'S', 'i', 'n', 'o', ' ', ' ',' ', ' ', ' ', ' ', ' ',
'0', '0', '1', '0',
'Q', 'U', 'A', 'N', 'T', 'U', 'M', ' ',
'F', 'I', 'R', 'E', 'B', 'A', 'L', 'L', '1', ' ', ' ',' ', ' ', ' ', ' ', ' ',
'1', '.', '0', ' ',
};
writeDataPhase(len < 36 ? len : 36, buf);
return 0x00;