summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/sandisk/sansa-e200/button-e200.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat1-4/+4
2014-03-03kernel: Break out kernel primitives into separate files and move to separate ...Thomas Martitz1-0/+1
2011-01-16e200v1 seems to be ok using USB-enabled bootloader. Also, include the bootloa...Michael Sevakis1-0/+4
2010-09-17Make the call to buttonlight_on() properly depend on HAVE_BUTTON_LIGHTFrank Gevaerts1-0/+2
2010-06-22e200v1: What's the wheel deal? Rework wheel code to make it a bit more straig...Michael Sevakis1-141/+180
2008-06-29Move declaration of button_int and clickwheel_int to the proper header file i...Bertrik Sikken1-2/+0
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-12Undo r17470 because of regressions in some debug menus.Andree Buschmann1-3/+0
2008-05-12Fix for FS#5162. Being able to read scrollwheel action via button_read_device...Andree Buschmann1-0/+3
2008-01-10Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...Jonathan Gordon1-2/+2
2007-11-19FS#7738 - Scroll wheel acceleration for iPodLinus Nielsen Feltzing1-8/+7
2007-10-07Name all button light functions and variables consistently starting with butt...Jens Arnold1-1/+1
2007-09-18Kick the idle poweroff timer on wheel activity. Should fix FS #7786Peter D'Hoye1-0/+2
2007-08-06Hrmph. That was just weird to do that.Michael Sevakis1-1/+1
2007-08-06e200: Make sure backlight will never get stuck off for long periods from the ...Michael Sevakis1-2/+3
2007-07-22Wheel acceleration for e200. A general acceleration interface intended for us...Michael Sevakis1-24/+67
2007-06-17PP5024 (e200): There's more than one HI IRQ bit for enabling GPIO IRQs. Port ...Michael Sevakis1-1/+1
2007-06-03e200: Update the button init code to be more correct for using GPIO IRQs.Michael Sevakis1-8/+12
2007-06-03e200: Finally use GPIO IRQs for the buttons...it's IRQ enable bit 33 afterall...Michael Sevakis1-26/+16
2007-05-25Bring buttons back to the e200 bootloader?Michael Sevakis1-13/+24
2007-05-11Didn't even notice that Sansa bootloader warning until now. Fix it.Michael Sevakis1-0/+2
2007-05-11GPIO IRQ ready button driver for e200 series. Can't actually use them yet but...Michael Sevakis1-94/+176
2007-04-22clean up some #include'sChristian Gmeiner1-5/+0
2007-04-22fix bootloaderJonathan Gordon1-0/+2
2007-04-22e200: Make the wheel light timeout configurable (under settings > system) (FS...Jonathan Gordon1-24/+1
2007-04-19allow the backlight on hold setting to work correctly on sansaJonathan Gordon1-2/+0
2007-04-17hmm.... do it a bit nicerlyJonathan Gordon1-1/+1
2007-04-17Only trigger a wheel press once per click like the OFJonathan Gordon1-1/+6
2006-12-18Add support for Sansa scrollwheel backlight. Turn light on when scrollwheel i...Barry Wardell1-1/+32
2006-12-16Add support for scroll wheel to Sansa button driver. Should be replaced with ...Barry Wardell1-1/+61
2006-10-16Fix a stupid bug (thanks to Frieder Ferlemann.) Get rid of MS-DOS line endings.Daniel Ankers1-1/+1
2006-10-14Untested first attempt at a Sansa button driver. Based on work by MrHDaniel Ankers1-0/+82