mirror of
https://github.com/SCST-project/scst.git
synced 2026-08-19 13:46:25 +00:00
Better don't decode vendor opcode 0x24 for block devices, because the
current decoding is incorrect anyway. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@4072 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
+1
-1
@@ -309,7 +309,7 @@ static const struct scst_sdbops scst_scsi_op_table[] = {
|
||||
/* 10-bytes length CDB */
|
||||
{0x23, "V VV V ", "READ FORMAT CAPACITY",
|
||||
SCST_DATA_READ, FLAG_NONE, 7, get_trans_len_2},
|
||||
{0x24, "V VVM ", "SET WINDOW",
|
||||
{0x24, " VVM ", "SET WINDOW",
|
||||
SCST_DATA_WRITE, FLAG_NONE, 6, get_trans_len_3},
|
||||
{0x25, "M MM M ", "READ CAPACITY",
|
||||
SCST_DATA_READ, SCST_IMPLICIT_HQ|
|
||||
|
||||
Reference in New Issue
Block a user