summaryrefslogtreecommitdiff
path: root/firmware/target/arm/sandisk/sansa-e200/button-e200.c (follow)
Commit message (Expand)AuthorAge
* Get rid of stupid _backlight_* function namesMarcin Bukat2015-01-12
* kernel: Break out kernel primitives into separate files and move to separate ...Thomas Martitz2014-03-03
* e200v1 seems to be ok using USB-enabled bootloader. Also, include the bootloa...Michael Sevakis2011-01-16
* Make the call to buttonlight_on() properly depend on HAVE_BUTTON_LIGHTFrank Gevaerts2010-09-17
* e200v1: What's the wheel deal? Rework wheel code to make it a bit more straig...Michael Sevakis2010-06-22
* Move declaration of button_int and clickwheel_int to the proper header file i...Bertrik Sikken2008-06-29
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Undo r17470 because of regressions in some debug menus.Andree Buschmann2008-05-12
* Fix for FS#5162. Being able to read scrollwheel action via button_read_device...Andree Buschmann2008-05-12
* 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
* Name all button light functions and variables consistently starting with butt...Jens Arnold2007-10-07
* Kick the idle poweroff timer on wheel activity. Should fix FS #7786Peter D'Hoye2007-09-18
* Hrmph. That was just weird to do that.Michael Sevakis2007-08-06
* e200: Make sure backlight will never get stuck off for long periods from the ...Michael Sevakis2007-08-06
* Wheel acceleration for e200. A general acceleration interface intended for us...Michael Sevakis2007-07-22
* PP5024 (e200): There's more than one HI IRQ bit for enabling GPIO IRQs. Port ...Michael Sevakis2007-06-17
* e200: Update the button init code to be more correct for using GPIO IRQs.Michael Sevakis2007-06-03
* e200: Finally use GPIO IRQs for the buttons...it's IRQ enable bit 33 afterall...Michael Sevakis2007-06-03
* Bring buttons back to the e200 bootloader?Michael Sevakis2007-05-25
* Didn't even notice that Sansa bootloader warning until now. Fix it.Michael Sevakis2007-05-11
* GPIO IRQ ready button driver for e200 series. Can't actually use them yet but...Michael Sevakis2007-05-11
* clean up some #include'sChristian Gmeiner2007-04-22
* fix bootloaderJonathan Gordon2007-04-22
* e200: Make the wheel light timeout configurable (under settings > system) (FS...Jonathan Gordon2007-04-22
* allow the backlight on hold setting to work correctly on sansaJonathan Gordon2007-04-19
* hmm.... do it a bit nicerlyJonathan Gordon2007-04-17
* Only trigger a wheel press once per click like the OFJonathan Gordon2007-04-17
* Add support for Sansa scrollwheel backlight. Turn light on when scrollwheel i...Barry Wardell2006-12-18
* Add support for scroll wheel to Sansa button driver. Should be replaced with ...Barry Wardell2006-12-16
* Fix a stupid bug (thanks to Frieder Ferlemann.) Get rid of MS-DOS line endings.Daniel Ankers2006-10-16
* Untested first attempt at a Sansa button driver. Based on work by MrHDaniel Ankers2006-10-14