summaryrefslogtreecommitdiffstats
path: root/firmware/backlight.c
AgeCommit message (Expand)AuthorFilesLines
2004-12-18multiple choice configuration CONFIG_BACKLIGHT instead of HAVE_BACKLIGHT, all...Jörg Hohensohn1-20/+18
2004-11-20Player: initialize backlight control pin (for coldstart)Jens Arnold1-0/+5
2004-11-18Correct polarity for the iRiver backlight pinLinus Nielsen Feltzing1-2/+2
2004-10-09Removed backlight handling remains for platforms with no backlight (Ondio)Jens Arnold1-2/+2
2004-10-07Ported to iRiver H100Linus Nielsen Feltzing1-23/+39
2004-09-10no backlight for OndioJörg Hohensohn1-5/+21
2004-08-03More const policeing step 3Jens Arnold1-1/+1
2004-07-22It turns out that the backlight port pin on the player can be set to an input...Linus Nielsen Feltzing1-7/+3
2004-01-30hope I killed that warning nowJörg Hohensohn1-1/+1
2004-01-30inconsistent argument type for backlight_set_timeout() fixedJörg Hohensohn1-2/+2
2003-11-07The code police strikes backLinus Nielsen Feltzing1-4/+7
2003-11-06set/clear port bits with atomic instructions instead of read-modify-write, sa...Jörg Hohensohn1-4/+5
2003-07-28TP Diffenbach pointed out the risk here. Added a check for bad input valuesDaniel Stenberg1-3/+6
2003-04-23Added caption backlight: Turns on backlight briefly at the start and end of e...Björn Stenberg1-2/+2
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell1-6/+0
2002-12-14added backlight_get_timeout and backlight_get_on_when_chargingUwe Freese1-0/+10
2002-10-04Now backlight really stays on when the charger is connectedLinus Nielsen Feltzing1-4/+8
2002-10-01fixed for player, removed dependency on CHARGER_CTRLDaniel Stenberg1-10/+7
2002-10-01Mark A. Hillebrand's patch that offers a new setting that if enabled, keepsDaniel Stenberg1-3/+37
2002-08-23Missing break in the SYS_USB_CONNECTED caseLinus Nielsen Feltzing1-1/+1
2002-08-15New backlight settings with always-offLinus Nielsen Feltzing1-5/+19
2002-08-06backlight_init() no longer clears the ST bitLinus Nielsen Feltzing1-4/+0
2002-07-30The backlight now turns off in USB mode tooLinus Nielsen Feltzing1-2/+3
2002-07-26Killed a warning on PlayersLinus Nielsen Feltzing1-5/+4
2002-07-25Now wakes up the backlight even after a power lossLinus Nielsen Feltzing1-3/+7
2002-07-23Backlight fix for Players by Grant WierLinus Nielsen Feltzing1-12/+15
2002-07-15Added thread namesLinus Nielsen Feltzing1-2/+4
2002-07-03Now compiles on Player againLinus Nielsen Feltzing1-0/+2
2002-07-02Now enables the backlight even after a battery switchLinus Nielsen Feltzing1-0/+1
2002-07-01Increased thread stack sizeLinus Nielsen Feltzing1-1/+1
2002-06-30Better USB behaviourLinus Nielsen Feltzing1-3/+2
2002-06-29Added USB insertion handlingLinus Nielsen Feltzing1-0/+12
2002-06-27Moved settings.c/h to apps/Björn Stenberg1-2/+8
2002-06-25non-RTC code wrote to PAIOR instead of PADRLinus Nielsen Feltzing1-2/+2
2002-06-24First versionLinus Nielsen Feltzing1-0/+96