summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/button.c
AgeCommit message (Expand)AuthorFilesLines
2004-11-25Remote control working againJens Arnold1-1/+1
2004-11-18Added iRiver button handlingLinus Nielsen Feltzing1-5/+119
2004-10-12Now the FM, V2 and Ondio players use the new SYS_POWEROFF event. Now you can ...Linus Nielsen Feltzing1-5/+6
2004-10-08Button flip enabled on OndioJens Arnold1-0/+3
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn1-4/+4
2004-09-23Added debouncing to the Ondio button driver.Jens Arnold1-1/+11
2004-09-23Fixed yellow buildHenrik Backe1-1/+1
2004-09-23An attempt to filter the button readingLinus Nielsen Feltzing1-9/+19
2004-09-20Disabled all code for the serial remote on Ondio, since the serial port is ne...Jens Arnold1-0/+2
2004-09-20Removed the Neo code. Nobody is interested in it.Björn Stenberg1-36/+0
2004-09-19Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg1-6/+5
2004-09-15Ondio levels adjusted, use ADC channel namesJörg Hohensohn1-6/+6
2004-09-10minor oopsJörg Hohensohn1-4/+2
2004-09-10adjustment for the Ondio: button driver has an Odio part, for now it has a Pl...Jörg Hohensohn1-3/+87
2004-09-01button_clear_queue() now works as expectedLinus Nielsen Feltzing1-1/+1
2004-07-24Now doesn't generate extraneous key-down events when releasing one key in a c...Linus Nielsen Feltzing1-51/+52
2004-07-21Added raw button reading functionalityLinus Nielsen Feltzing1-0/+10
2004-06-22Added reset_poweroff_timer(), which can be used to prevent idle poweroff. Thi...Linus Nielsen Feltzing1-5/+5
2004-06-16remove C++/C99 commentDaniel Stenberg1-1/+1
2004-03-22No need to turn on the backlight for remote button presses.Björn Stenberg1-1/+0
2004-03-02Made set_irq_level() an inline function, and optimized it by removing the bit...Linus Nielsen Feltzing1-2/+3
2004-02-25The cli()/sti() functions are not safe. We should have removed them long ago.Linus Nielsen Feltzing1-2/+3
2004-01-01nicer handling of button_flip(), swap stored value, too, and avoid race condi...Jörg Hohensohn1-11/+21
2003-12-20Upside Down option for display (and buttons) now wired into the display setti...Jörg Hohensohn1-0/+47
2003-12-12adjustments for NeoDaniel Stenberg1-0/+34
2003-09-19Removed reboot when DC connected. It serves no purpose and is confusing to us...Björn Stenberg1-11/+0
2003-05-27Since remote uses special button codes, there is no need to simulate release ...Björn Stenberg1-1/+0
2003-02-25Faster shutoff with OFF key on FM RecorderLinus Nielsen Feltzing1-9/+26
2003-02-14The power-saving SLEEP patch by Simon Elén.Björn Stenberg1-13/+2
2003-01-24Remove use of rockbox-mode.el in local variables list.Mats Lidell1-8/+0
2003-01-16Ludovic Lange's initial code for FM Recorder, edited and adjusted by me.Daniel Stenberg1-3/+33
2002-10-16Removed all traces of the repeat and release masksLinus Nielsen Feltzing1-46/+13
2002-10-16Don't reboot unless we are connected to a chargerLinus Nielsen Feltzing1-7/+5
2002-10-09Filters out AN5 keys if UP is pressed. Solves bug #619028.Linus Nielsen Feltzing1-10/+16
2002-10-08New analog button levels (again)Linus Nielsen Feltzing1-3/+3
2002-10-02Remote control now sends both key-down and key-up eventsLinus Nielsen Feltzing1-0/+1
2002-09-30A lot more stable remote control handlingLinus Nielsen Feltzing1-7/+17
2002-09-23Added timestamps of key presses, for auto-poweroffLinus Nielsen Feltzing1-0/+6
2002-09-06changed REPEAT_INTERVAL_START back to 4 as it originally wasEric Linenberg1-1/+1
2002-09-05 added button repeat accelerationEric Linenberg1-4/+21
2002-08-27Adjusted the key sense voltage levels a littleLinus Nielsen Feltzing1-4/+4
2002-08-07Added button_get_w_tmo()Linus Nielsen Feltzing1-0/+18
2002-07-27Reworked the button codeLinus Nielsen Feltzing1-47/+58
2002-07-27Added key-release event maskingLinus Nielsen Feltzing1-9/+36
2002-07-24Added multi-button read for recorderLinus Nielsen Feltzing1-12/+14
2002-07-24Added key repeat controlLinus Nielsen Feltzing1-3/+16
2002-07-23Now reports key release eventsLinus Nielsen Feltzing1-0/+5
2002-07-05The Player button_read used Port C. It now uses ANx insteadLinus Nielsen Feltzing1-11/+14
2002-06-30New voltage levelsLinus Nielsen Feltzing1-4/+4
2002-06-30Now uses adc_read()Linus Nielsen Feltzing1-12/+6