summaryrefslogtreecommitdiffstats
path: root/firmware/drivers/button.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-27button: allow disabling software poweroffFranklin Wei1-1/+15
2019-02-07transflective LCDs: fix "first buttonpress enables backlight only"Sebastian Leonhardt1-1/+9
2019-01-04Add HAVE_LINEOUT_DETECTION and associated logicSolomon Peachy1-14/+38
2017-01-21Fix dumb typo in button.c.Michael Sevakis1-1/+1
2017-01-21action.c must desist in calling set_cpu_frequency from a tickMichael Sevakis1-35/+71
2015-02-02iBasso DX50/DX90: Major code cleanup and reorganization.Udo Schläpfer1-0/+21
2014-03-18Fix (unintentional) linkage of HAVE_BUTTON_DATA with HAVE_TOUCHSCREENSebastian Leonhardt1-1/+1
2013-09-05touch devices: Disable touch on softlock.Jean-Louis Biasini1-0/+12
2012-04-15FS#10345 - Gigabeat: Switch volume buttons in Upside Down modeBertrik Sikken1-2/+4
2011-06-04Android: listen to ACTION_AUDIO_BECOMING_NOISY for headphone (FS#12097).Dominik Riebeling1-1/+1
2011-03-13Fix FS#11894 - Sansa Clip+ Volume Buttons don't switch when Upside Down is ac...Bertrik Sikken1-2/+2
2011-02-14All kernel objects in code shared amongs targets (core, plugins, codecs) shou...Michael Sevakis1-1/+1
2010-11-14Hopefully fix FS#11696: scrollwheel doesn't respond in some cases.Magnus Holmgren1-3/+3
2010-09-22Enlarge the button post interval against audio drop outs, Too many lcd updatesThomas Martitz1-2/+2
2010-09-22Touchscreen: button driver improvementsThomas Martitz1-28/+61
2010-09-15button driver: make repeat timings be centiseconds and not ticksRafaël Carré1-6/+6
2010-06-21Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...Thomas Martitz1-3/+3
2010-05-29Commit FS#10887 by me. Change the check for software poweroff to be that the...Michael Giacomelli1-1/+1
2010-05-15Revert r26055 since it breaks certain Archos targets.Michael Sevakis1-4/+0
2010-05-15- Move uisimulator/sdl/*.[ch] into the target tree, under firmware/target/hos...Thomas Martitz1-5/+4
2010-05-15If HAVE_POWEROFF_WHILE_CHARGING is not defined and the charging configuration...Michael Sevakis1-0/+4
2009-12-04FS#10711 by Martin Ritter fixes handling of the 'First Keypress Enables Backl...Nils Wallménius1-1/+1
2009-10-05Fix red: Invert buttons in RTL modeTomer Shalev1-34/+4
2009-10-05Invert buttons in RTL modeTomer Shalev1-4/+34
2009-10-05Simulator buttons: Remove a hack and make brickmania work the same as on target.Karl Kurbjun1-4/+0
2009-10-05Fix RedKarl Kurbjun1-0/+2
2009-10-05Button Driver: Add button_status support with data - allows for reading the /...Karl Kurbjun1-0/+10
2009-09-23Fix red for HAS_SERIAL_REMOTEThomas Martitz1-1/+1
2009-09-23Fix non-hold button and headphone detection target sims.Thomas Martitz1-1/+1
2009-09-23Rework the simulators button reading to not implement it's own complete driver.Thomas Martitz1-8/+19
2009-07-07Philips SA9200: fix the buttons to work with flip screen mode (does anyone us...Mark Arigo1-0/+14
2009-04-20beginings of a working touchscreen interface for the WPS. 2 new tags:Jonathan Gordon1-3/+16
2009-03-02Split HAVE_SCROLLWHEEL into HAVE_SCROLLWHEEL and HAVE_WHEEL_ACCELERATION, whe...Thomas Martitz1-2/+2
2009-01-21Unify kernel list management for ticks, registered queues and timeout objects...Michael Sevakis1-2/+2
2008-12-31Decouple the statusbar drawing from the rest of the screen drawing. it is not...Jonathan Gordon1-1/+0
2008-09-03C200: Also flip the function of the volume buttons when display flip is enabl...Marianne Arnold1-0/+9
2008-08-23Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREENMaurus Cuelenaere1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-10Bring Gigabeat S bootloader one step close to a release version.Michael Sevakis1-0/+7
2008-04-02Greyscale library: * Implement linearisation curve flipping for 1st/2nd Gen i...Jens Arnold1-4/+5
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis1-2/+2
2008-01-27Use the timeout API as a oneshot for headphone plug debouncing. Set at 1s for...Michael Sevakis1-21/+31
2008-01-10Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...Jonathan Gordon1-7/+7
2007-11-19FS#7738 - Scroll wheel acceleration for iPodLinus Nielsen Feltzing1-7/+21
2007-10-22touchpad driver for the mrobe. nothing in apps/ uses it yet.Jonathan Gordon1-9/+39
2007-10-16Take out some NOCACHEBSS_ATTR's that were accidentally left. Put some threadi...Michael Sevakis1-1/+1
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis1-3/+3
2007-10-09fix yellow and some house cleaningRobert Kukla1-1/+1
2007-10-09FS#7487 - mpegplayer - video start time seek with resumeRobert Kukla1-0/+5
2007-10-07Name all button light functions and variables consistently starting with butt...Jens Arnold1-1/+1