summaryrefslogtreecommitdiff
path: root/firmware/drivers/button.c (unfollow)
Commit message (Expand)Author
2006-12-19Convert queues to use intptr_t for event data and return values as most of th...Michael Sevakis
2006-11-27Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deact...Jens Arnold
2006-11-10Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.Jens Arnold
2006-11-10clean up some artifacts left behind from the hxxx move to target treeJonathan Gordon
2006-11-09Target tree support for Iriver iFP.Tomasz Malesinski
2006-10-30remove some uneeded #ifdefsJonathan Gordon
2006-10-29move the iriver h1x0/h3x0 button driver to target treeJonathan Gordon
2006-10-07Move iPod headphone detection into target tree (FS#6131 by Robert Keevil) and...Daniel Ankers
2006-10-05Move all iPod targets into the target tree. FS#5890Barry Wardell
2006-09-26Add wheel_status() function to the ipod "4g" button driver (i.e. all ipods ex...Dave Chapman
2006-09-26Patch #6067 from Robert Keevil - enable headphone detection for the remaining...Dave Chapman
2006-09-26Patch #4899 by Robert Keevil - Automatic pause on iPod when removing the head...Linus Nielsen Feltzing
2006-09-25Fix "Upside down" behaviour on H10. We need to flip horizontally as well as v...Barry Wardell
2006-09-16New scheduler, with priorities for swcodec platforms. Frequent taskMiika Pekkarinen
2006-09-12Added the power off to x5 remote play button. 3s delay seems confortable and ...Michael Sevakis
2006-09-10Added remote backlight on hold option to players with remote hold switch. Dis...Michael Sevakis
2006-08-08fixed bootloader problem not only for x5.Rani Hod
2006-08-08Accepted FS #5772 by Michael SevakisRani Hod
2006-07-27Moved the X5 button driver to the target treeLinus Nielsen Feltzing
2006-06-06Work-in-progress rework of charging status reading & display: * Changed sever...Jens Arnold
2006-04-24Ipods, X5: Proper backlight behaviour on buton unlock.Jens Arnold
2006-04-20Prevent scroll wheel on mini 1g from over-scrolling when scrolling very fast.Frank Dischner
2006-04-19Fix button driver for ipod mini 1G.Frank Dischner
2006-04-16H300 (and H1x0): Improved button debouncing. Solves the possible 'fake double...Jens Arnold
2006-04-06Since we poll buttons every tick now, the extra if() checking the polling int...Jens Arnold
2006-04-06Do extra filtering in H300 (and H100) main unit button reading to suppress wr...Jens Arnold
2006-04-01greyscale iPod LCD: Working display flip. * Correct register definitions for ...Jens Arnold
2006-03-30iPod mini 2G: Use iPod 4G button driver instead of special minin 1G code. But...Jens Arnold
2006-03-26ok, this is the correct PLAY/REC swap!Daniel Stenberg
2006-03-25Patch #4913 by David Rothenberger with some changes by me: add only backlight...Hristo Kovachev
2006-03-24New option: First keypress enables backlight only. Patch #2920 by Nicolas Pen...Björn Stenberg
2006-03-21Removed an unneeded BUTTON_HOLD define for iPod 3GHristo Kovachev
2006-03-19Reduce code size and generally clean up the button driver more! * Add 'wheel ...Brandon Low
2006-03-18Improve button driver performance on ipod a bit by moving around queue checks...Brandon Low
2006-03-10Code policingBrandon Low
2006-03-09iAudio X5: Remote control buttonsLinus Nielsen Feltzing
2006-03-07Additional minor button interrupt tweaks, in a completely unscientific way, t...Brandon Low
2006-03-07Slight simplification of scroll button driverBrandon Low
2006-03-05More efficient button_read() for archos recorders and Ondios.Jens Arnold
2006-02-27Patch #3060 from Andrew Scott - iPod mini button driverDave Chapman
2006-02-24More iPod 3G work from Seven Le MesleDave Chapman
2006-02-24Ooops. Forgot to remove some debug codeLinus Nielsen Feltzing
2006-02-24Button driver for iAudio X5Linus Nielsen Feltzing
2006-02-20Multiple remote support for iriver Hxxx stage 2: now button_read() returns co...Hristo Kovachev
2006-02-19Adaptive button repeat: adapts repeat rate depending on the ability of the ap...Jens Arnold
2006-02-18iPods - implement button_hold() functionDave Chapman
2006-02-10Make the clickwheel driver stop buffering events if Rockbox is too busyThom Johansen
2006-02-07Fine-tuned ADC values for H300 button driver.Jens Arnold
2006-02-05Correct the comment to match the new codeDave Chapman
2006-02-05iPod: Increase udelay() up to 50 - this was causing problems when the hold sw...Dave Chapman