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:
parent
ef3064eac0
commit
9153e8d025
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue