summaryrefslogtreecommitdiff
path: root/firmware/drivers (follow)
Commit message (Expand)AuthorAge
...
* Another attempt to stop the red led dead.Björn Stenberg2003-03-24
* Don't spin down disk while retryingBjörn Stenberg2003-03-17
* Moved read code around a bit to more strictly obey the ATA specification.Björn Stenberg2003-03-14
* Initialize return code at start of loop, not at the end.Björn Stenberg2003-03-13
* update_fat_entry() set the wrong cache line dirty if bpb_resvdseccnt wasn't d...Linus Nielsen Feltzing2003-03-04
* New option: Invert display. Patch by Mark Hillebrand.Björn Stenberg2003-02-27
* An attempt to get rid of the "red freeze" problem: Perform a soft reset on re...Björn Stenberg2003-02-27
* Enhanced error codes for better error trackingLinus Nielsen Feltzing2003-02-26
* Faster shutoff with OFF key on FM RecorderLinus Nielsen Feltzing2003-02-25
* Code Police is never wrong. Ugh!Björn Stenberg2003-02-23
* Fixed bug #688807, now the Idle poweroff works on FM recorder. Also disabled ...Linus Nielsen Feltzing2003-02-21
* The power-saving SLEEP patch by Simon Elén.Björn Stenberg2003-02-14
* Mike Holden's patch that corrects the FM charger plugged symbolUwe Freese2003-02-13
* more movesDaniel Stenberg2003-02-07
* Move publicly (from apps) accessed files from drivers/ to export/.Daniel Stenberg2003-02-07
* Include File Cleanup And Move-Around Party 2003.Daniel Stenberg2003-02-07
* bring back the functionality with the conditional update on remove cursorDaniel Stenberg2003-01-29
* Major Code Police raid strike-down.Daniel Stenberg2003-01-29
* The dir code is now reentrant.Björn Stenberg2003-01-29
* Player changes: Added lcd_remove_cursor() and updated the cursor functionality.Kjell Ericson2003-01-29
* Scrolling business is my name and scrolling is what I do when I don't crashDaniel Stenberg2003-01-28
* Added a "cursor"-function for the keyvoard.Kjell Ericson2003-01-27
* Directories can now be renamed too.Björn Stenberg2003-01-27
* Remove use of rockbox-mode.el in local variables list.Mats Lidell2003-01-24
* Removed lcd_scroll_pause() and lcd_scroll_resume().Kjell Ericson2003-01-23
* Code for alarm mod. Enable with adding -DHAVE_ALARM_MOD in Makefile (EXTRA_DE...Uwe Freese2003-01-22
* Changed name of lcd_do_puts() to lcd_puts_cont_scroll().Kjell Ericson2003-01-22
* Ludovic Lange's ADC-fix for the FMDaniel Stenberg2003-01-22
* Based on Ludovic Lange excellent work, I've modified things to increaseDaniel Stenberg2003-01-21
* Added lcd_do_puts() as a static function and made lcd_puts() stop any scroll ...Kjell Ericson2003-01-21
* Export info about the charset.Mats Lidell2003-01-20
* Added table for converting unicode page 1 and 2 into ISO 8859-2Björn Stenberg2003-01-17
* Ludovic Lange's initial code for FM Recorder, edited and adjusted by me.Daniel Stenberg2003-01-16
* Use the correct defines to #ifdef on, so that the FM version builds fine tooDaniel Stenberg2003-01-16
* reverted kjer's lcd_clear_display() change that stops the scrollDaniel Stenberg2003-01-14
* Made unicode2iso() static.Björn Stenberg2003-01-14
* Added unicode conversion from cyrillic, greek, hebrew, arabic and thai.Björn Stenberg2003-01-14
* Stop scrolling text when lcd_clear_display() has been called.Kjell Ericson2003-01-14
* Bidirectional scroll ala recorder.Mats Lidell2003-01-14
* Fixed the mapping between software mapped patterns and hardware LCD.Kjell Ericson2003-01-13
* Resolved last_pat and last_used_pat.Mats Lidell2003-01-13
* Bugfix2 of the bidirectional scroll. Sorry...Kjell Ericson2003-01-10
* Bugfix of the bidirectional scrolling.Kjell Ericson2003-01-10
* Fixed spelling misstakes.Kjell Ericson2003-01-10
* Function lcd_allow_bidirectictional_scrolling() implemented so we can turn it...Kjell Ericson2003-01-10
* Bidirectional scrolling implemented. The text will go back and forthKjell Ericson2003-01-10
* Fixed the scroll_delay.Kjell Ericson2003-01-10
* Changed debug code.Kjell Ericson2003-01-10
* Removed warnings.Kjell Ericson2003-01-10
* First official version.Kjell Ericson2003-01-10