mirror of
https://github.com/erichelgeson/BlueSCSI.git
synced 2024-12-22 12:30:12 +00:00
Identify as a Quantum Fireball so it appears as a geniune drive
This commit is contained in:
parent
75e47e98f6
commit
2de2bdb993
@ -733,9 +733,9 @@ byte onInquiryCommand(byte len)
|
|||||||
35 - 4, //Additional data length
|
35 - 4, //Additional data length
|
||||||
0, 0, //Reserve
|
0, 0, //Reserve
|
||||||
0x00, //Support function
|
0x00, //Support function
|
||||||
'T', 'N', 'B', ' ', ' ', ' ', ' ', ' ',
|
'Q', 'U', 'A', 'N', 'T', 'U', 'M', ' ',
|
||||||
'A', 'r', 'd', 'S', 'C', 'S', 'i', 'n', 'o', ' ', ' ',' ', ' ', ' ', ' ', ' ',
|
'F', 'I', 'R', 'E', 'B', 'A', 'L', 'L', '1', ' ', ' ',' ', ' ', ' ', ' ', ' ',
|
||||||
'0', '0', '1', '0',
|
'1', '.', '0', ' ',
|
||||||
};
|
};
|
||||||
writeDataPhase(len < 36 ? len : 36, buf);
|
writeDataPhase(len < 36 ? len : 36, buf);
|
||||||
return 0x00;
|
return 0x00;
|
||||||
|
Loading…
Reference in New Issue
Block a user