summaryrefslogtreecommitdiff
path: root/packages/ipaq-sleep/files
AgeCommit message (Collapse)AuthorFiles
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko3
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe1
2007-12-31ipaq-sleep 0.9: Remove supposed fixes for all bugs except the most prominent ↵Paul Sokolovsky1
one. * Apparently, it was big, big mistake to touch this code. Code Police, thy curse can't be lifted, let Perl be my witness! * Leave only obvious fix (off-by one error) for #3540. * Fixes #3586. (Well, it should. Noone really have reported that ipaq-sleep does *not* use 100% of CPU time during its normal course of action.) * This puts average latency of backlight coming back up after it was power-saved and touch/keypress happens to 1 second (which was the matter of other fixes, which reduced latency to ~0.2s).
2007-12-26ipaq-sleep 0.9: Fix issue with wrong autosuspend timer calc.Paul Sokolovsky1
* This code is sick.
2007-12-26ipaq-sleep 0.9: More fixes.Paul Sokolovsky1
* Don't try to interpret APM status when it's not available. * Don't assume X mode is always active.
2007-12-26ipaq-sleep 0.9: Unbreak, so to say.Paul Sokolovsky1
* If there's something to unbreak... Do following: 1. Support logging. Software without logging is now software, but a random wreck. 2. Don't do off-by-one errors. 3. Don't bug on system every 2 seconds. Instead, do a select on X connection to catch touchscreen events ASAP. This doesn't work for keys though, there's larger latency. As for other checks, do them once in 5s. 4. The whole thing must die. Soon. * Mark configs propery for ipkg. * Should fix #3540.
2006-08-12ipaq-sleep 0.9: add patch to fix install issuesKoen Kooi1
2006-06-06ipaq-sleep: Fix /e/i/ipaq-sleep stop for busybox start-stop-daemon as ↵Matthias Hentges2
gpe-conf sleep depends on it to work