summaryrefslogtreecommitdiff
path: root/src/class/msc/msc.h
AgeCommit message (Collapse)Author
2018-08-13rename VERIFY to TU_VERIFY to avoid conflict with applicationhathach
2018-07-26rename some scsi command struct, add SCSI_CMD_MODE_SENSE_6 to built-in ↵hathach
support command
2018-07-26add tud_msc_set_sense(), update msc device to reponse with default sense ↵hathach
(illegal request) when there is issue with scsi command
2018-07-25add SCSI_CMD_REQUEST_SENSE into device msc built-in commandhathach
2018-07-25clean up device mschathach
2018-07-25update msc examplehathach
2018-07-25add scsi start stop unit struct, improve device msc, correctly stall ↵hathach
unsupported scsi command
2018-07-04add CFG_TUD_MSC_VENDOR,CFG_TUD_MSC_PRODUCT, CFG_TUD_MSC_PRODUCT_REV for msc ↵hathach
inquiry response
2018-06-18rename subfolder source to srchathach