summaryrefslogtreecommitdiffstats
path: root/firmware/drivers
AgeCommit message (Expand)AuthorFilesLines
2003-05-10Experiment: enable ATA STANDBY when switching to USB modeLinus Nielsen Feltzing1-0/+27
2003-05-03Idle poweroff fix for FM radio, as suggested by Mike HoldenLinus Nielsen Feltzing1-11/+11
2003-05-03Finally, FM radio support on the FM RecorderLinus Nielsen Feltzing1-0/+133
2003-04-28Corrected wrong write return code.Björn Stenberg1-7/+6
2003-04-24More detailed error codesLinus Nielsen Feltzing1-8/+10
2003-04-23Changed remote control button events to separate codes. Now the remote contro...Björn Stenberg1-10/+6
2003-04-16Magnus Öman's long awaited inverted cursor patchLinus Nielsen Feltzing1-3/+24
2003-04-12ata_write_sectors() didn't handle odd buffer addressesLinus Nielsen Feltzing1-2/+5
2003-04-11Corrected win1251 -> iso 8859-5 conversion (Alex)Björn Stenberg1-1/+13
2003-04-11Don't enter cpu sleep during disk operationsBjörn Stenberg1-6/+3
2003-04-05The newest ATA driver fixes broke the ata_spinup_time informationLinus Nielsen Feltzing1-2/+6
2003-03-31Better led control. Added status read delay. Fixed potential last_disk_activi...Björn Stenberg1-5/+18
2003-03-24Another attempt to stop the red led dead.Björn Stenberg1-1/+3
2003-03-17Don't spin down disk while retryingBjörn Stenberg1-0/+1
2003-03-14Moved read code around a bit to more strictly obey the ATA specification.Björn Stenberg1-11/+16
2003-03-13Initialize return code at start of loop, not at the end.Björn Stenberg1-4/+5
2003-03-04update_fat_entry() set the wrong cache line dirty if bpb_resvdseccnt wasn't d...Linus Nielsen Feltzing1-9/+2
2003-02-27New option: Invert display. Patch by Mark Hillebrand.Björn Stenberg1-0/+8
2003-02-27An attempt to get rid of the "red freeze" problem: Perform a soft reset on re...Björn Stenberg1-3/+5
2003-02-26Enhanced error codes for better error trackingLinus Nielsen Feltzing1-169/+183
2003-02-25Faster shutoff with OFF key on FM RecorderLinus Nielsen Feltzing1-9/+26
2003-02-23Code Police is never wrong. Ugh!Björn Stenberg2-18/+18
2003-02-21Fixed bug #688807, now the Idle poweroff works on FM recorder. Also disabled ...Linus Nielsen Feltzing1-0/+3
2003-02-14The power-saving SLEEP patch by Simon Elén.Björn Stenberg3-17/+11
2003-02-13Mike Holden's patch that corrects the FM charger plugged symbolUwe Freese1-4/+7
2003-02-07more movesDaniel Stenberg1-27/+0
2003-02-07Move publicly (from apps) accessed files from drivers/ to export/.Daniel Stenberg12-1034/+0
2003-02-07Include File Cleanup And Move-Around Party 2003.Daniel Stenberg1-0/+2
2003-01-29bring back the functionality with the conditional update on remove cursorDaniel Stenberg1-1/+2
2003-01-29Major Code Police raid strike-down.Daniel Stenberg1-98/+114
2003-01-29The dir code is now reentrant.Björn Stenberg2-10/+7
2003-01-29Player changes: Added lcd_remove_cursor() and updated the cursor functionality.Kjell Ericson2-8/+20
2003-01-28Scrolling business is my name and scrolling is what I do when I don't crashDaniel Stenberg1-34/+18
2003-01-27Added a "cursor"-function for the keyvoard.Kjell Ericson2-1/+35
2003-01-27Directories can now be renamed too.Björn Stenberg2-7/+10
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell5-32/+0
2003-01-23Removed lcd_scroll_pause() and lcd_scroll_resume().Kjell Ericson3-167/+25
2003-01-22Code for alarm mod. Enable with adding -DHAVE_ALARM_MOD in Makefile (EXTRA_DE...Uwe Freese2-3/+90
2003-01-22Changed name of lcd_do_puts() to lcd_puts_cont_scroll().Kjell Ericson1-6/+6
2003-01-22Ludovic Lange's ADC-fix for the FMDaniel Stenberg1-1/+2
2003-01-21Based on Ludovic Lange excellent work, I've modified things to increaseDaniel Stenberg4-11/+5
2003-01-21Added lcd_do_puts() as a static function and made lcd_puts() stop any scroll ...Kjell Ericson1-10/+11
2003-01-20Export info about the charset.Mats Lidell3-4/+3
2003-01-17Added table for converting unicode page 1 and 2 into ISO 8859-2Björn Stenberg1-0/+73
2003-01-16Ludovic Lange's initial code for FM Recorder, edited and adjusted by me.Daniel Stenberg3-4/+42
2003-01-16Use the correct defines to #ifdef on, so that the FM version builds fine tooDaniel Stenberg1-3/+3
2003-01-14reverted kjer's lcd_clear_display() change that stops the scrollDaniel Stenberg1-5/+10
2003-01-14Made unicode2iso() static.Björn Stenberg1-1/+1
2003-01-14Added unicode conversion from cyrillic, greek, hebrew, arabic and thai.Björn Stenberg1-7/+41
2003-01-14Stop scrolling text when lcd_clear_display() has been called.Kjell Ericson2-3/+3