summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/led.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-18YH92x: Use the led near the lcd as the ATA led, instead of shine all the time.Szymon Dziok1-2/+14
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2007-02-18Do the CONFIG_LED defineJonathan Gordon1-3/+2
2007-02-18more CONFIG_LED fixesJonathan Gordon1-2/+3
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold1-6/+0
2005-11-24Fixed disk icon display in remote status bar on iriver. * Rolled back led.c c...Jens Arnold1-30/+30
2005-11-20removed old statusbar and buttonbar codeKevin Ferrare1-24/+30
2005-06-04Multiple choice LED configuration instead of HAVE_LED. Removes erroneous MMC ...Jens Arnold1-27/+5
2005-02-19a bit nicer: delay of the disk activity indicator is supplied by app layerJörg Hohensohn1-7/+8
2005-02-19Ondio: disk indication in the status bar, to compensate for lacking LEDJörg Hohensohn1-4/+17
2005-02-05led driver for gminiJean-Philippe Bernardy1-0/+6
2004-11-02Adjusted for iriverLinus Nielsen Feltzing1-2/+2
2004-09-10avoid unused variable warning if no LEDJörg Hohensohn1-2/+2
2004-09-10no double negation, define present features, not absentJörg Hohensohn1-3/+15
2004-09-10Ondio has no LED (no RLOD possible ;-)Jörg Hohensohn1-0/+3
2004-06-22Patch #881887 by Gerald Vanbaren. The red LED is now ON when recording and bl...Linus Nielsen Feltzing1-1/+19
2003-11-07The code police strikes backLinus Nielsen Feltzing1-9/+2
2003-11-06set/clear port bits with atomic instructions instead of read-modify-write, sa...Jörg Hohensohn1-2/+7
2002-06-24remove tabs :)Alan Korr1-4/+4
2002-05-13Changing to C99 'bool' typeBjörn Stenberg1-1/+1
2002-04-26Simpler API and remove interrupt codeBjörn Stenberg1-47/+14
2002-04-23Moved driver to 'drivers' subdirBjörn Stenberg1-0/+70