1
0
Fork 0
forked from len0rd/rockbox

iRiver: USB support

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5892 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2005-02-10 23:20:34 +00:00
parent 8a4c704909
commit aa2989f4d2
3 changed files with 23 additions and 5 deletions

View file

@ -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;
}
}