aboutsummaryrefslogtreecommitdiffstats
path: root/os/various/lib_scsi.c
Commit message (Collapse)AuthorAgeFilesLines
* lib_sci: FIX 'for' loop initial declarations are only allowed in C99 or C11 modeRomain Reignier2018-03-121-1/+2
|
* SCSI: Respond to TEST UNIT READY command, Fix REQUEST SENSE replyingKimmo Lindholm2017-10-211-18/+53
| | | | | | | | | | When host sends TEST UNIT READY command, set sense 'all ok' if block device reports that medium is inserted, or set sense 'medium not present' if medium is not inserted. Do not override sense by default with 'all ok', allow REQUEST SENSE command to be responded with correct sense data which was set on last failure. Check just DESC bit when responding to REQUEST SENSE command.
* SCSI: Respond to unit serial number inquiryKimmo Lindholm2017-10-121-1/+6
|
* USB_MSD. Added READ_FORMAT_CAPACITIES handlerbarthess2016-10-281-33/+74
|
* USB_MSD. Initial commit.barthess2016-10-171-0/+466