Some success with writeCID

Alexel:
I found that CMD60 on SiliconMotion controlers transfers SD to the mode when the card doesn't respond to CMD26 to Error.

Hi Alexel,
ok that's valid for Siliconmotion but exacly what type?
As I have already written there are a bunch of Siliconmotion's controllers.
For instance here you go the SM261A's behavior.

Siliconmotion SM261A (card=MMC, MDT=July 2004 / MultiMediaCard Protocol Version=6.00):

CMD60 = card is locked [R2]
CMD61 = illegal command [R1]
CMD62 = illegal command [R1]
CMD63 = illegal command [R1]

Then that it isn't only a matter of brand of the controller.
Here it follows the behavior of two other types of controllers.

ITE IT-1232A-53E (card=SD, MDT=April 2015 / Physical Layer Specification Version Number=2.00):

CMD60 = illegal command [R1]
CMD61 = illegal command [R1]
CMD62 = illegal command [R1]
CMD63 = illegal command [R1]

Unknow controller (card=SD, MDT=September 2013 / Physical Layer Specification Version Number=3.0X):

CMD60 = accepted [R2]
CMD61 = accepted [R1]
CMD62 = illegal command [R1]
CMD63 = illegal command [R1]

AR