rockbox/firmware/drivers
Linus Nielsen Feltzing 9b0822d76a Make it compile on iAudio X5
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8543 a1c6a512-1295-4272-9138-f99709370657
2006-02-02 23:07:11 +00:00
..
adc.c Work-in-progress iriver iFP-7xx port by Tomasz Malesinski 2006-01-12 00:35:50 +00:00
ata.c Make it compile on iAudio X5 2006-02-02 23:07:11 +00:00
ata_flash.c Two files for the iFP port that I forgot to commit 2006-01-18 10:01:35 +00:00
ata_mmc.c Removed unused ata_standby(), changed return type of ata_sleep() to void, removed misleading comment from ata.h 2005-11-07 23:19:06 +00:00
button.c iPod: Remove/reduce the udelay()s in the button driver. They were in the IPL source, but do not appear to be needed. 2006-02-02 11:24:32 +00:00
dac.c Patch #798050 by Leslie Donaldson, activates Line In on Player models 2003-11-03 23:36:36 +00:00
dac.h Patch #798050 by Leslie Donaldson, activates Line In on Player models 2003-11-03 23:36:36 +00:00
fat.c waiting is over: initial unicode commit 2005-12-06 13:27:15 +00:00
fmradio.c moved and renamed fmradio_set/get_status to power.c, where it now additionally serves well for tuner power enable on OndioFM 2004-10-17 08:53:18 +00:00
fmradio_i2c.c H300 FM radio support, with help from Peter D'Hoye 2005-12-15 01:11:19 +00:00
i2c-coldfire.c H300 FM radio support, with help from Peter D'Hoye 2005-12-15 01:11:19 +00:00
i2c-pnx0101.c Two files for the iFP port that I forgot to commit 2006-01-18 10:01:35 +00:00
i2c-pp5020.c Correctly attribute Bernard Leach as the (C) holder for code taken from ipodlinux. 2005-12-19 14:30:52 +00:00
i2c.c Moved unrelated stuff from i2c the driver to appropriate places. Minor optimisation in i2c driver. 2005-05-07 22:29:35 +00:00
lcd-16bit.c Patch #1421422 - Backdrop image patch started by Linus, finished by me. Adds ability to set backdrop images for file browser and menus (store full-screen bitmaps in /.rockbox/backdrops/) and also the ability to set a full-screen background image in a WPS using the %X|filename.bmp| WPS tag. Currently only implemented for targets with colour LCDs. 2006-02-02 20:42:56 +00:00
lcd-h100-remote.c This should not have been recommitted (went undetected for quite a while). 2006-02-02 19:53:50 +00:00
lcd-h100.c * Changed implementation of inverse bar: Instead of complementing all pixels after drawing the text, the text is drawn in inversevid mode. This is faster, and will be more readable when backdrop image support gets added. Appearance on non-colour targets doesn't change. * Speedup of the scroll thread. 2006-02-02 19:35:51 +00:00
lcd-h300.c Don't init the lcd twice - once on lcd_init_device and the other one on first call of lcd_enable() (an old, known bug). 2006-01-09 16:11:19 +00:00
lcd-ipod.c iPod: Fix the detection of lcd type for the iPod Photo - this should fix problems with that LCD. Affected users also need to install a new bootloader - available from the iPod Installation wiki page. 2006-01-31 01:50:07 +00:00
lcd-ipodvideo.c Remove unused variables 2005-12-21 23:47:43 +00:00
lcd-player-charset.c if __CONFIG_H__ is defined, don't include config.h 2005-05-23 12:04:30 +00:00
lcd-player.c waiting is over: initial unicode commit 2005-12-06 13:27:15 +00:00
lcd-recorder.c * Changed implementation of inverse bar: Instead of complementing all pixels after drawing the text, the text is drawn in inversevid mode. This is faster, and will be more readable when backdrop image support gets added. Appearance on non-colour targets doesn't change. * Speedup of the scroll thread. 2006-02-02 19:35:51 +00:00
lcd.S No assembler LCD driver yet for H300 2005-11-14 15:41:04 +00:00
led.c Fixed disk icon display in remote status bar on iriver. * Rolled back led.c changes, introducing a changed #if condition only. Reduces code size on targets with real controllable LED. 2005-11-24 00:10:14 +00:00
mas.c Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and SWCODEC, respectively. 2005-08-29 21:15:27 +00:00
pcf50605.c Put the ipod into standby mode on shutdown. This is untested on the 5g, but should work... 2005-12-21 23:32:19 +00:00
pcf50606.c Patch #1404233 by Peter D'Hoye: H300 brightness bugfix 2006-01-19 13:10:15 +00:00
power.c Make it compile on iAudio X5 2006-02-02 23:07:11 +00:00
rtc.c H300: RTC support 2005-12-22 23:48:32 +00:00
serial.c Work-in-progress iriver iFP-7xx port by Tomasz Malesinski 2006-01-12 00:35:50 +00:00
tlv320.c iAudio: First unfinished attempt for tlv320 driver and rockbox integration 2005-08-06 10:12:19 +00:00
uda1380.c Proper UDA1380 reset for H300 2005-11-27 01:10:02 +00:00
wm8975.c iPod: Initial attempt at volume/bass/treble control - more work is needed, but it seems to be working. 2006-01-30 21:12:31 +00:00