summaryrefslogtreecommitdiff
path: root/libopie2/opiecore
AgeCommit message (Collapse)AuthorFilesLines
2007-02-09This commit fixes an issue where an ioctl call is made but the returnerik3-3/+12
value is not checked. It isn't a big deal. But it would be nice if the user knew that an ioctl to a device tanked.
2007-02-09This commit makes all supported models bit unique from each other withinerik1-30/+35
their respective families. It also makes the model families bit unique with each other. This patch makes button (and general device features) not overlap. This fixes Opie bug 1836. Thanks goes out to Paul E. (aka BlueLightning) for originally reporting this problem and providing the text for a reasonable near-term solution. On top of all that, Paul even test the patch that this commit is based on, confirming that it was a reasonable solution. For those of you out there who support distros for the other model families, please be careful. And note that we have not tested on any of model family but iPAQs. We don't anticipate any problems, but be careful out there.
2007-02-08This commit provides fixes that quiet warnings associated to deviceerik4-53/+16
information. It should cause no change in behavior.
2007-02-08This commit provides the necessary changes and new files for Opie toerik5-2/+367
have partial support for the Palm LD, TX and Z72 handheld computers. This commit is based on a patch submitted by Cristiano to the opie-devel list. The patch itself comprises work done by Alex Osborne, Cristiano, Sergey Lapin, Jan Herman and Aaron. Thanks goes to them for sticking with the patch and expanding the number of devices Opie works on.
2007-02-08Commit of GoXbox Live HTC Universal patch. This should make backlighterik1-3/+3
work with current kernel versions. It also changes the mixer name to the rightful name for most modern kernels. It is rumored that the mixer in most HTC devices does not work. But at least it points at the right device now. Thanks GoXbox Live!
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).
2007-01-19Every file in this commit has a change to check the return value of a call.erik2-2/+2
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-27Mac OS X compile fixes:zecke1-1/+2
-disable the "fuege alle libs auf verdacht hinzu" hack and hope we will identify the root cause. -do not redefine cxa_... on Mac. At least the the Apple Linker is not happy with having that symbol defined twice. -well DYLD_BOOL could not be casted to bool. changing it to bool works -opiecore.pro use the same test as in include.pro to see if we build on linux
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 ↵mickeyl7-414/+157
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-29add restart() method (FIXME included ;)mickeyl2-2/+13
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-25- fix logic in isEmpty() and isSuspended()mickeyl2-5/+16
- add convenience API productIdentityVendor()
2005-06-22respect number of product strings in CIS datamickeyl1-1/+3
2005-06-22Note to self: Don't commit local changes...mickeyl2-1/+3
2005-06-21- repair broken headers (tss...)mickeyl4-36/+36
- 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-19add note about why we don't use ioctls for gathering the cards initiallymickeyl1-1/+4
2005-06-17- disable DEBUG in opcmciasystemmickeyl1-6/+6
- fix suspend/resume logic
2005-06-14enable OPcmciaSocket::manufacturer()mickeyl2-10/+20
Did I mention Qt2 sucks? We don't even have a QPair :/