summaryrefslogtreecommitdiff
path: root/firmware/drivers/button.c
AgeCommit message (Expand)Author
2003-12-12adjustments for NeoDaniel Stenberg
2003-09-19Removed reboot when DC connected. It serves no purpose and is confusing to us...Björn Stenberg
2003-05-27Since remote uses special button codes, there is no need to simulate release ...Björn Stenberg
2003-02-25Faster shutoff with OFF key on FM RecorderLinus Nielsen Feltzing
2003-02-14The power-saving SLEEP patch by Simon Elén.Björn Stenberg
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell
2003-01-16Ludovic Lange's initial code for FM Recorder, edited and adjusted by me.Daniel Stenberg
2002-10-16Removed all traces of the repeat and release masksLinus Nielsen Feltzing
2002-10-16Don't reboot unless we are connected to a chargerLinus Nielsen Feltzing
2002-10-09Filters out AN5 keys if UP is pressed. Solves bug #619028.Linus Nielsen Feltzing
2002-10-08New analog button levels (again)Linus Nielsen Feltzing
2002-10-02Remote control now sends both key-down and key-up eventsLinus Nielsen Feltzing
2002-09-30A lot more stable remote control handlingLinus Nielsen Feltzing
2002-09-23Added timestamps of key presses, for auto-poweroffLinus Nielsen Feltzing
2002-09-06changed REPEAT_INTERVAL_START back to 4 as it originally wasEric Linenberg
2002-09-05 added button repeat accelerationEric Linenberg
2002-08-27Adjusted the key sense voltage levels a littleLinus Nielsen Feltzing
2002-08-07Added button_get_w_tmo()Linus Nielsen Feltzing
2002-07-27Reworked the button codeLinus Nielsen Feltzing
2002-07-27Added key-release event maskingLinus Nielsen Feltzing
2002-07-24Added multi-button read for recorderLinus Nielsen Feltzing
2002-07-24Added key repeat controlLinus Nielsen Feltzing
2002-07-23Now reports key release eventsLinus Nielsen Feltzing
2002-07-05The Player button_read used Port C. It now uses ANx insteadLinus Nielsen Feltzing
2002-06-30New voltage levelsLinus Nielsen Feltzing
2002-06-30Now uses adc_read()Linus Nielsen Feltzing
2002-06-30Made button_queue globalLinus Nielsen Feltzing
2002-06-26Added STOP key reboot for Players as wellLinus Nielsen Feltzing
2002-06-26Bug 574204 fixed. Now reboots when OFF is pressed while charging.Linus Nielsen Feltzing
2002-06-24Added backlight controlLinus Nielsen Feltzing
2002-06-19Fixed bounce bugBjörn Stenberg
2002-06-07Fixed poll interval handlingLinus Nielsen Feltzing
2002-06-07Removed old recorder debounce code. Increased repeat speed.Björn Stenberg
2002-05-28Added 'block' parameter to button_get()Björn Stenberg
2002-05-23Added repeat handling. Removed CRLF newlines.Björn Stenberg
2002-05-23Added timer-interrupt polling and button queueBjörn Stenberg
2002-05-17Doh! Button signals are active lowBjörn Stenberg
2002-05-01corrected the load-file pathDaniel Stenberg
2002-04-23Moved driver to 'drivers' subdirBjörn Stenberg