1
0
Fork 0
forked from len0rd/rockbox

M666591 (MRobe:500) USB: Driver works without restarting rockbox between connects.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21971 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Karl Kurbjun 2009-07-19 21:50:48 +00:00
parent ef3064eac0
commit 9153e8d025

View file

@ -673,7 +673,7 @@ void usb_attach(void) {
/* Issue a h/w reset */ /* Issue a h/w reset */
usb_init_device(); usb_init_device();
usb_drv_init(); usb_core_init();
/* USB Attach Process: This follows the flow diagram in the M66591GP /* USB Attach Process: This follows the flow diagram in the M66591GP
* Reference Manual Rev 1.00, p. 77 */ * Reference Manual Rev 1.00, p. 77 */