git-svn-id: https://scst.svn.sourceforge.net/svnroot/scst/trunk@520
d57e44dd-8a1f-0410-8b47-
8ef2f437770f
}
buf[2] = 4; /* Device complies to this standard - SPC-2 */
- buf[3] = 2; /* data in format specified in this standard */
+ buf[3] = 0x12; /* HiSup + data in format specified in SPC-2 */
buf[4] = 31; /* n - 4 = 35 - 4 = 31 for full 36 byte data */
buf[6] = 0; buf[7] = 2; /* BQue = 0, CMDQUE = 1 commands queuing supported */
}
buf[2] = 4; /* Device complies to this standard - SPC-2 */
- buf[3] = 2; /* data in format specified in this standard */
+ buf[3] = 0x12; /* HiSup + data in format specified in SPC-2 */
buf[4] = 31; /* n - 4 = 35 - 4 = 31 for full 36 byte data */
buf[6] = 0; buf[7] = 2; /* BQue = 0, CMDQUE = 1 commands queuing supported */