This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#9923 - PP5022-specific USB init which may fix signal quality issues
Attached to Project:
Rockbox
Opened by Boris Gjenero (dreamlayers) - Tuesday, 17 February 2009, 20:06 GMT+2
Last edited by Frank Gevaerts (fg) - Tuesday, 17 February 2009, 23:25 GMT+2
Opened by Boris Gjenero (dreamlayers) - Tuesday, 17 February 2009, 20:06 GMT+2
Last edited by Frank Gevaerts (fg) - Tuesday, 17 February 2009, 23:25 GMT+2
|
DetailsUSB high speed mode never worked for me. When I add this initialization, it always works. A USB controller reset undoes this initialization, so I put it at the end of usb_drv_reset() in usb-drv-arc.c.
WARNINGS: * I recommend making sure you have backup copies of files on your iPod before using Rockbox USB mass storage mode. (I have not encountered any problems; I just think it's the responsible thing to do.) * USB charging on iPods may not work or may be limited to 100 mA. See |
This task depends upon
Closed by Frank Gevaerts (fg)
Tuesday, 17 February 2009, 23:25 GMT+2
Reason for closing: Accepted
Additional comments about closing: Thanks a lot! This is a huge step forward
Tuesday, 17 February 2009, 23:25 GMT+2
Reason for closing: Accepted
Additional comments about closing: Thanks a lot! This is a huge step forward
EDIT: Remove question the author explained about already (moving too fast today).
BTW. Should I check PP_VER1 at runtime instead of CONFIG_CPU at compile time?
This seems to work on c200, e200, and ipod video at least.