diff options
| author | hathach <[email protected]> | 2019-05-06 23:46:10 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-05-07 00:03:42 +0700 |
| commit | 81cb1c9510e4b4ccb03d165b4248fdf5688dd8ba (patch) | |
| tree | b1d21b3d636dff46fc1fe5a76aa726a9f3b41e9f /src/class | |
| parent | 6e4dc2f23dd6fe7725b145f49b49116859916b5c (diff) | |
clean up
Diffstat (limited to 'src/class')
| -rw-r--r-- | src/class/msc/msc_device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/msc/msc_device.h b/src/class/msc/msc_device.h index a05634d51..1baf2d19a 100644 --- a/src/class/msc/msc_device.h +++ b/src/class/msc/msc_device.h @@ -107,7 +107,7 @@ void tud_msc_capacity_cb(uint8_t lun, uint32_t* block_count, uint16_t* block_siz /**
* Invoked when received an SCSI command not in built-in list below.
- * - READ_CAPACITY10, READ_FORMAT_CAPACITY, INQUIRY, MODE_SENSE6, REQUEST_SENSE
+ * - READ_CAPACITY10, READ_FORMAT_CAPACITY, INQUIRY, TEST_UNIT_READY, START_STOP_UNIT, MODE_SENSE6, REQUEST_SENSE
* - READ10 and WRITE10 has their own callbacks
*
* \param[in] lun Logical unit number
|
