summaryrefslogtreecommitdiff
path: root/firmware/drivers
AgeCommit message (Expand)Author
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
2003-01-21Added lcd_do_puts() as a static function and made lcd_puts() stop any scroll ...Kjell Ericson
2003-01-20Export info about the charset.Mats Lidell
2003-01-17Added table for converting unicode page 1 and 2 into ISO 8859-2Björn Stenberg
2003-01-16Ludovic Lange's initial code for FM Recorder, edited and adjusted by me.Daniel Stenberg
2003-01-16Use the correct defines to #ifdef on, so that the FM version builds fine tooDaniel Stenberg
2003-01-14reverted kjer's lcd_clear_display() change that stops the scrollDaniel Stenberg
2003-01-14Made unicode2iso() static.Björn Stenberg
2003-01-14Added unicode conversion from cyrillic, greek, hebrew, arabic and thai.Björn Stenberg
2003-01-14Stop scrolling text when lcd_clear_display() has been called.Kjell Ericson
2003-01-14Bidirectional scroll ala recorder.Mats Lidell
2003-01-13Fixed the mapping between software mapped patterns and hardware LCD.Kjell Ericson