1
0
Fork 0
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:
Linus Nielsen Feltzing 2005-02-12 00:32:48 +00:00
parent 85a026eacd
commit 661b981387

View file

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