This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12324 - e200v1 USB connection problems since r30701
Attached to Project:
Rockbox
Opened by Michael Chicoine (mc2739) - Sunday, 09 October 2011, 01:18 GMT+2
Last edited by Andree Buschmann (Buschel) - Friday, 21 October 2011, 13:17 GMT+2
Opened by Michael Chicoine (mc2739) - Sunday, 09 October 2011, 01:18 GMT+2
Last edited by Andree Buschmann (Buschel) - Friday, 21 October 2011, 13:17 GMT+2
|
DetailsI am having USB connection problems on my e200v1 since r30701: Add missing usb_drv_init(), fixes FS #12303
When connecting USB to win7 computer, a message is displayed that says the device should be connected to a USB 2.0 port (all ports are USB 2.0). The device takes a long time to mount (if it ever does) and will sporadically dismount/remount. Reverting r30701 on current svn corrects the problem. This problem is not present in r30700 or prior builds. |
This task depends upon
Closed by Andree Buschmann (Buschel)
Friday, 21 October 2011, 13:17 GMT+2
Reason for closing: Fixed
Additional comments about closing: Sloved with r30811.
Friday, 21 October 2011, 13:17 GMT+2
Reason for closing: Fixed
Additional comments about closing: Sloved with r30811.
Will have to manually revert r30701 to see if it fixes my problems.
I am not sure whether we should just encapsulate usb_drv_init() with "#if defined(IPODVIDEO)"... For the release this would be fine, but not as the final solution...
My main suggestion, however, was to test for PP targets *other than* e200v1 & iPod Video to determine if they need it left in (like the iPod Video) or taken out (like the e200v1).
I don't think we need more tests on various targets, we need to understand why Buschel's ipod needs to be initialised twice.
ETA: Yeah, like the second patch.
FWIW: iPod Video annoys me. That would be a second special hack just for it. I'll bet the power setup is wrong.