rockbox/firmware/drivers
2003-07-09 22:04:31 +00:00
..
adc.c Removed TAB chars 2002-07-01 10:55:47 +00:00
ata.c Cold start fixes: master_slave_select() now checks for BSY as well as RDY (since disks are BSY during powerup). Also, wait_for_bsy() looks at ATA_STATUS instead of ATA_ALT_STATUS, since the address of ATA_ALT_STATUS is not determined until later. 2003-07-09 22:04:31 +00:00
button.c Since remote uses special button codes, there is no need to simulate release events. 2003-05-27 18:37:22 +00:00
dac.c No DAC3550A in the recorder 2002-08-16 07:16:52 +00:00
dac.h No DAC3550A in the recorder 2002-08-16 07:16:52 +00:00
fat.c Now handles a full disk a little better, and it doesn't trust the fsinfo anymore 2003-06-19 12:03:36 +00:00
fmradio.c Idle poweroff fix for FM radio, as suggested by Mike Holden 2003-05-03 15:39:40 +00:00
i2c.c The power-saving SLEEP patch by Simon Elén. 2003-02-14 09:44:34 +00:00
lcd-player-charset.c * Added the plugin icon for the old lcd. 2003-06-29 20:08:38 +00:00
lcd-player.c A bit faster update of Player simulator. 2003-06-05 08:29:21 +00:00
lcd-recorder.c init the LCD, needed for cold start (from flash) 2003-06-26 06:49:34 +00:00
lcd.c Code Police is never wrong. Ugh! 2003-02-23 19:02:31 +00:00
led.c remove tabs :) 2002-06-24 17:03:06 +00:00
mas.c Removed a potential I2C deadlock 2002-11-24 11:47:24 +00:00
power.c port inits for cold start ability 2003-06-26 21:29:13 +00:00
rtc.c Code for alarm mod. Enable with adding -DHAVE_ALARM_MOD in Makefile (EXTRA_DEFINES). 2003-01-22 12:50:34 +00:00
serial.c Changed remote control button events to separate codes. Now the remote control works while keys are locked. 2003-04-23 09:21:37 +00:00