summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2005-01-05Fixed some warnings.Jens Arnold1-1/+6
2005-01-05unmount function in preparation for MMC hotswap, more mutexingJörg Hohensohn1-1/+34
2005-01-04Multivolume: prevent file rename attempts across volumes.Jens Arnold1-6/+11
2005-01-04modify fat cache entries atomic, this was potentially unsafeJörg Hohensohn1-12/+24
2005-01-03select the card within the mutex, seems more safeJörg Hohensohn1-9/+17
2005-01-03Correct handling of FAT16 root directory when it does not start on a pseudo c...Jens Arnold1-82/+42
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-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 Hohensohn3-289/+488
2004-12-22Removed duplicate instructionJens Arnold1-1/+0
2004-12-20Oops! Wrong polarity in ide_powered() for iRiverLinus Nielsen Feltzing1-1/+1
2004-12-20Added power functions for iRiver H1xxLinus Nielsen Feltzing1-3/+36
2004-12-16Unconditionally drive HD power control pin for player (doesn't hurt even for ...Jens Arnold1-22/+12
2004-12-01Button driver overhaul: (1) Unified the button driver functions as much as po...Jens Arnold1-288/+161
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-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 Arnold2-4/+4
2004-11-22The player also has MAS poweron reset, handle it.Jens Arnold1-3/+12
2004-11-21Code cleanupJens Arnold1-3/+3
2004-11-20Fixed a warningJens Arnold1-0/+1
2004-11-20Moved player ATA power handling to the correct functionsJens Arnold2-9/+33
2004-11-20New players: switch on the HD in ata_init()Jens Arnold1-0/+9
2004-11-18Added iRiver ADC tick taskLinus Nielsen Feltzing1-0/+15
2004-11-18Added iRiver button handlingLinus Nielsen Feltzing1-5/+119
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 Arnold1-4/+6
2004-11-16iRiver: Now sets the LCD RESET pin correctlyLinus Nielsen Feltzing1-4/+4
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
2004-11-11Fixed the player sim. There is no SH1 hardware in the simulator...Jens Arnold1-1/+7
2004-11-11Important step towards player flashing: LCD inits for both new LCD (confirmed...Jens Arnold1-2/+109
2004-11-07Unique error codesJens Arnold1-7/+5
2004-11-04Removed #include math.hLinus Nielsen Feltzing1-1/+0
2004-11-03Ported to iRiver (unfinished)Linus Nielsen Feltzing1-1/+88
2004-11-02Adjusted for iriverLinus Nielsen Feltzing1-2/+2
2004-10-26New LCD driver for iRiver H100Linus Nielsen Feltzing1-0/+915
2004-10-26Ported to iRiver H100Linus Nielsen Feltzing1-1/+53
2004-10-17Philips tuner supportedJörg Hohensohn1-7/+172
2004-10-17bugfix for OndioFM tuner powerJörg Hohensohn1-5/+5
2004-10-17moved and renamed fmradio_set/get_status to power.c, where it now additionall...Jörg Hohensohn2-11/+31
2004-10-15Philips tuner prepared, new middle layer to abstract which tuner is usedJörg Hohensohn1-0/+41
2004-10-15Logarithmic scroll speed setting: speed doubles every 3 steps.Jens Arnold2-7/+19
2004-10-14cleaned out parts of bpb which we don't useJörg Hohensohn1-45/+3
2004-10-13Disabled charger detection and ide_power_enable() for Ondio; some cleanupJens Arnold1-5/+11
2004-10-12Now the FM, V2 and Ondio players use the new SYS_POWEROFF event. Now you can ...Linus Nielsen Feltzing1-5/+6
2004-10-10MMC hotswap handling in USB modeJens Arnold1-4/+7
2004-10-10First part of MMC hotswap handling; removed unnecessary MMC threadJens Arnold1-30/+46
2004-10-09Fixed busy timeout handling; better commentsJens Arnold1-4/+6