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
|
||||
Ryan Sawhill
|
||||
Thomas Jarosch
|
||||
Will Sowerbutts
|
||||
|
||||
The libmad 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))
|
||||
return -11;
|
||||
|
||||
mci_delay();
|
||||
|
||||
sd_parse_csd(&card_info[drive]);
|
||||
|
||||
if(drive == INTERNAL_AS3525) /* The OF is stored in the first blocks */
|
||||
|
|
Loading…
Reference in a new issue