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