summaryrefslogtreecommitdiffstats
path: root/firmware/backlight.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-27Committed a forgotten file, hopefully fixed the PP crashesMiika Pekkarinen1-1/+2
2007-03-04Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers1-1/+2
2007-02-18Fix CONFIG_BACKLIGHT warnings.Jens Arnold1-4/+4
2007-02-18CONFIG_CHARGINGJonathan Gordon1-9/+9
2007-01-12Turn backlight ON at boot unless bootloader has already done that.Miika Pekkarinen1-7/+17
2007-01-08Updated buttonlights for the Gigabeat port. Added LCD controller off and on f...Steve Gotthardt1-0/+2
2007-01-04Added minimal changes to allow Gigabeat and other ports with settable backlig...Steve Gotthardt1-0/+4
2006-12-19Convert queues to use intptr_t for event data and return values as most of th...Michael Sevakis1-7/+7
2006-12-05And this too.Miika Pekkarinen1-3/+3
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold1-6/+0
2006-11-10Fix sim error(s) (as usual).Michael Sevakis1-0/+8
2006-11-10Coldfire targets: Got the rest of the coldfire code out of backlight.c. Strai...Michael Sevakis1-38/+23
2006-11-10H300/X5: Moved backlight brightness code to target tree. Created __backlight_...Michael Sevakis1-23/+6
2006-11-09Target tree support for Iriver iFP.Tomasz Malesinski1-4/+0
2006-11-03Don't overflow the backlight event queue with on messagesSteve Bavin1-0/+1
2006-10-30move the iriver h1x0/h3x0 targets to the target treeJonathan Gordon1-34/+3
2006-10-05Move all iPod targets into the target tree. FS#5890Barry Wardell1-32/+0
2006-10-05Add CPU boost tracker to see where boosts are coming fromSteve Bavin1-3/+3
2006-09-16Get rid of build warnings of x5Peter D'Hoye1-1/+1
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen1-2/+3
2006-09-10Added remote backlight on hold option to players with remote hold switch. Dis...Michael Sevakis1-4/+53
2006-09-01Make backlight fading work again on PP targets. The PP timer cannot handle a ...Jens Arnold1-1/+1
2006-08-15Patch #5223 by Jonathan Gordon: Turn on the main screen's backlight when usin...Hristo Kovachev1-1/+8
2006-08-08Accepted FS #5772 by Michael SevakisRani Hod1-73/+233
2006-07-28LCD remote support for iAudio X5Linus Nielsen Feltzing1-6/+14
2006-07-28Remote backlight is in the target tree for X5Linus Nielsen Feltzing1-0/+2
2006-07-25Patch FS#5712 by Michael Sevakis - X5 Backlight brightness improvement/fixLinus Nielsen Feltzing1-11/+9
2006-07-23double fault.Rani Hod1-2/+4
2006-07-23oopsRani Hod1-0/+2
2006-07-23Accepted FS #5474 by yours truly.Rani Hod1-1/+1
2006-06-06Work-in-progress rework of charging status reading & display: * Changed sever...Jens Arnold1-10/+10
2006-05-27code policePeter D'Hoye1-3/+4
2006-04-26H300: add a small delay between lcd enable and backlight on. Avoids a flash a...Peter D'Hoye1-0/+1
2006-04-01Patch #4934 by Ralf Herz: FixesHristo Kovachev1-3/+6
2006-03-31Ooops, iPod 3G used lcd_enable() to switch backlight. Blind fix, needs testing.Jens Arnold1-3/+3
2006-03-25Patch #4913 by David Rothenberger with some changes by me: add only backlight...Hristo Kovachev1-0/+27
2006-03-24Dummy is_backlight_on() for bootloaderBjörn Stenberg1-0/+1
2006-03-24New option: First keypress enables backlight only. Patch #2920 by Nicolas Pen...Björn Stenberg1-0/+8
2006-03-22Me sillyLinus Nielsen Feltzing1-1/+1
2006-03-22Even more simulator fixes for backlightLinus Nielsen Feltzing1-1/+1
2006-03-22Fix simulator backlight for X5Linus Nielsen Feltzing1-6/+14
2006-03-22Backlight for iAudio X5Linus Nielsen Feltzing1-1/+5
2006-03-19Reworked backlight fading by GPIO based PWM to work for other targetsThom Johansen1-85/+112
2006-03-19Fix some problems with using USB_POWERED as a charging state separate from ch...Brandon Low1-2/+13
2006-03-18Fix red bootbox build.Jens Arnold1-1/+1
2006-03-18Use plugged backlight timeout when usb poweredBrandon Low1-2/+10
2006-02-24More iPod 3G work from Seven Le MesleDave Chapman1-1/+1
2006-02-21Patch #1435744 from Andrew Scott - initial iPod Mini supportDave Chapman1-0/+6
2006-02-05Further iPod 3G work from Seven Le MesleDave Chapman1-0/+4
2006-01-19Patch #1404233 by Peter D'Hoye: H300 brightness bugfixHristo Kovachev1-4/+20