This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10006 - backlight fading is very slow during USB write operations
Attached to Project:
Rockbox
Opened by Martin Ritter (MartinR) - Wednesday, 11 March 2009, 13:08 GMT+2
Last edited by Nils Wallménius (nls) - Thursday, 12 March 2009, 17:22 GMT+2
Opened by Martin Ritter (MartinR) - Wednesday, 11 March 2009, 13:08 GMT+2
Last edited by Nils Wallménius (nls) - Thursday, 12 March 2009, 17:22 GMT+2
|
DetailsThis was introduced in r20140 (broadcast transfer information for use by fancy USB screens). Probably the SYS_USB_WRITE_DATA events prevent SYS_TIMEOUT in the backlight thread, which is used for fading there. Though, it does not happen during USB read operations.
|
This task depends upon
Can you check if it works properly again after r20294?
Works. Thanks. Nice patch. ;)