index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
backlight.c
Age
Commit message (
Expand
)
Author
2005-02-06
Aligned thread stack
Linus Nielsen Feltzing
2005-02-05
backlight driver for Gmini
Jean-Philippe Bernardy
2004-12-18
multiple choice configuration CONFIG_BACKLIGHT instead of HAVE_BACKLIGHT, all...
Jörg Hohensohn
2004-11-20
Player: initialize backlight control pin (for coldstart)
Jens Arnold
2004-11-18
Correct polarity for the iRiver backlight pin
Linus Nielsen Feltzing
2004-10-09
Removed backlight handling remains for platforms with no backlight (Ondio)
Jens Arnold
2004-10-07
Ported to iRiver H100
Linus Nielsen Feltzing
2004-09-10
no backlight for Ondio
Jörg Hohensohn
2004-08-03
More const policeing step 3
Jens Arnold
2004-07-22
It turns out that the backlight port pin on the player can be set to an input...
Linus Nielsen Feltzing
2004-01-30
hope I killed that warning now
Jörg Hohensohn
2004-01-30
inconsistent argument type for backlight_set_timeout() fixed
Jörg Hohensohn
2003-11-07
The code police strikes back
Linus Nielsen Feltzing
2003-11-06
set/clear port bits with atomic instructions instead of read-modify-write, sa...
Jörg Hohensohn
2003-07-28
TP Diffenbach pointed out the risk here. Added a check for bad input values
Daniel Stenberg
2003-04-23
Added caption backlight: Turns on backlight briefly at the start and end of e...
Björn Stenberg
2003-01-24
Remove use of rockbox-mode.el in local variables list.
Mats Lidell
2002-12-14
added backlight_get_timeout and backlight_get_on_when_charging
Uwe Freese
2002-10-04
Now backlight really stays on when the charger is connected
Linus Nielsen Feltzing
2002-10-01
fixed for player, removed dependency on CHARGER_CTRL
Daniel Stenberg
2002-10-01
Mark A. Hillebrand's patch that offers a new setting that if enabled, keeps
Daniel Stenberg
2002-08-23
Missing break in the SYS_USB_CONNECTED case
Linus Nielsen Feltzing
2002-08-15
New backlight settings with always-off
Linus Nielsen Feltzing
2002-08-06
backlight_init() no longer clears the ST bit
Linus Nielsen Feltzing
2002-07-30
The backlight now turns off in USB mode too
Linus Nielsen Feltzing
2002-07-26
Killed a warning on Players
Linus Nielsen Feltzing
2002-07-25
Now wakes up the backlight even after a power loss
Linus Nielsen Feltzing
2002-07-23
Backlight fix for Players by Grant Wier
Linus Nielsen Feltzing
2002-07-15
Added thread names
Linus Nielsen Feltzing
2002-07-03
Now compiles on Player again
Linus Nielsen Feltzing
2002-07-02
Now enables the backlight even after a battery switch
Linus Nielsen Feltzing
2002-07-01
Increased thread stack size
Linus Nielsen Feltzing
2002-06-30
Better USB behaviour
Linus Nielsen Feltzing
2002-06-29
Added USB insertion handling
Linus Nielsen Feltzing
2002-06-27
Moved settings.c/h to apps/
Björn Stenberg
2002-06-25
non-RTC code wrote to PAIOR instead of PADR
Linus Nielsen Feltzing
2002-06-24
First version
Linus Nielsen Feltzing