Hi Jan,
In TEST Unit ready, if a new file is written then I send bCSWStatus as 1 it means failed.
Then host sends REQUEST SENSE command,
It is replied with
Sense->errCode = 0x70;
Sense->senseKey = 0x06;
Sense->addSenseLength = 10;
Sense->addSenseCode = 0x28;
Sense->addSenseCode = 0;
After this is sent, bCSWStatus=0 is sent to acknowledge
Here are the observations
1. files needs a refreshing
2. it takes more time in windows
3. very slow and sometimes hangs or nothing is changing in Linux.
4. medium removal command is executed
Is anything missing above or not correct, please let me know.