Comment 89 for bug 238208

Revision history for this message
Maxim Levitsky (maximlevitsky) wrote : Re: Need MemoryStick driver Ricoh R5C822 chipset

@Jan Skala and evereone else.

Here is new version.
All last week I was busy writing support for old memory stick cards.
Now it work quite well.
Note that such card are bare (that is no wear leveling, bad block hiding), and thus all the hard work is done by my driver.

Therefore it can in theory damage the card by overwriting the same sector over and over.
However, I put it a lot f safety checks and thus if anything goes wrong I turn off write access completely.
I tested it for few days on my 64MB card, and it does work very well.