mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-17 10:41:26 +00:00
Set SPC-4 confirmance for LUN NOT SUPPORTED INQUIRY
Reported-By: dimec lunec <dimec.lunec@gmail.com> git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6801 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -1950,6 +1950,7 @@ go:
|
||||
|
||||
memset(buf, 0, len);
|
||||
buf[0] = 0x7F; /* Peripheral qualifier 011b, Peripheral device type 1Fh */
|
||||
buf[2] = 6; /* Device complies to SPC-4 */
|
||||
buf[4] = len - 4;
|
||||
|
||||
TRACE_BUFFER("INQUIRY for not supported LUN set", buf, len);
|
||||
|
||||
Reference in New Issue
Block a user