summaryrefslogtreecommitdiff
path: root/libopie/odevice.cpp
AgeCommit message (Collapse)AuthorFilesLines
2002-10-07Fixed the "can't suspend 38xx's anymore by pressing power" bug -- I forgotsandman1-2/+2
to remove a break, when I moved the keyfilter code from the launcher to ODevice
2002-10-01Small bug fix for iPAQ only: screensaver "dim" didn't work anymore -sandman1-1/+2
the backlight was already powered off at level 0
2002-09-30- partly rearranged for better bc in the futuresandman1-124/+285
- led handling rewritten - cleanups - another try at fixing the OZ suspend "glitches"
2002-09-27Check for /etc/oz_version.. tired of seeing OpenZaurus v0.0 in opie-login.kergoth1-0/+8
2002-09-06Fix for the new OD_IO macrossandman1-6/+8
2002-09-06Added new functionality to libopie / ODevice, regarding LCD control (on/offsandman1-20/+144
brightness)
2002-09-05- added a setPowerButtonHandler() for iPAQs and Zssandman1-5/+65
(-> disableAPM() in launcher can be removed) - another try to fix the OZ suspend code
2002-09-05suspend code now also calls sync() to flush fs caches (just like apm tool)sandman1-2/+4
2002-09-05Use SIG_IGN rather than an empty handler to ignore SIG_TSTP.kergoth1-7/+1
2002-08-28Use the new iPAQ suspend code for all supported platforms (that is OZsandman1-65/+54
right now ;) )
2002-08-06- Fix for the "iPAQ won't suspend until apm --suspend is called" problemsandman1-1/+3
- Improved the resume delay until the LCD backlight is on again
2002-08-041) Fixes for suspend/resume (improved it for iPAQ, shouldn't have changedsandman1-0/+62
anything for Z) -- It seems that this also fixes the 70% CPU load problem (needs more testing/feedback though) 2) the launcher now creates a /var/run/opie.pid file containing its pid 3) the launcher catches SIGTERM and kills all its child processes
2002-07-27Small extension to read the system versionsandman1-1/+15
(currently only functional for familiar)
2002-07-01take out debugsllornkcor1-2/+2
2002-07-01had to add some ifndef QT_QWS_EBX around Sound things for some odd reason. ↵llornkcor1-34/+73
added sharp_buz empty defines for future usage
2002-06-25Request from ljp: alarm/key/tap sounds should now also work on "Unknown"sandman1-28/+20
modells (this includes x86 simulation)
2002-06-18Reimplemented OHwInfo as ODevice with enhanced capabilitiessandman1-0/+469
ODevice should replace custom-*.h in the future (iPAQ is finished)