rockbox/firmware/export
Michiel Van Der Kolk e59a383da3 Argh! this is driving meh crazy.
On iriver, BUTTON_PLAY = BUTTON_ON. yushyush.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6437 a1c6a512-1295-4272-9138-f99709370657
2005-05-08 16:03:40 +00:00
..
adc.h More aggressive Recorder V1 charging (patch #1116884 from Jerry Van Baren) 2005-03-03 07:25:43 +00:00
ata.h Patch #868645 by Philipp Pertermann, volume triggered recording for the Archos recording devices 2005-04-04 09:12:12 +00:00
ata_mmc.h MMC driver does now handle block sizes != 512 bytes, which is necessary to support cards > 1 GB. Changed error handling to use the same method as other parts of rockbox, allowing to trace the call chain. Long policy, code cleanup. 2005-04-28 01:11:21 +00:00
audio.h mp3buf renamed to audiobuf 2005-04-05 11:33:58 +00:00
backlight.h iRiver: Independent backlight timers for the main and remote LCD 2005-04-15 16:16:26 +00:00
bitswap.h Added header file for bitswap, and made the fliptable global for re-use 2004-09-26 09:25:59 +00:00
buffer.h mp3buf renamed to audiobuf 2005-04-05 11:33:58 +00:00
button.h Argh! this is driving meh crazy. 2005-05-08 16:03:40 +00:00
config-fmrecorder.h RoLo now works on the iRiver 2005-03-31 08:47:02 +00:00
config-gmini120.h Adjustable CPU frequency for iRiver 2005-03-01 14:35:10 +00:00
config-gminisp.h Adjustable CPU frequency for iRiver 2005-03-01 14:35:10 +00:00
config-h100.h IRiver: show logo on startup at remote lcd 2005-04-15 14:34:58 +00:00
config-ondiofm.h RoLo now works on the iRiver 2005-03-31 08:47:02 +00:00
config-ondiosp.h RoLo now works on the iRiver 2005-03-31 08:47:02 +00:00
config-player.h RoLo now works on the iRiver 2005-03-31 08:47:02 +00:00
config-recorder.h RoLo now works on the iRiver 2005-03-31 08:47:02 +00:00
config-recorderv2.h RoLo now works on the iRiver 2005-03-31 08:47:02 +00:00
config.h Fixed makefiles for autoconf.g include. 2005-05-07 22:41:17 +00:00
cpu.h Jean-Philippe Bernardy: TCC730 support added 2005-01-09 23:17:32 +00:00
debug.h Const policed pointer arguments to functions, part 4 2004-08-18 19:59:06 +00:00
disk.h preparations for hotswapping MMC 2005-01-28 21:32:16 +00:00
fat.h long policy 2005-02-26 21:18:05 +00:00
fmradio.h 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.h Philips tuner supported 2004-10-17 23:24:18 +00:00
font.h moved lcd_getstringsize into font.c 2005-04-19 12:47:16 +00:00
hwcompat.h Renamed has_new_lcd() to is_new_player(), and got rid of the alias 2004-11-22 21:20:54 +00:00
i2c-h100.h iRiver I2C driver by Andy Young 2005-03-18 11:34:26 +00:00
i2c.h Move publicly (from apps) accessed files from drivers/ to export/. 2003-02-07 10:08:02 +00:00
id3.h Const policed pointer arguments to functions, part 1 2004-08-16 23:37:23 +00:00
kernel.h Added the IS_SYSEVENT() macro 2005-04-06 13:05:06 +00:00
lcd-player-charset.h Added bookmark icon for the Player/Studio 2004-07-14 12:21:59 +00:00
lcd-remote.h iRiver: extended remote lcd driver. displaying text works now - see start-up-screen 2005-04-25 23:47:51 +00:00
lcd.h Removed more dead code; bugfix for cursor display in player simulator. 2005-05-08 13:03:57 +00:00
led.h a bit nicer: delay of the disk activity indicator is supplied by app layer 2005-02-19 14:44:31 +00:00
mas.h Added MAS3539F support (Ondio SP) 2004-09-29 19:51:41 +00:00
mcf5249.h Added DMA register definitions 2005-03-18 11:33:07 +00:00
mp3_playback.h Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx() 2005-04-01 13:41:03 +00:00
mp3data.h long policy 2005-01-30 14:11:50 +00:00
mpeg.h More audio code restructuring, mostly renaming functions so far 2005-04-04 12:06:29 +00:00
panic.h Better definition & usage of the ATTRIBUTE_PRINTF macro 2005-02-28 09:48:35 +00:00
pcm_playback.h New API for buffered PCM playback 2005-04-14 11:51:31 +00:00
power.h iRiver: Implemented S/PDIF transmit power control. The optical LED is now off by default. 2005-04-11 11:17:31 +00:00
powermgmt.h Proper 'battery level dangerous' handling for Ondio. Moved this info into an array, and removed unused #defines. 2005-05-04 16:18:09 +00:00
rolo.h Include File Cleanup And Move-Around Party 2003. 2003-02-07 09:41:57 +00:00
rtc.h A proper alarm clock for the V2/FM (and v1 with mod) 2005-02-06 17:21:42 +00:00
serial.h Move publicly (from apps) accessed files from drivers/ to export/. 2003-02-07 10:08:02 +00:00
sh7034.h Button driver overhaul: (1) Unified the button driver functions as much as possible (2) Proper #defines for FM recorder button ADC channels (3) Got rid of old port B #defines only valid for recorder (4) button filtering for all models (5) RoLo with ON after panic should now work for FM/V2 2004-12-01 00:33:18 +00:00
sound.h Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx() 2005-04-01 13:41:03 +00:00
system.h Fixed makefiles for autoconf.g include. 2005-05-07 22:41:17 +00:00
tcc730.h beautified code 2005-02-05 10:54:55 +00:00
thread.h More const policeing step 3 2004-08-03 05:58:46 +00:00
tuner.h tuner cleanup + improvements: 2004-10-19 08:20:38 +00:00
uda1380.h Removed irrelevant definitions in the UDA1380 driver 2005-04-05 05:54:27 +00:00
usb.h long policy 2005-01-30 15:16:58 +00:00