diff options
author | Linus Nielsen Feltzing <linus@haxx.se> | 2005-02-10 23:20:34 +0000 |
---|---|---|
committer | Linus Nielsen Feltzing <linus@haxx.se> | 2005-02-10 23:20:34 +0000 |
commit | aa2989f4d272344062c43fc894a7721efd7f9f8c (patch) | |
tree | 3846aa0b136a6dd5e06e8d4acc498a410a0f116b /firmware/mpeg.c | |
parent | 8a4c70490929d96a193e25a966f4f92e18161ae2 (diff) |
iRiver: USB support
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5892 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/mpeg.c')
-rw-r--r-- | firmware/mpeg.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c index 4a1ff52666..954faece94 100644 --- a/firmware/mpeg.c +++ b/firmware/mpeg.c @@ -1995,6 +1995,9 @@ static void mpeg_thread(void) mpeg_stop_done = true; break; default: + /* Tell the USB thread that we are safe */ + DEBUGF("mpeg_thread got SYS_USB_CONNECTED\n"); + usb_acknowledge(SYS_USB_CONNECTED_ACK); break; } } |