summaryrefslogtreecommitdiff
path: root/firmware/drivers
AgeCommit message (Expand)Author
2003-06-29Added plugin loader. Moved games, demos and the text viewer to loadable plugi...Bjö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-19Now handles a full disk a little better, and it doesn't trust the fsinfo anymoreLinus Nielsen Feltzing
2003-06-05A bit faster update of Player simulator.Kjell Ericson
2003-06-03Small seek optimization -- begin seek at last read cluster if possibleHardeep Sidhu
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-22New feature for player: Jump scroll!Kjell Ericson
2003-05-10Experiment: enable ATA STANDBY when switching to USB modeLinus Nielsen Feltzing
2003-05-03Idle poweroff fix for FM radio, as suggested by Mike HoldenLinus Nielsen Feltzing
2003-05-03Finally, FM radio support on the FM RecorderLinus Nielsen Feltzing
2003-04-28Corrected wrong write return code.Björn Stenberg
2003-04-24More detailed error codesLinus Nielsen Feltzing
2003-04-23Changed remote control button events to separate codes. Now the remote contro...Björn Stenberg
2003-04-16Magnus Öman's long awaited inverted cursor patchLinus Nielsen Feltzing
2003-04-12ata_write_sectors() didn't handle odd buffer addressesLinus Nielsen Feltzing
2003-04-11Corrected win1251 -> iso 8859-5 conversion (Alex)Björn Stenberg
2003-04-11Don't enter cpu sleep during disk operationsBjörn Stenberg
2003-04-05The newest ATA driver fixes broke the ata_spinup_time informationLinus Nielsen Feltzing
2003-03-31Better led control. Added status read delay. Fixed potential last_disk_activi...Björn Stenberg
2003-03-24Another attempt to stop the red led dead.Björn Stenberg
2003-03-17Don't spin down disk while retryingBjörn Stenberg
2003-03-14Moved read code around a bit to more strictly obey the ATA specification.Björn Stenberg
2003-03-13Initialize return code at start of loop, not at the end.Björn Stenberg
2003-03-04update_fat_entry() set the wrong cache line dirty if bpb_resvdseccnt wasn't d...Linus Nielsen Feltzing
2003-02-27New option: Invert display. Patch by Mark Hillebrand.Björn Stenberg
2003-02-27An attempt to get rid of the "red freeze" problem: Perform a soft reset on re...Björn Stenberg
2003-02-26Enhanced error codes for better error trackingLinus Nielsen Feltzing
2003-02-25Faster shutoff with OFF key on FM RecorderLinus Nielsen Feltzing
2003-02-23Code Police is never wrong. Ugh!Björn Stenberg
2003-02-21Fixed bug #688807, now the Idle poweroff works on FM recorder. Also disabled ...Linus Nielsen Feltzing
2003-02-14The power-saving SLEEP patch by Simon Elén.Björn Stenberg
2003-02-13Mike Holden's patch that corrects the FM charger plugged symbolUwe Freese
2003-02-07more movesDaniel Stenberg
2003-02-07Move publicly (from apps) accessed files from drivers/ to export/.Daniel Stenberg
2003-02-07Include File Cleanup And Move-Around Party 2003.Daniel Stenberg
2003-01-29bring back the functionality with the conditional update on remove cursorDaniel Stenberg
2003-01-29Major Code Police raid strike-down.Daniel Stenberg
2003-01-29The dir code is now reentrant.Björn Stenberg
2003-01-29Player changes: Added lcd_remove_cursor() and updated the cursor functionality.Kjell Ericson
2003-01-28Scrolling business is my name and scrolling is what I do when I don't crashDaniel Stenberg
2003-01-27Added a "cursor"-function for the keyvoard.Kjell Ericson
2003-01-27Directories can now be renamed too.Björn Stenberg
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell
2003-01-23Removed lcd_scroll_pause() and lcd_scroll_resume().Kjell Ericson
2003-01-22Code for alarm mod. Enable with adding -DHAVE_ALARM_MOD in Makefile (EXTRA_DE...Uwe Freese
2003-01-22Changed name of lcd_do_puts() to lcd_puts_cont_scroll().Kjell Ericson
2003-01-22Ludovic Lange's ADC-fix for the FMDaniel Stenberg
2003-01-21Based on Ludovic Lange excellent work, I've modified things to increaseDaniel Stenberg