summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/device/odevice_zaurus.h
AgeCommit message (Collapse)AuthorFilesLines
2005-09-03fun with namespaces and moc... this patch fixes the hinge sensor on ↵mickeyl1-0/+3
clamshell Zaurii
2005-08-31- add support for the new Switches type in the Linux Input System (coming ↵mickeyl1-0/+6
with 2.6.14) - use the new Switches support to rewrite the hinge sensor handling on Zaurus models w/ 2.6 - add Switches support to SysInfo, OInputSystem, oinputsystemdemo
2005-08-23add support for the Sharp SL-C3100 "Borzoi"mickeyl1-1/+1
2005-06-09add support for the linux 2.6 backlight interface on tosa, poodle, and colliemickeyl1-2/+3
2005-03-31add basic support for the Sharp SL-C1000 (Akita) PDAmickeyl1-21/+21
2005-03-21on non-embedix kernel zaurii devices don't wait after suspend 'causealwin1-0/+1
apm there is synchronous. for that I had to move a variable from private to protected in abstractmobiledevice.
2005-03-13inserted a keyevent-filter just used by CL3000 and C7x0/C8x0.alwin1-25/+29
That way I map the cursor keys depending on hinge-status, eg, on portrait mode scrolling wheel down the cursor key will realy key down and not key left. If this is the wrong place, please correct and tell me - I had tooked this idea and code from iPAQ (but it works fine this moment).
2005-02-17Add OAbstractMobileDevice with implementations for suspend and setDisplayStatuszecke1-3/+2
Switch our implementations over to this partial implementation of ODevice
2005-01-29use FB_BLANK_UNBLANK and FB_BLANK_POWERDOWN for the 2.6 interfacemickeyl1-1/+5
2005-01-23remove setSoftSuspend() from ODevice. this is a left-over from the old daysmickeyl1-2/+0
2005-01-23- consolidate reading hinge sensor into one placemickeyl1-1/+1
- return proper rotation and direction if hinge sensor not present (like in 2.6 atm.)
2005-01-10make the SL-C3000 (Sharp Spitz) known to ODevicemickeyl1-2/+3
2005-01-01rewrite backlight stuffmickeyl1-11/+9
2005-01-01clean up a bit and start w/ introducing SL-6000 supportmickeyl1-4/+43
2004-05-01Pass on the Hardware line of proc/cpuinfo so we don't need to parse the file ↵zecke1-1/+1
again.. only adjusted iPAQ backend to use it Beginning of hh22xx Linux2.6 support
2004-04-04Opie::XYZ::Private -> Opie::XYZ::Internalzecke1-1/+1
2004-03-13Move XML class to internal PIMzecke1-2/+6
Add namespaces!!! Opie::Core and Opie::Core::Private Opie::Net and Opie::Net::Private Opie::Ui and Opie::Ui::Private Opie::MM and Opie::MM::Private Opie::DB and Opie::DB::Private PIM classes are not yet converted because we will do other work on it as well
2004-02-07Rename the rest bunch of functions <- fix compiling...zecke1-3/+3
Readd the todo mark about constness initButtons is not const...
2004-01-13- rewrite device detectionmickeyl1-0/+96
- cleanup - split odevice stuff into header and cpp files - Note for next buildsystem: Don't link all header files but distinguish between public and private headers, e.g. odevice.h is public while odevice_ipaq.h is private.