summaryrefslogtreecommitdiff
path: root/firmware/backlight.c (follow)
Commit message (Expand)AuthorAge
* iriver: Always turn on the backlight in backlight_init()Linus Nielsen Feltzing2005-08-15
* Backlight dimming: Don't unboost the CPU from within the isr.Jens Arnold2005-08-11
* Backlight dimming: Protect from extraneous calls with the same target value. ...Jens Arnold2005-08-11
* Moved implementation of user timer to the firmware layer, implemented it for ...Jens Arnold2005-07-26
* Disable backlight in the bootloaderLinus Nielsen Feltzing2005-07-04
* Iriver: atomic I/O port manipulation macros, to avoid interference between no...Jens Arnold2005-07-02
* The last commit mixed up the arguments of cpu_boost(). Fixed that and removed...Jens Arnold2005-06-20
* Added few #ifdef HAVE_ADJUSTABLE_CPU_FREQ.Miika Pekkarinen2005-06-20
* Backlight dimming is now flicker free on all situations.Miika Pekkarinen2005-06-20
* Iriver: Backlight fading is now configurable. Added a function to stop the ba...Jens Arnold2005-06-20
* Only stop backlight pwm timer if display is fully dimmed eitherMiika Pekkarinen2005-06-19
* Initial support for iriver backlight dimming. Unfortunately dimmingMiika Pekkarinen2005-06-18
* Added dummy function and simulator stub.Jens Arnold2005-05-30
* Remote LCD: added own backlight timeout stuffChristian Gmeiner2005-05-30
* More dead code...Jens Arnold2005-05-08
* typo (ok, my commits get trivial)Jörg Hohensohn2005-04-22
* iRiver: Independent backlight timers for the main and remote LCDLinus Nielsen Feltzing2005-04-15
* IRiver: added remote backlight handling into backlight threadChristian Gmeiner2005-04-15
* Aligned thread stackLinus Nielsen Feltzing2005-02-06
* backlight driver for GminiJean-Philippe Bernardy2005-02-05
* multiple choice configuration CONFIG_BACKLIGHT instead of HAVE_BACKLIGHT, all...Jörg Hohensohn2004-12-18
* Player: initialize backlight control pin (for coldstart)Jens Arnold2004-11-20
* Correct polarity for the iRiver backlight pinLinus Nielsen Feltzing2004-11-18
* Removed backlight handling remains for platforms with no backlight (Ondio)Jens Arnold2004-10-09
* Ported to iRiver H100Linus Nielsen Feltzing2004-10-07
* no backlight for OndioJörg Hohensohn2004-09-10
* More const policeing step 3Jens Arnold2004-08-03
* It turns out that the backlight port pin on the player can be set to an input...Linus Nielsen Feltzing2004-07-22
* hope I killed that warning nowJörg Hohensohn2004-01-30
* inconsistent argument type for backlight_set_timeout() fixedJörg Hohensohn2004-01-30
* The code police strikes backLinus Nielsen Feltzing2003-11-07
* set/clear port bits with atomic instructions instead of read-modify-write, sa...Jörg Hohensohn2003-11-06
* TP Diffenbach pointed out the risk here. Added a check for bad input valuesDaniel Stenberg2003-07-28
* Added caption backlight: Turns on backlight briefly at the start and end of e...Björn Stenberg2003-04-23
* Remove use of rockbox-mode.el in local variables list.Mats Lidell2003-01-24
* added backlight_get_timeout and backlight_get_on_when_chargingUwe Freese2002-12-14
* Now backlight really stays on when the charger is connectedLinus Nielsen Feltzing2002-10-04
* fixed for player, removed dependency on CHARGER_CTRLDaniel Stenberg2002-10-01
* Mark A. Hillebrand's patch that offers a new setting that if enabled, keepsDaniel Stenberg2002-10-01
* Missing break in the SYS_USB_CONNECTED caseLinus Nielsen Feltzing2002-08-23
* New backlight settings with always-offLinus Nielsen Feltzing2002-08-15
* backlight_init() no longer clears the ST bitLinus Nielsen Feltzing2002-08-06
* The backlight now turns off in USB mode tooLinus Nielsen Feltzing2002-07-30
* Killed a warning on PlayersLinus Nielsen Feltzing2002-07-26
* Now wakes up the backlight even after a power lossLinus Nielsen Feltzing2002-07-25
* Backlight fix for Players by Grant WierLinus Nielsen Feltzing2002-07-23
* Added thread namesLinus Nielsen Feltzing2002-07-15
* Now compiles on Player againLinus Nielsen Feltzing2002-07-03
* Now enables the backlight even after a battery switchLinus Nielsen Feltzing2002-07-02
* Increased thread stack sizeLinus Nielsen Feltzing2002-07-01