diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2011-11-17 18:40:00 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2011-11-17 18:40:00 +0000 |
| commit | 1645c148e35becff9668cc541be5c850153370eb (patch) | |
| tree | ff4af71980a290ed1877facee590b39280940c45 /apps/tagcache.c | |
| parent | 2a8eacdbfc5d98b016c480ddaddff100301f721f (diff) | |
| download | rockbox-1645c148e35becff9668cc541be5c850153370eb.zip rockbox-1645c148e35becff9668cc541be5c850153370eb.tar.gz rockbox-1645c148e35becff9668cc541be5c850153370eb.tar.bz2 rockbox-1645c148e35becff9668cc541be5c850153370eb.tar.xz | |
Simulate usb plugging on the sim better using sim_tasks.
Now all threads need to ack the connection like on real target, dircache is unloaded and playback stops accordingly.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31009 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/tagcache.c')
| -rw-r--r-- | apps/tagcache.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/tagcache.c b/apps/tagcache.c index 8d522b1..058ab85 100644 --- a/apps/tagcache.c +++ b/apps/tagcache.c @@ -4705,13 +4705,11 @@ static void tagcache_thread(void) case SYS_POWEROFF: break ; -#if (CONFIG_PLATFORM & PLATFORM_NATIVE) case SYS_USB_CONNECTED: logf("USB: TagCache"); usb_acknowledge(SYS_USB_CONNECTED_ACK); usb_wait_for_disconnect(&tagcache_queue); break ; -#endif } } } |