Oops, we should close the devices during the scan
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12217 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
2882b26a99
commit
dd50c863e6
1 changed files with 1 additions and 0 deletions
|
@ -1265,6 +1265,7 @@ int ipod_scan(struct ipod_t* ipod)
|
|||
}
|
||||
n++;
|
||||
strcpy(last_ipod,ipod->diskname);
|
||||
ipod_close(ipod);
|
||||
}
|
||||
|
||||
if (n==0) {
|
||||
|
|
Loading…
Reference in a new issue