summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/device
AgeCommit message (Collapse)AuthorFilesLines
2007-02-08This commit provides support for any iPAQ handheld that runs a 2.6 kernelerik1-57/+44
and follows the backlight class in sysfs. This patch was originally done by an unknown poster and maintained by Paul S. Thanks all who contributed.
2007-01-29Each file in this commit has an issue where the initial value of a variableerik1-2/+1
is assumed to be something but no initial value is given. This commit changes that by either assigning an initial value or removing the assumption on an initial value (usually the former).
2006-12-13changed suspend button mapping for mypal too same as for ipaqsaquadran1-3/+3
2006-12-13Committed patch provided by Paul Solkolovsky which combines allkorovkin2-51/+43
the 2.6 based PDAs togeter. Thank you Paul!
2006-08-02improve ipaq 2200, 4xxx, 4700 support. patches courtesy R.Wagner, E.Hovland, ↵mickeyl2-6/+42
P.Sokolovsky. thanks guys
2006-07-14more htc universal stuffllornkcor2-186/+76
2006-06-09changed access method for lcd sys params of ipaq h191x and mypal a716 based ↵aquadran2-29/+79
on Slavek Banko patch
2006-06-09add brightness control for motorola ezxmickeyl1-44/+11
2006-05-19add preliminary support for the Motorola EZX Linux phone platformmickeyl5-17/+452
see http://openezx.org
2006-05-16Zaurus ODevice: fix brightness control for Collie/Poodlehrw1-1/+1
2006-04-27libopie2/opiecore/device/:zecke2-1/+14
Patch by hrhr to add basic backlight support for the hx4700 series of iPAQs to ODevice
2006-04-23add support for HTC Universal devicellornkcor1-0/+721
2006-04-23add support for HTC Universal devicellornkcor4-4/+168
2006-02-06odevice: tosa now uses corgi-bl. patch courtesy Dirk Opfer - thanksmickeyl1-3/+0
2006-01-23libopiecore: /etc/oz_version renamed to /etc/openzaurus-versionhrw1-1/+1
2005-12-29changed power button mappings for h1915 and asus mypal 716aquadran2-2/+6
2005-11-02ODevice iPAQ h191x and MyPal Asus:zecke2-4/+4
Patch by Pawel Kolodziejski to change the maximum brightnes for H191x and Asus MyPAL.
2005-10-07libopie2/opiecore/device/odevice_ipaq.cpp:zecke1-1/+1
-make it compile. This line should have been H1940 in the patch. Now I even compiled libopiecore before comitting ;)
2005-10-06ODevice patch from #1701 gor hp1940zecke2-1/+8
-Allocate device number -Some implementation
2005-09-03fun with namespaces and moc... this patch fixes the hinge sensor on ↵mickeyl3-4/+19
clamshell Zaurii
2005-08-31- add support for the new Switches type in the Linux Input System (coming ↵mickeyl2-8/+71
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-27call QCopChannel::send() instead of using a QCopEnvelopmickeyl2-26/+14
2005-08-27call processEvents() to make it more likely^w^w^wsure the QCopEnvelope gets ↵mickeyl2-0/+4
processed
2005-08-24fix STUPID bug by remembering that a QCopEnvelope is sent in the object ↵mickeyl2-5/+13
destructor sometimes C++ is too tricky for human beings :/
2005-08-23add support for the Sharp SL-C3100 "Borzoi"mickeyl3-4/+15
2005-08-17split rotation handling of c7x0 and CXK because of the W100 Rot0 special casemickeyl1-3/+14
2005-08-10libopie:zecke1-2/+4
-Build the Asus MyPal ODevice implementation
2005-08-10libopie2/opiecore/device/odevice.h:zecke1-43/+50
-Reduce the maximum amount of numbers a vendor (e.g. iPAQ) can have to 16 bit in favor of supporting more vendors -Introduce AsusMyPal support -Change the numbering of iPAQ models to be 1,2,3,4 like we do with the other vendors.
2005-08-10libopie2/opiecore/device/odevice_ipaq.cpp:zecke1-26/+37
-Restore the Opie Header -Partially redo the H19xx handling
2005-08-10libopie2/opiecore/odevice.cpp:zecke1-0/+2
-Patch by "Pawel Kolodziejski" <pablo@omega.xtr.net.pl> to instantiate the Asus MyPal implementation
2005-08-10libope2/opiecore/odevice_mypal.[cpp,h]:zecke2-0/+330
-Patch by "Pawel Kolodziejski" <pablo@omega.xtr.net.pl> to add Asus MyPal support to Opie
2005-08-04ODevice:zecke3-14/+50
Patch by Pawel Kolodziejski (pablo _BEI_ omega.xtr.net.pl) to add support for the H19xx series of iPAQs
2005-07-22odevice: fix SL6000 rotation + record button mappingmickeyl1-2/+37
2005-06-27simpad: restore file header, zaurus: send returnFromSuspend messagemickeyl2-24/+25
2005-06-26ODevice now features a method to gather the preferred qte driver.mickeyl3-5/+24
The default driver is "Transformed". C7x0 Zaurus devices use "W100" from now on.
2005-06-21- repair broken headers (tss...)mickeyl2-34/+35
- fix logical error in ODevice::sendSuspendmsg() - send qcop signal returnFromSuspend() after resuming from suspend - remove debug macro from opcmciasystem; better do this from the .pro file with DEFINES +=
2005-06-09add support for the linux 2.6 backlight interface on tosa, poodle, and colliemickeyl2-28/+42
2005-04-05Use OResource for loading imagesdrw9-225/+240
2005-04-05crash-fix in odevice.cpp while scanning the distribution table (#1565)deller1-1/+1
2005-03-31check for '2.4' kernel rather than for an Embedix version, since we willmickeyl2-20/+8
most likely neither see a unified 2.4 OZ kernel, nor a Embedix 2.6.
2005-03-31add basic support for the Sharp SL-C1000 (Akita) PDAmickeyl3-44/+52
2005-03-21on non-embedix kernel zaurii devices don't wait after suspend 'causealwin3-22/+50
apm there is synchronous. for that I had to move a variable from private to protected in abstractmobiledevice.
2005-03-15ok. the hinge button must have held-action set to 0.alwin1-6/+3
ToDo: make it sure that it will not set to any - otherwise it runs into trouble with autorepeat.
2005-03-14hopefull speedups on keyeventhandler, eventhandler will just set whenalwin1-8/+5
device with hinge-sensor.
2005-03-13inserted a keyevent-filter just used by CL3000 and C7x0/C8x0.alwin2-48/+95
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-03-12this error will get my personal "error of the month":alwin2-2/+2
due different declarations of "readHingeSensors" (const vs. non-const) rotate-applet always got the default-implementation -> CASE_UNKNOWN. (device vs. device_zaurus). Setting it to "const" (which makes sense) let rotateapplet set light of or suspend or whatever user defined when case is closed.
2005-03-11jornada 56x device updateschicken1-1/+6
2005-03-03fix a typo in the jornada 56x backlight controlchicken1-1/+1
2005-02-19jornada device fixeschicken1-2/+2
2005-02-19jornada 720 device updateschicken1-6/+16