index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
/
sandisk
/
sansa-e200
/
button-e200.c
Age
Commit message (
Expand
)
Author
2008-06-29
Move declaration of button_int and clickwheel_int to the proper header file i...
Bertrik Sikken
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-12
Undo r17470 because of regressions in some debug menus.
Andree Buschmann
2008-05-12
Fix for FS#5162. Being able to read scrollwheel action via button_read_device...
Andree Buschmann
2008-01-10
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make...
Jonathan Gordon
2007-11-19
FS#7738 - Scroll wheel acceleration for iPod
Linus Nielsen Feltzing
2007-10-07
Name all button light functions and variables consistently starting with butt...
Jens Arnold
2007-09-18
Kick the idle poweroff timer on wheel activity. Should fix FS #7786
Peter D'Hoye
2007-08-06
Hrmph. That was just weird to do that.
Michael Sevakis
2007-08-06
e200: Make sure backlight will never get stuck off for long periods from the ...
Michael Sevakis
2007-07-22
Wheel acceleration for e200. A general acceleration interface intended for us...
Michael Sevakis
2007-06-17
PP5024 (e200): There's more than one HI IRQ bit for enabling GPIO IRQs. Port ...
Michael Sevakis
2007-06-03
e200: Update the button init code to be more correct for using GPIO IRQs.
Michael Sevakis
2007-06-03
e200: Finally use GPIO IRQs for the buttons...it's IRQ enable bit 33 afterall...
Michael Sevakis
2007-05-25
Bring buttons back to the e200 bootloader?
Michael Sevakis
2007-05-11
Didn't even notice that Sansa bootloader warning until now. Fix it.
Michael Sevakis
2007-05-11
GPIO IRQ ready button driver for e200 series. Can't actually use them yet but...
Michael Sevakis
2007-04-22
clean up some #include's
Christian Gmeiner
2007-04-22
fix bootloader
Jonathan Gordon
2007-04-22
e200: Make the wheel light timeout configurable (under settings > system) (FS...
Jonathan Gordon
2007-04-19
allow the backlight on hold setting to work correctly on sansa
Jonathan Gordon
2007-04-17
hmm.... do it a bit nicerly
Jonathan Gordon
2007-04-17
Only trigger a wheel press once per click like the OF
Jonathan Gordon
2006-12-18
Add support for Sansa scrollwheel backlight. Turn light on when scrollwheel i...
Barry Wardell
2006-12-16
Add support for scroll wheel to Sansa button driver. Should be replaced with ...
Barry Wardell
2006-10-16
Fix a stupid bug (thanks to Frieder Ferlemann.) Get rid of MS-DOS line endings.
Daniel Ankers
2006-10-14
Untested first attempt at a Sansa button driver. Based on work by MrH
Daniel Ankers