forked from len0rd/rockbox
Apply FS#11798 (Files in MicroSD card aren't being shown in File Browser or Database on Clip+) by Will Sowerbutts
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28903 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
70dcb6aa05
commit
92b849d3bf
2 changed files with 3 additions and 0 deletions
|
@ -576,6 +576,7 @@ Cristina Talpiga
|
||||||
Alexander Meshcheryakov
|
Alexander Meshcheryakov
|
||||||
Ryan Sawhill
|
Ryan Sawhill
|
||||||
Thomas Jarosch
|
Thomas Jarosch
|
||||||
|
Will Sowerbutts
|
||||||
|
|
||||||
The libmad team
|
The libmad team
|
||||||
The wavpack team
|
The wavpack team
|
||||||
|
|
|
@ -571,6 +571,8 @@ static int sd_init_card(const int drive)
|
||||||
MCI_RESP|MCI_LONG_RESP, card_info[drive].csd))
|
MCI_RESP|MCI_LONG_RESP, card_info[drive].csd))
|
||||||
return -11;
|
return -11;
|
||||||
|
|
||||||
|
mci_delay();
|
||||||
|
|
||||||
sd_parse_csd(&card_info[drive]);
|
sd_parse_csd(&card_info[drive]);
|
||||||
|
|
||||||
if(drive == INTERNAL_AS3525) /* The OF is stored in the first blocks */
|
if(drive == INTERNAL_AS3525) /* The OF is stored in the first blocks */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue