summaryrefslogtreecommitdiff
path: root/firmware/drivers
AgeCommit message (Expand)Author
2007-03-03remove runtime detection of h1x0 series RTC MOD, but leave driver codeRobert Kukla
2007-02-28Add wake on alarm support for Ipods. Rename HAVE_ALARM_MOD to HAVE_ALARM_RTC ...Thom Johansen
2007-02-28FS#6419 - driver for H1x0 series RTC Mod with runtime detectionRobert Kukla
2007-02-25X5: Move the remote tick to target tree.Jens Arnold
2007-02-25Move target specific parts of the H100 remote LCD driver to target tree.Jens Arnold
2007-02-25Remove unused code, make comments c-style, make one private function staticNils Wallménius
2007-02-25Moved ipod LCD code to target tree.Jens Arnold
2007-02-24Use the correct constant to avoid confusionPeter D'Hoye
2007-02-24Better short filename generation. Fixes FS#6648.Peter D'Hoye
2007-02-20Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea...Jens Arnold
2007-02-18Tiny size optimisation.Jens Arnold
2007-02-18Fix CONFIG_BACKLIGHT warnings.Jens Arnold
2007-02-18Fix remaining CONFIG_TUNER checks.Jens Arnold
2007-02-18CONFIG_CHARGINGJonathan Gordon
2007-02-18Do the CONFIG_LED defineJonathan Gordon
2007-02-18more CONFIG_LED fixesJonathan Gordon
2007-02-17Fix most (all?) CONFIG_LED warnings.Magnus Holmgren
2007-02-17ARM targets: Making a few functions non-static allows us to get rid of -ffunc...Jens Arnold
2007-02-16No functional changes, just reorganising code:Barry Wardell
2007-02-04Fix setting time on Sansa used to set the day to one day later than it Barry Wardell
2007-02-03RTC support for Sansa.Barry Wardell
2007-01-29Reverting the FAT32 driver change - it seems to have introduced a bugLinus Nielsen Feltzing
2007-01-29Changed fat_getnext():Linus Nielsen Feltzing
2007-01-27Fix red buildsDaniel Ankers
2007-01-27Oops - fix PortalPlayer buildsDaniel Ankers
2007-01-27Clean up PP5002 I2C code (no functional changes):Barry Wardell
2007-01-27Clean up PP5020 I2C code (no functional changes):Barry Wardell
2007-01-23Permanently enable powering down the disk when it's sleeping for supported ta...Nils Wallménius
2007-01-23Settings are now stored in /.rockbox/config.cfg instead of the hidden sector....Jonathan Gordon
2007-01-21The code police strikes back, and some minor optimisations.Jens Arnold
2007-01-18Move mono DRMODE optimizations from Gigabeat to all 16-bit targetsGreg White
2007-01-15Remove bogus variables to fix warningsGreg White
2007-01-15Optimize transparent blit; optimize DRMODE_SOLID for mono bitmapsGreg White
2007-01-14Enabled zero crossing detection for volume changes in the WM8721/WM8731 drive...Jens Arnold
2007-01-14Skip scroll check when LCD is disabledGreg White
2007-01-13Added zero crossing check before changing volume to avoid noise during volume...Steve Gotthardt
2007-01-09Removed executable flagLinus Nielsen Feltzing
2007-01-08Add a check to verify ATA driver has been initialised in ata_sleepnow().Miika Pekkarinen
2007-01-04Fix simulator buildGreg White
2007-01-04Use DMA for Blit to screen/clearGreg White
2006-12-20renamed biglba to lba48, plus a slight optimizationJörg Hohensohn
2006-12-19Preparation for disks >137 GB, use BigLBA 48 bit addressing if necessary. Onl...Jörg Hohensohn
2006-12-19Woops. Missed a file.Michael Sevakis
2006-12-19Convert queues to use intptr_t for event data and return values as most of th...Michael Sevakis
2006-12-19Archos: Moved the ata_address_detect() code into ata_device_init(), removing ...Jens Arnold
2006-12-18Fix compile errors.Barry Wardell
2006-12-18FS#6096. Recording on PortalPlayer targets (H10, iPod Video, iPod 4g, iPod Co...Barry Wardell
2006-12-09Move I2S initialisation out of the Wolfson codec driverDaniel Ankers
2006-12-06move some audio driver specific code to the correspoding filesMarcoen Hirschberg
2006-12-06Fix settings not saving to disk correctly, (fixes FS#6408)Jonathan Gordon