summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2005-01-03Correct handling of FAT16 root directory when it does not start on a pseudo c...Jens Arnold2-86/+46
2005-01-01finally: multivolume for Ondio officially enabled (use MMC and internal 128MB...Jörg Hohensohn2-0/+6
2005-01-01volume names look better in sharp brackets, code slightly more compactJörg Hohensohn1-5/+7
2004-12-29cosmetic: use the IF_MV2() macro for optional argumentsJörg Hohensohn1-7/+2
2004-12-29behave for multi-volumeJörg Hohensohn1-2/+8
2004-12-29Shared mounting code, also more general. It will mount multiple HD partitions...Jörg Hohensohn3-33/+54
2004-12-28killed a warning for boxes not supporting FAT16Jörg Hohensohn1-4/+4
2004-12-28prepared to mount multiple partitions into one logical file system (most usef...Jörg Hohensohn13-320/+1291
2004-12-24different kind of recording beep: more faint, but not disturbing prerecording...Jörg Hohensohn2-7/+7
2004-12-22Removed duplicate instructionJens Arnold1-1/+0
2004-12-21aid for blind recorders: longer beep when starting a recording, short beep wh...Jörg Hohensohn2-7/+24
2004-12-20Proper ATA and SDRAM initializationLinus Nielsen Feltzing1-4/+19
2004-12-20Oops! Wrong polarity in ide_powered() for iRiverLinus Nielsen Feltzing1-1/+1
2004-12-20iRiver has hard drive poweroffLinus Nielsen Feltzing1-0/+3
2004-12-20Added power functions for iRiver H1xxLinus Nielsen Feltzing1-3/+36
2004-12-18multiple choice configuration CONFIG_BACKLIGHT instead of HAVE_BACKLIGHT, all...Jörg Hohensohn7-25/+29
2004-12-16Unconditionally drive HD power control pin for player (doesn't hurt even for ...Jens Arnold1-22/+12
2004-12-01The debug output now reports the correct mpeg layerLinus Nielsen Feltzing1-2/+2
2004-12-01Button driver overhaul: (1) Unified the button driver functions as much as po...Jens Arnold4-305/+173
2004-11-30Properly initialize Port A button input pins (player coldstart)Jens Arnold1-1/+5
2004-11-25Remote control working againJens Arnold1-1/+1
2004-11-24Adjusted version criteria for newplayer check according to latest findingsJens Arnold1-1/+3
2004-11-23Retry initializing the harddisk with hard reset in case the first try fails. ...Jens Arnold1-29/+40
2004-11-22Renamed has_new_lcd() to is_new_player(), and got rid of the aliasJens Arnold4-8/+7
2004-11-22iRiver: attempt to set up the SDRAM correctlyLinus Nielsen Feltzing1-4/+31
2004-11-22The player also has MAS poweron reset, handle it.Jens Arnold2-4/+15
2004-11-21Code cleanupJens Arnold2-4/+5
2004-11-20Fixed a warningJens Arnold1-0/+1
2004-11-20Moved player ATA power handling to the correct functionsJens Arnold3-9/+40
2004-11-20Enable building flashed rockbox and rombox for playersJens Arnold1-0/+3
2004-11-20Player: initialize backlight control pin (for coldstart)Jens Arnold1-0/+5
2004-11-20New players: switch on the HD in ata_init()Jens Arnold1-0/+9
2004-11-19Added ADC_UNREG_POWER for the iRiver, for compatibilityLinus Nielsen Feltzing1-0/+1
2004-11-19iRiver: SWAB16 and SWAB32 macrosLinus Nielsen Feltzing1-0/+22
2004-11-18Correct polarity for the iRiver backlight pinLinus Nielsen Feltzing1-2/+2
2004-11-18Added iRiver ADC tick taskLinus Nielsen Feltzing1-0/+15
2004-11-18Added iRiver button handlingLinus Nielsen Feltzing1-5/+119
2004-11-18Added iRiver ADC channel infoLinus Nielsen Feltzing1-0/+11
2004-11-18Added iRiver button codesLinus Nielsen Feltzing1-2/+17
2004-11-18Correct keyboard typeLinus Nielsen Feltzing1-2/+1
2004-11-18Added IRIVER_H100_PADLinus Nielsen Feltzing1-3/+4
2004-11-17Fix: my previous adjustments broke access to external MMC on newer Ondio mode...Jens Arnold1-1/+1
2004-11-17Ondio: adjustments for models with mask bit 2 == 0 (different MMC clock selec...Jens Arnold3-4/+11
2004-11-17Simplified ID3 tag handling, removing the nasty NULL pointer accesses. Correc...Linus Nielsen Feltzing1-106/+62
2004-11-17Bug fix: Do only flush the sector buffer after writing head bytes if it reall...Jens Arnold1-8/+5
2004-11-16iRiver: Now sets the LCD RESET pin correctlyLinus Nielsen Feltzing1-4/+4
2004-11-15The tools are to be built with the native compilerLinus Nielsen Feltzing1-1/+1
2004-11-15Handle invalid playlist entries properly in new_file(). This fixes bug report...Linus Nielsen Feltzing1-1/+12
2004-11-14Increased MMC init timeout (again), and sleep() between consecutive tries.Jens Arnold1-2/+6
2004-11-14Increased init timeout to account for some very slow (SD) cardsJens Arnold1-4/+4