ChibiOS-Contrib/os/various
Kimmo Lindholm 9f2ee0a227 SCSI: Respond to TEST UNIT READY command, Fix REQUEST SENSE replying
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.
2017-10-21 13:36:49 +03:00
..
devices_lib correctly pack structure, remove unused fields 2016-02-10 00:56:51 +01:00
fatfs_bindings USBH: Fix compile with FATFS 0.12b 2017-08-07 18:50:39 -03:00
bitmap.c Added bitmap class in os/various 2015-05-02 20:49:54 +03:00
bitmap.h Updated include guards 2016-10-17 17:23:16 +03:00
bswap.h extend to 64 bits int 2016-02-28 23:27:54 +01:00
crcsw.c Update code from code feedback 2015-08-16 23:51:41 -04:00
crcsw.h Add CRC Driver 2015-08-16 01:26:07 -04:00
dbgtrace.h Added debug printf macros 2016-10-28 14:25:56 +03:00
gdb.mk ease dev with flash/debug target 2016-02-05 15:25:58 +01:00
i2c_helpers.h included copyright 2016-02-15 21:42:16 +01:00
jlink.mk NRF52832 implementation 2016-07-09 23:57:48 +02:00
lib_scsi.c SCSI: Respond to TEST UNIT READY command, Fix REQUEST SENSE replying 2017-10-21 13:36:49 +03:00
lib_scsi.h SCSI: Respond to unit serial number inquiry 2017-10-12 00:06:50 +03:00
memtest.cpp Memtest. Cosmetical improvements 2015-12-21 14:19:24 +03:00
memtest.h Memtest. Added uint64_t test. 2015-10-15 10:51:11 +03:00
ramdisk.c Fixed typo in ramdisk. 2017-01-06 11:05:08 +03:00
ramdisk.h USB_MSD. Initial commit. 2016-10-17 15:53:08 +03:00
tribuf.c Added shell commands to control triple buffer demo 2015-07-07 23:53:21 +02:00
tribuf.h Updated include guards 2016-10-17 17:23:16 +03:00