rockbox/firmware/drivers
2004-01-20 11:57:50 +00:00
..
adc.c Reverted to the old ADC driver, since it appeared to cause fake OFF keypresses (weird indeed, since the OFF key doesn't use the ADC on the plain Recorder). However, I did fix the batch convert, since it caused fake keypresses at boot time. 2004-01-20 11:57:50 +00:00
ata.c warning + obsolete variable removed 2004-01-16 09:28:39 +00:00
button.c nicer handling of button_flip(), swap stored value, too, and avoid race condition 2004-01-01 18:33:52 +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 Ooops. Forgot to clear the newly allocated cluster in mkdir() 2004-01-15 19:05:49 +00:00
fmradio.c The code police strikes back 2003-11-07 12:15:24 +00:00
i2c.c The code police strikes back 2003-11-07 12:15:24 +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 adjustments for Neo 2003-12-12 13:23:33 +00:00
lcd-recorder.c Craig Sather's patch #849405: 2004-01-13 14:59:51 +00:00
lcd.c Ooops! I forgot to remove my debugging changes 2003-12-15 10:31:08 +00:00
led.c The code police strikes back 2003-11-07 12:15:24 +00:00
mas.c The code police strikes back 2003-11-07 12:15:24 +00:00
power.c oops, a typo made the player build fail 2003-12-03 18:50:19 +00:00
rtc.c Fix for the occasional problem on FMR devices, when the device can't be turned off 2003-12-04 11:26:10 +00:00
serial.c Screen buffer transposed, such that bytes in X-direction are consecutive. This enables my turbocharged lcd_write_data() for regular screen updates. Please check the X11 sim, Win32 works. 2003-12-23 23:41:45 +00:00