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