rockbox/firmware/drivers
Thomas Jarosch 389fa27e41 Fix typo in comment
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29452 a1c6a512-1295-4272-9138-f99709370657
2011-02-27 23:58:39 +00:00
..
audio Fix typo in comment 2011-02-27 23:58:39 +00:00
rtc
tuner
ata.c Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code), use the already defined MEMORYSIZE instead. 2011-02-02 17:43:32 +00:00
ata_flash.c
ata_mmc.c All kernel objects in code shared amongs targets (core, plugins, codecs) should be declared SHAREDBSS_ATTR as any core could potentially touch them even though they seem only to involve threads on one core. The exception is target code for particular CPUs where proper allocation is fixed. playlist.c was a little odd too-- use one mutex for the current playlist and a separate one for created playlists (still pondering the necessity of more than one). 2011-02-14 11:27:45 +00:00
button.c All kernel objects in code shared amongs targets (core, plugins, codecs) should be declared SHAREDBSS_ATTR as any core could potentially touch them even though they seem only to involve threads on one core. The exception is target code for particular CPUs where proper allocation is fixed. playlist.c was a little odd too-- use one mutex for the current playlist and a separate one for created playlists (still pondering the necessity of more than one). 2011-02-14 11:27:45 +00:00
eeprom_24cxx.c
fat.c iPod Classic CE-ATA Support (Part 2 of 4: Remove on-stack sector buffers, and replace them with a single statically allocated sector buffer that's arbitrated amongst users) 2011-02-27 22:44:54 +00:00
fmradio.c
generic_i2c.c
i2c.c All kernel objects in code shared amongs targets (core, plugins, codecs) should be declared SHAREDBSS_ATTR as any core could potentially touch them even though they seem only to involve threads on one core. The exception is target code for particular CPUs where proper allocation is fixed. playlist.c was a little odd too-- use one mutex for the current playlist and a separate one for created playlists (still pondering the necessity of more than one). 2011-02-14 11:27:45 +00:00
isp1362.c
isp1583.c
lcd-1bit-vert.c
lcd-2bit-horz.c
lcd-2bit-vert.c
lcd-2bit-vi.c
lcd-16bit-vert.c
lcd-16bit.c
lcd-bitmap-common.c Fix r29123: the variable should be initialized every time in the loop 2011-01-23 21:57:23 +00:00
lcd-charcell.c Fix r29123: the variable should be initialized every time in the loop 2011-01-23 21:57:23 +00:00
lcd-charset-player.c
lcd-remote-1bit-v.c
lcd-remote-2bit-vi.c
led.c
m5636.c
m66591.c
nand_id.c
pcf50605.c
pcf50606.c
pcf50635.c
qt1106.c
ramdisk.c
sd.c
serial.c Use target names instead of model numbers in #if statements - nowhere else uses MODEL_NUMBER. 2011-02-12 21:28:23 +00:00
sw_i2c.c
synaptics-mep.c
touchscreen.c
tsc200x.c
tsc2100.c TSC2100: Sample multiple times and provide an average to clean up touch detection. 2011-02-06 19:26:31 +00:00