1
0
Fork 0
forked from len0rd/rockbox

Sansa AMS: Add extra delay to the uSD init sequence to enhance card compatability,

Some cards need this delay now that we're running at ident speed during this part of the init stage.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23919 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jack Halpin 2009-12-10 17:42:03 +00:00
parent 033ed87321
commit fae4eab4b2

View file

@ -333,6 +333,7 @@ static int sd_init_card(const int drive)
/* CMD7 w/rca=0: Deselect card to put it in STBY state */
if(!send_cmd(drive, SD_DESELECT_CARD, 0, MCI_ARG, NULL))
return -8;
mci_delay();
}
#endif /* HAVE_MULTIDRIVE */