rockbox/firmware/drivers
Brandon Low 4b68f1e2a3 Proper charger input, usb and charger activity detection/reporting for ipod video
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9061 a1c6a512-1295-4272-9138-f99709370657
2006-03-16 17:34:37 +00:00
..
adc.c Improve ipod i2c driver somewhat by at least taking advantage of the in-device addressing in the pcf50605, also switch to a 10bit resistive divider for the ipod battery reading, this is easily configurable if it needs changing, or even to become a user/runtime setting 2006-03-09 19:47:12 +00:00
ata.c ATA driver: Fixed a flaw in check_registers(), and added support for iAudio X5 2006-03-07 13:25:19 +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 Code policing 2006-03-10 12:55:13 +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
generic_i2c.c Generic bitbang I2C driver 2006-02-22 14:50:57 +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-pp5002.c Improve ipod i2c driver somewhat by at least taking advantage of the in-device addressing in the pcf50605, also switch to a 10bit resistive divider for the ipod battery reading, this is easily configurable if it needs changing, or even to become a user/runtime setting 2006-03-09 19:47:12 +00:00
i2c-pp5020.c Improve ipod i2c driver somewhat by at least taking advantage of the in-device addressing in the pcf50605, also switch to a 10bit resistive divider for the ipod battery reading, this is easily configurable if it needs changing, or even to become a user/runtime setting 2006-03-09 19:47:12 +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-2bit-horz.c LCD extension library: Implemented scrolling for LCD depths below 8 bit. * Oscilloscope: Use new scrolling function, some minor optimisations. 2006-03-08 01:14:46 +00:00
lcd-16bit.c Fixed pointer size vs. int size problems (64 bit sims) 2006-03-02 01:21:57 +00:00
lcd-h100-remote.c Removed lcd_roll() and lcd_remote_roll() functions. These functions were not really portable. Removed the only plugin that used lcd_roll(): Oscillograph. Oscilloscope offers everything that oscillograph did and more, in a portable way. * Bumped & sorted plugin API. 2006-03-11 09:28:49 +00:00
lcd-h100.c Removed lcd_roll() and lcd_remote_roll() functions. These functions were not really portable. Removed the only plugin that used lcd_roll(): Oscillograph. Oscilloscope offers everything that oscillograph did and more, in a portable way. * Bumped & sorted plugin API. 2006-03-11 09:28:49 +00:00
lcd-h300.c Removed lcd_roll() and lcd_remote_roll() functions. These functions were not really portable. Removed the only plugin that used lcd_roll(): Oscillograph. Oscilloscope offers everything that oscillograph did and more, in a portable way. * Bumped & sorted plugin API. 2006-03-11 09:28:49 +00:00
lcd-ipod.c Removed lcd_roll() and lcd_remote_roll() functions. These functions were not really portable. Removed the only plugin that used lcd_roll(): Oscillograph. Oscilloscope offers everything that oscillograph did and more, in a portable way. * Bumped & sorted plugin API. 2006-03-11 09:28:49 +00:00
lcd-ipodvideo.c Removed lcd_roll() and lcd_remote_roll() functions. These functions were not really portable. Removed the only plugin that used lcd_roll(): Oscillograph. Oscilloscope offers everything that oscillograph did and more, in a portable way. * Bumped & sorted plugin API. 2006-03-11 09:28:49 +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 Removed lcd_roll() and lcd_remote_roll() functions. These functions were not really portable. Removed the only plugin that used lcd_roll(): Oscillograph. Oscilloscope offers everything that oscillograph did and more, in a portable way. * Bumped & sorted plugin API. 2006-03-11 09:28:49 +00:00
lcd.S H300: lcd_write_data() in pure asm, essentially the same speed as before, but working correctly for all allowed data lengths. Removed RAM waste by declaring inline functions static. 2006-02-05 00:24:08 +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 Improve ipod i2c driver somewhat by at least taking advantage of the in-device addressing in the pcf50605, also switch to a 10bit resistive divider for the ipod battery reading, this is easily configurable if it needs changing, or even to become a user/runtime setting 2006-03-09 19:47:12 +00:00
pcf50606.c Patch #1404233 by Peter D'Hoye: H300 brightness bugfix 2006-01-19 13:10:15 +00:00
power.c Proper charger input, usb and charger activity detection/reporting for ipod video 2006-03-16 17:34:37 +00:00
rtc.c Improve ipod i2c driver somewhat by at least taking advantage of the in-device addressing in the pcf50605, also switch to a 10bit resistive divider for the ipod battery reading, this is easily configurable if it needs changing, or even to become a user/runtime setting 2006-03-09 19:47:12 +00:00
serial.c More iPod 3G code from Seven Le Mesle 2006-02-05 17:16:34 +00:00
tlv320.c iAudio X5: Corrected crappy code, just to make the damn thing compile 2006-02-03 23:59:41 +00:00
uda1380.c Patch #1403437 by Peter D'Hoye & Martin Scarratt: Recording gain. 2006-02-08 13:08:55 +00:00
wm8731l.c iPod 3G - initial (completely untested) attempt at audio support 2006-02-26 15:59:46 +00:00
wm8758.c Finer grained irq masking, blocking for i2c, plus a mutex to prevent conflicting read/writes 2006-03-05 22:14:53 +00:00
wm8975.c iPod: Audio driver for iPod Video/5G. Rename wm8971_* functions to wmcodec_* to enable unification of the audio code for WM codecs 2006-02-13 13:48:08 +00:00