This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#8170 - Screendump function broken, makes usb plug/unplug detection hang
Attached to Project:
Rockbox
Opened by Alexandre Fournelle (PaulPosition) - Friday, 16 November 2007, 06:19 GMT+1
Opened by Alexandre Fournelle (PaulPosition) - Friday, 16 November 2007, 06:19 GMT+1
|
DetailsThe screendump function in the debug menu doesn't work. When plugging in the usb to trigger the dump, there is no disk activity and no bitmap creation. Moreover, the usb detection seems to get borked too, with the status bar reporting usb detected and battery charging even when the cable is unplugged.
r14599 (early september) seems to be the last good svn revision. r14600 commits introduced the bug. To reproduce, just follow usual screendump procedure : - system -> debug -> screendump - plug the usb cable - unplug the usb cable Unsure whether it affects other PortalPlayer devices. |
This task depends upon
The screendump is only performed when the USB code receives the USB_INSERTED event. On the H10, the normal Rockbox USB logic is reversed, so the USB_INSERTED event only happens when holding RIGHT when inserting USB. Otherwise, a USB_POWERED event will be sent.
I'm not sure how to fix this, or if we even want to. Maybe just wait until the Rockbox USB stack is working...