Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#11959 - Feature: Use buttonlight as a disk activity indicator

Attached to Project: Rockbox
Opened by Calvin Walden (crw) - Tuesday, 22 February 2011, 02:11 GMT+2
Task Type Patches
Category User Interface
Status Unconfirmed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version Daily build (which?)
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Private No

Details

3.7.1, r29372, tested on Sansa e270

The idea is that when connected via USB, devices with button/wheel lights will indicate disk activity using the light, similar to a USB flash drive.

This works, sort of.
One real problem has been encountered:
The calls to buttonlight_on() and _off() seem to override the backlight_timeout_plugged setting, preventing the backlight from shutting off when this is enabled.

   buttonlight.diff (3.9 KiB)
 apps/lang/english.lang     |   14 ++++++++++++++
 apps/gui/statusbar.c       |   22 ++++++++++++++++++++++
 apps/settings.h            |    1 +
 apps/menus/settings_menu.c |    2 ++
 apps/settings_list.c       |    1 +
 5 files changed, 40 insertions(+)

This task depends upon

Loading...