summaryrefslogtreecommitdiff
path: root/firmware/drivers/button.c (follow)
Commit message (Expand)AuthorAge
* Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz2010-06-21
* Commit FS#10887 by me. Change the check for software poweroff to be that the...Michael Giacomelli2010-05-29
* Revert r26055 since it breaks certain Archos targets.Michael Sevakis2010-05-15
* - Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...Thomas Martitz2010-05-15
* If HAVE_POWEROFF_WHILE_CHARGING is not defined and the charging configuration...Michael Sevakis2010-05-15
* FS#10711 by Martin Ritter fixes handling of the 'First Keypress Enables Backl...Nils Wallménius2009-12-04
* Fix red: Invert buttons in RTL modeTomer Shalev2009-10-05
* Invert buttons in RTL modeTomer Shalev2009-10-05
* Simulator buttons: Remove a hack and make brickmania work the same as on target.Karl Kurbjun2009-10-05
* Fix RedKarl Kurbjun2009-10-05
* Button Driver: Add button_status support with data - allows for reading the /...Karl Kurbjun2009-10-05
* Fix red for HAS_SERIAL_REMOTEThomas Martitz2009-09-23
* Fix non-hold button and headphone detection target sims.Thomas Martitz2009-09-23
* Rework the simulators button reading to not implement it's own complete driver.Thomas Martitz2009-09-23
* Philips SA9200: fix the buttons to work with flip screen mode (does anyone us...Mark Arigo2009-07-07
* beginings of a working touchscreen interface for the WPS. 2 new tags:Jonathan Gordon2009-04-20
* Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, whe...Thomas Martitz2009-03-02
* Unify kernel list management for ticks, registered queues and timeout objects...Michael Sevakis2009-01-21
* Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon2008-12-31
* C200: Also flip the function of the volume buttons when display flip is enabl...Marianne Arnold2008-09-03
* Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREENMaurus Cuelenaere2008-08-23
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Bring Gigabeat S bootloader one step close to a release version.Michael Sevakis2008-05-10
* Greyscale library: * Implement linearisation curve flipping for 1st/2nd Gen i...Jens Arnold2008-04-02
* Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis2008-03-26
* Use the timeout API as a oneshot for headphone plug debouncing. Set at 1s for...Michael Sevakis2008-01-27
* Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...Jonathan Gordon2008-01-10
* FS#7738 - Scroll wheel acceleration for iPodLinus Nielsen Feltzing2007-11-19
* touchpad driver for the mrobe. nothing in apps/ uses it yet.Jonathan Gordon2007-10-22
* Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi...Michael Sevakis2007-10-16
* Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis2007-10-16
* fix yellow and some house cleaningRobert Kukla2007-10-09
* FS#7487 - mpegplayer - video start time seek with resumeRobert Kukla2007-10-09
* Name all button light functions and variables consistently starting with butt...Jens Arnold2007-10-07
* Commit a subset of the dual core changes that have to do with cache handling,...Michael Sevakis2007-09-28
* Enabled button light for Sansa C200Björn Stenberg2007-09-25
* Enable a lot more features for simulators and add stubs where necessary, simu...Nils Wallménius2007-08-12
* Wheel acceleration for e200. A general acceleration interface intended for us...Michael Sevakis2007-07-22
* fix the gigabeat remote button not working when backlight is off and filter f...Jonathan Gordon2007-05-20
* Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold2007-04-12
* Make scheduler functions thread safe core wise. A big step towards playback r...Miika Pekkarinen2007-03-26
* Make private function static on variable CPU frequency targets. Kill it on fi...Jens Arnold2007-03-11
* Optimized the gui list code performance, including automatic frame dropping a...Miika Pekkarinen2007-03-11
* Fix CONFIG_BACKLIGHT warnings.Jens Arnold2007-02-18
* CONFIG_CHARGINGJonathan Gordon2007-02-18
* Convert queues to use intptr_t for event data and return values as most of th...Michael Sevakis2006-12-19
* Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deact...Jens Arnold2006-11-27
* Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold2006-11-10
* clean up some artifacts left behind from the hxxx move to target treeJonathan Gordon2006-11-10
* Target tree support for Iriver iFP.Tomasz Malesinski2006-11-09