add SCSI_CMD_REQUEST_SENSE into device msc built-in command

This commit is contained in:
hathach
2018-07-25 23:56:06 +07:00
parent 226a4f8816
commit 8694285ad2
4 changed files with 96 additions and 69 deletions

View File

@@ -240,7 +240,7 @@ typedef struct ATTR_PACKED
uint8_t response_code : 7; ///< 70h - current errors, Fixed Format 71h - deferred errors, Fixed Format
uint8_t valid : 1;
uint8_t TU_RESERVED;
uint8_t reserved;
uint8_t sense_key : 4;
uint8_t : 1;