summaryrefslogtreecommitdiff
path: root/firmware/drivers/button.c
AgeCommit message (Expand)Author
2005-11-11iPod: Code cleanup - the bootloader now compiles with zero warningsDave Chapman
2005-09-22Reverse previous commit - it had uneffected side-effects.Jonas Häggqvist
2005-09-22Fix to remote-hold check by Stephan Wezel - it always returned true when the ...Jonas Häggqvist
2005-09-14The power thread now monitors the shutdown process and forces a poweroff if i...Linus Nielsen Feltzing
2005-09-12Safety net for devices with no hardware poweroff mechanism - hold STOP for se...Linus Nielsen Feltzing
2005-07-01Check for features, not for models.Jens Arnold
2005-07-01the h300 models have hold tooDaniel Stenberg
2005-06-30I believe this is more likely to reflect the h300 keypadDaniel Stenberg
2005-06-29Resume rework. With the new resume function, 'Ask' and 'Ask Once' are redund...Christi Scarborough
2005-06-24BUTTON_RC_VOL relabeled as BUTTON_RC_MODE for consistency with main unit. RC...Christi Scarborough
2005-06-08Corrected placement of parentheses.Jens Arnold
2005-06-08Oops! Compile error on ondio and gmini... fixed nowTomas Salfischberger
2005-06-08Bugfix: It was impossible to shut the iriver down with the remote.Tomas Salfischberger
2005-06-08Killed a warning :)Tomas Salfischberger
2005-06-08More optimized fix (doing GPIO1_READ just once)Tomas Salfischberger
2005-06-08Fixed bug, the remote play/pause button (BUTTON_RC_ON) worked with hold on.Tomas Salfischberger
2005-04-19iRiver: added support for hold-button on main unit and remote controlChristian Gmeiner
2005-04-18iRiver: Correct port pin setup for the local and remote keypadLinus Nielsen Feltzing
2005-04-15iRiver: Independent backlight timers for the main and remote LCDLinus Nielsen Feltzing
2005-02-11iRiver: Support for remote control buttonsLinus Nielsen Feltzing
2005-02-10iRiver: added remote hold switch, and allow shutdown when chargingLinus Nielsen Feltzing
2005-02-07long policyJean-Philippe Bernardy
2005-02-05more precise settings for GMini adc levelsJean-Philippe Bernardy
2005-02-02Added ON button support for gminiJean-Philippe Bernardy
2005-01-27Ooops, I did it again...Linus Nielsen Feltzing
2005-01-27button_status() no longer calls button_read(), since it isn't interrupt safeLinus Nielsen Feltzing
2005-01-23(1) Remapped BUTTON_CANCEL->BUTTON_OFF for gmini better representing its func...Jens Arnold
2005-01-10Jean-Philippe Bernardy: gmini100 keypad supportDaniel Stenberg
2004-12-01Button driver overhaul: (1) Unified the button driver functions as much as po...Jens Arnold
2004-11-30Properly initialize Port A button input pins (player coldstart)Jens Arnold
2004-11-25Remote control working againJens Arnold
2004-11-18Added iRiver button handlingLinus Nielsen Feltzing
2004-10-12Now the FM, V2 and Ondio players use the new SYS_POWEROFF event. Now you can ...Linus Nielsen Feltzing
2004-10-08Button flip enabled on OndioJens Arnold
2004-09-28a hell of a commit: changed several HAVE_xx configuration flags into multiple...Jörg Hohensohn
2004-09-23Added debouncing to the Ondio button driver.Jens Arnold
2004-09-23Fixed yellow buildHenrik Backe
2004-09-23An attempt to filter the button readingLinus Nielsen Feltzing
2004-09-20Disabled all code for the serial remote on Ondio, since the serial port is ne...Jens Arnold
2004-09-20Removed the Neo code. Nobody is interested in it.Björn Stenberg
2004-09-19Redesigned the button handling. The code now uses symbolic function defines i...Björn Stenberg
2004-09-15Ondio levels adjusted, use ADC channel namesJörg Hohensohn
2004-09-10minor oopsJörg Hohensohn
2004-09-10adjustment for the Ondio: button driver has an Odio part, for now it has a Pl...Jörg Hohensohn
2004-09-01button_clear_queue() now works as expectedLinus Nielsen Feltzing
2004-07-24Now doesn't generate extraneous key-down events when releasing one key in a c...Linus Nielsen Feltzing
2004-07-21Added raw button reading functionalityLinus Nielsen Feltzing
2004-06-22Added reset_poweroff_timer(), which can be used to prevent idle poweroff. Thi...Linus Nielsen Feltzing
2004-06-16remove C++/C99 commentDaniel Stenberg
2004-03-22No need to turn on the backlight for remote button presses.Björn Stenberg