summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2005-04-19iRiver: added support for hold-button on main unit and remote controlChristian Gmeiner2-53/+81
2005-04-1864 sectors are 64 sectors...Jens Arnold1-1/+1
2005-04-18Display return code.Björn Stenberg1-0/+3
2005-04-18rename() requires path on destination name nowBjörn Stenberg1-1/+1
2005-04-18Don't create /dir in buildimageBjörn Stenberg1-1/+0
2005-04-18FAT test case builds againBjörn Stenberg5-9/+166
2005-04-18iRiver: Correct port pin setup for the local and remote keypadLinus Nielsen Feltzing1-3/+3
2005-04-15iRiver: Independent backlight timers for the main and remote LCDLinus Nielsen Feltzing3-10/+64
2005-04-15IRiver: show logo on startup at remote lcdChristian Gmeiner1-1/+1
2005-04-15IRiver: added remote backlight handling into backlight threadChristian Gmeiner1-0/+12
2005-04-15corrected copyright infosChristian Gmeiner1-1/+1
2005-04-15IRiver: extended plugin api with current remote lcd functionsChristian Gmeiner1-0/+1
2005-04-15Some code policingLinus Nielsen Feltzing1-5/+5
2005-04-15compile fixChristian Gmeiner1-3/+7
2005-04-15IRiver: (1)Setting some remote lcd settings via menu (2) added driver to main...Christian Gmeiner1-5/+12
2005-04-15Even more updates to the remote LCD driver. Now it actually works...Linus Nielsen Feltzing3-14/+222
2005-04-15IRiver: some definesChristian Gmeiner1-0/+7
2005-04-15Updated H100 remote LCD driver by RickLinus Nielsen Feltzing1-57/+69
2005-04-14New API for buffered PCM playbackLinus Nielsen Feltzing2-0/+129
2005-04-14Low-level driver for the H100 remote control LCD, by Richard S. La Charite IIILinus Nielsen Feltzing3-0/+198
2005-04-14Wrong setting of AUDIOSEL caused double pitch 120MHz playbackLinus Nielsen Feltzing2-5/+3
2005-04-11iRiver: Implemented S/PDIF transmit power control. The optical LED is now off...Linus Nielsen Feltzing3-0/+30
2005-04-10Bugfixes: (1) Estimated runtime was wrong for approx. 1 minute after boot or ...Jens Arnold1-43/+41
2005-04-07First step towards separating the metadata handling from the mpeg thread codeLinus Nielsen Feltzing1-68/+75
2005-04-06First lame attempt to show correct battery level on the iRiverLinus Nielsen Feltzing5-4/+16
2005-04-06Added the IS_SYSEVENT() macroLinus Nielsen Feltzing1-0/+2
2005-04-06Moved the car adapter mode handling to apps/, now every thread gets SYS_CHARG...Linus Nielsen Feltzing2-54/+4
2005-04-05mp3buf renamed to audiobufLinus Nielsen Feltzing8-165/+165
2005-04-05Removed irrelevant definitions in the UDA1380 driverLinus Nielsen Feltzing1-22/+0
2005-04-04More audio code restructuring, mostly renaming functions so farLinus Nielsen Feltzing5-105/+131
2005-04-04Patch #868645 by Philipp Pertermann, volume triggered recording for the Archo...Linus Nielsen Feltzing2-13/+32
2005-04-01Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx()Linus Nielsen Feltzing6-665/+720
2005-03-31RoLo now works on the iRiverLinus Nielsen Feltzing10-16/+100
2005-03-31iRiver: Major PCM DMA code cleanup, added pcm_init() and pcm_play_pause()Linus Nielsen Feltzing2-55/+80
2005-03-28Sound api improvements, rockboy sound, contributed by xshock.Michiel Van Der Kolk3-13/+71
2005-03-24sorry, the patch broke all the simsJörg Hohensohn1-0/+7
2005-03-23patch # 1159539 from GvB: V1 charging cleanupJörg Hohensohn2-362/+398
2005-03-21Nah, HAVE_PCM_PLAYBACK is probably redundant...Linus Nielsen Feltzing1-3/+0
2005-03-21Added HAVE_PCM_PLAYBACKLinus Nielsen Feltzing1-0/+3
2005-03-18PCM playback for iRiverLinus Nielsen Feltzing3-0/+167
2005-03-18Properly shut down the UDA1380Linus Nielsen Feltzing1-0/+6
2005-03-18iRiver: ATA timing is now setup by set_cpu_frequency()Linus Nielsen Feltzing1-3/+1
2005-03-18I2C clock settings and ATA timing for iRiverLinus Nielsen Feltzing1-9/+18
2005-03-18Dummy i2c_init() for iRiver not needed anymoreLinus Nielsen Feltzing1-8/+0
2005-03-18iRiver UDA1380 driver by Andy YoungLinus Nielsen Feltzing2-0/+306
2005-03-18iRiver I2C driver by Andy YoungLinus Nielsen Feltzing2-0/+230
2005-03-18Added DMA register definitionsLinus Nielsen Feltzing1-0/+37
2005-03-18Stricter alignment of sectionsLinus Nielsen Feltzing1-1/+2
2005-03-12non-ambiguous error codeJörg Hohensohn1-1/+1
2005-03-10Don't panic on read attempts past end of card, just exit with error. Such can...Jörg Hohensohn1-1/+5