summaryrefslogtreecommitdiff
path: root/firmware (unfollow)
Commit message (Expand)Author
2003-07-09again different coldstart, ata_init() now has non-ambiguous return codes for ...Jörg Hohensohn
2003-07-08better place and method for the spinup wait code, still I'd welcome comments ...Jörg Hohensohn
2003-07-04Fix for incorrect genre default value, by Benjamin MetzlerBjörn Stenberg
2003-07-03I needed a function to return the physical USB detectJörg Hohensohn
2003-07-03When starting from flash, we have to wait for the disk to get ready. (Quite a...Jörg Hohensohn
2003-07-02Only recorders use PA11 for /PR. Players use it for the STOP button...Björn Stenberg
2003-07-01Added dynamic playlists. ON+PLAY->Playlist on a track, directory, or playlis...Hardeep Sidhu
2003-07-01Another port init fixes the silent play problem, Rockbox is now ready for FLASH!Jörg Hohensohn
2003-07-01The mono recording fix was braindead.Linus Nielsen Feltzing
2003-06-30missing port init prevented recording with Rockbox from flashJörg Hohensohn
2003-06-30Mono recording with Line In now mixes the left and right channel. Fixes bug #...Linus Nielsen Feltzing
2003-06-29* Added the plugin icon for the old lcd.Kjell Ericson
2003-06-29Added plugin loader. Moved games, demos and the text viewer to loadable plugi...Björn Stenberg
2003-06-29Added restart option to system exception screen (press ON)Björn Stenberg
2003-06-29Added multiple inclusion protectionBjörn Stenberg
2003-06-29Renamed flush() to fsync() to be more in line with POSIX/unixBjörn Stenberg
2003-06-26port inits for cold start abilityJörg Hohensohn
2003-06-26init the LCD, needed for cold start (from flash)Jörg Hohensohn
2003-06-25Default contrast is now autodetected on recordersLinus Nielsen Feltzing
2003-06-25In flush_reload, don't reset swapwrite if we're still swapping current track....Hardeep Sidhu
2003-06-19Slightly better handling of disk-full situationsLinus Nielsen Feltzing
2003-06-19Now handles a full disk a little better, and it doesn't trust the fsinfo anymoreLinus Nielsen Feltzing
2003-06-09Report max 99% battery level during chargingBjörn Stenberg
2003-06-06bug 749951, ooops. We made the number function too generic and forgot toDaniel Stenberg
2003-06-05A bit faster update of Player simulator.Kjell Ericson
2003-06-05Fixed silly typoBjörn Stenberg
2003-06-04Generalized id3v2 parsing code. Added support for the composer frame and free...Björn Stenberg
2003-06-04Make simulator report 75% battery instead of 100%Björn Stenberg
2003-06-03Even larger MP3 frame analysis buffer. Fixes bug #747969.Linus Nielsen Feltzing
2003-06-03Small seek optimization -- begin seek at last read cluster if possibleHardeep Sidhu
2003-05-30Better file system performance when recording by not using O_TRUNCLinus Nielsen Feltzing
2003-05-27Since remote uses special button codes, there is no need to simulate release ...Björn Stenberg
2003-05-27Added "jump scroll delay" (for player).Kjell Ericson
2003-05-24Fixed bad %x handlingLinus Nielsen Feltzing
2003-05-22Declaring the jump scroll function.Kjell Ericson
2003-05-22New feature for player: Jump scroll!Kjell Ericson
2003-05-19this should be using unsigned, to allow a full 4GB file, just in caseDaniel Stenberg
2003-05-19Stevie Oh's patch #739898 that corrects how vbrfix works on large files.Daniel Stenberg
2003-05-17USB polarity is now taken from the HW info and not by checking the port pin s...Linus Nielsen Feltzing
2003-05-10Experiment: enable ATA STANDBY when switching to USB modeLinus Nielsen Feltzing
2003-05-09Removed a warningLinus Nielsen Feltzing
2003-05-09Configurable dir browser file buffer size. No more 400-file limit. No more wh...Linus Nielsen Feltzing
2003-05-03Idle poweroff fix for FM radio, as suggested by Mike HoldenLinus Nielsen Feltzing
2003-05-03Stop radio when playing mp3 filesLinus Nielsen Feltzing
2003-05-03Finally, FM radio support on the FM RecorderLinus Nielsen Feltzing
2003-04-30Spin down disk directly after buffer saves when recordingLinus Nielsen Feltzing
2003-04-28Corrected wrong write return code.Björn Stenberg
2003-04-25remove the ifdef for simulatorDaniel Stenberg
2003-04-25use size_t and not int as the prototype says soDaniel Stenberg
2003-04-25include the sprintf.h header, basicly for simulator purposesDaniel Stenberg