forked from len0rd/rockbox
iRiver: Fixed bad handling of SYS_USB_CONNECTED (again)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5925 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
85a026eacd
commit
661b981387
1 changed files with 2 additions and 1 deletions
|
@ -1994,7 +1994,8 @@ static void mpeg_thread(void)
|
|||
case MPEG_STOP:
|
||||
mpeg_stop_done = true;
|
||||
break;
|
||||
default:
|
||||
|
||||
case SYS_USB_CONNECTED:
|
||||
/* Tell the USB thread that we are safe */
|
||||
DEBUGF("mpeg_thread got SYS_USB_CONNECTED\n");
|
||||
usb_acknowledge(SYS_USB_CONNECTED_ACK);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue