Added new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constant to the Mass Storage class driver, to indicate when a previously not ready removable medium has now become ready for the host's use (thanks to Martin Degelsegger)
This commit is contained in:
parent
4f114e5766
commit
ad4308b1d1
4 changed files with 17 additions and 6 deletions
|
@ -7,6 +7,10 @@
|
|||
/** \page Page_ChangeLog Project Changelog
|
||||
*
|
||||
* \section Sec_ChangeLogXXXXXX Version XXXXXX
|
||||
* <b>New:</b>
|
||||
* - Added new SCSI_ASENSE_NOT_READY_TO_READY_CHANGE constant to the Mass Storage class driver, to indicate when a previously
|
||||
* not ready removable medium has now become ready for the host's use (thanks to Martin Degelsegger)
|
||||
*
|
||||
* <b>Changed:</b>
|
||||
* - Removed complicated logic for the Endpoint_ConfigureEndpoint() function to use inlined or function called versions
|
||||
* depending of if the given bank size is a compile time constant, as the compiler does a better job of optimizing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue