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:
parent
8a4c704909
commit
aa2989f4d2
3 changed files with 23 additions and 5 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue