rockbox/firmware/drivers
Mark Arigo f2b66918e6 Move the Synaptics touchpad driver for the m:robe 100 to a common place. It will (soon) be used for the Philips HDD1630.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19465 a1c6a512-1295-4272-9138-f99709370657
2008-12-17 04:38:53 +00:00
..
audio Enable as3514 HPCM codec setting for all AMS3525 targets (and disable it for others). 2008-12-16 22:16:55 +00:00
rtc Make the wakeup alarm code work (Needs the flashed bootloader) 2008-11-12 03:52:33 +00:00
tuner FS#9609 FM radio support for the Gigabeat S, seeking/scanning is not yet 2008-12-09 20:48:04 +00:00
ata.c Reclaim a bit of binsize on hdd based archoses by making the bit test unsigned. On SH1, gcc optimizes this by using a right shift, and a signed '1' made it use an arithmetic right-shift-by-n, which is a libgcc function on SH1. This was the only place in the core using it. No effect on other architectures. 2008-12-12 07:48:01 +00:00
ata_flash.c conditionalise *_get_info() to get some binsize back 2008-11-01 17:33:21 +00:00
ata_mmc.c implement single-driver storage layer with macros instead of inlines 2008-11-02 01:14:46 +00:00
button.c C200: Also flip the function of the volume buttons when display flip is enabled. I think it is more consistent, especially when thinking of cases where these buttons are used for something else (e.g. left/right in brickmania). Taken from FS#8393 by Volker Mische - add him to CREDITS too. 2008-09-03 22:30:30 +00:00
dac.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
dac.h Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
eeprom_24cxx.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
fat.c implement single-driver storage layer with macros instead of inlines 2008-11-02 01:14:46 +00:00
fmradio.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
generic_i2c.c * combine i2c_ack and i2c_outb 2008-12-08 19:01:00 +00:00
i2c.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
isp1362.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
isp1583.c Remove usb_drv_wait from the public usb api, and remove the implementation from usb-drv-arc.c, as it is not actually used 2008-11-30 15:56:49 +00:00
lcd-1bit-vert.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
lcd-2bit-horz.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
lcd-2bit-vert.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
lcd-2bit-vi.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
lcd-16bit.c Correct test to avoid drawing outside display, fixes a problem in sim with spacerocks, could possibly fix things on target too. 2008-10-03 08:10:38 +00:00
lcd-charcell.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
lcd-charset-player.c Add 4 extended latin letters which are needed for Czech and Polish, and an additional Greek letter that comes almost for free. 2008-08-08 21:04:47 +00:00
lcd-remote-1bit-v.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
lcd-remote-2bit-vi.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
led.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
m5636.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
mas.c Moved pcm_record from firmware to apps. Cleaned up some. Now all code using struct mp3entry is in apps. 2008-10-14 11:12:20 +00:00
nand_id.c Add NAND chip data for Samsung K9F4G08UOM (Sansa M230 512Mb) 2008-08-18 22:20:17 +00:00
pcf50605.c Ensure consistency between header file and implementation for iPod drivers, by #including the appropriate header file and #ifdef'fing out unused code 2008-07-16 11:02:14 +00:00
pcf50606.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
qt1106.c Make the meizu m3 load from flash, so interrupts work. More work is needed to get the m6sl "working" again 2008-10-18 22:28:59 +00:00
ramdisk.c Onda VX747: 2008-11-05 00:24:46 +00:00
serial.c cleanup storage defines 2008-10-31 21:25:04 +00:00
sw_i2c.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
synaptics-mep.c Move the Synaptics touchpad driver for the m:robe 100 to a common place. It will (soon) be used for the Philips HDD1630. 2008-12-17 04:38:53 +00:00
tsc2100.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00