summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/device/odevice_palm.cpp
AgeCommit message (Collapse)AuthorFilesLines
2007-06-29Palm patches:paule1-18/+23
* Reorder keys (bug #1860) * Add key F6 as rotate screen button for Palm LifeDrive (bug #1861) * Fix backlight on Palm Treo 650 (bug #1862) * Rotate function of directional keys when screen rotated (bug #1863) Patches courtesy of Marek Vasut <marek.vasut@gmail.com>
2007-06-20Renumber device vendor bits to avoid clashes, expand model mask to 20 bits, ↵paule1-35/+187
and add support for various Palm devices. Original patch by Jan Herman (z72ka) & Marek Va?ut (Marex) <marek.vasut@gmail.com> (fixes bug #1856)
2007-02-13This commit fixes bug 1840. The problem is that the palm support declarederik1-10/+14
a variable inside of a case statement. When I integrated the patch for palm support I streamlined the switch. This lost the brackets that would be required to declare vars inside of switch statements. The bug slipped by because I wasn't doing arm compiles at the time. Sorry. This patch fixes it. It also slides in some corrections associated to what open and sscanf return. It should not cause any behavior change. Thanks goes to GoXbox Live for reporting the problem.
2007-02-08This commit provides fixes that quiet warnings associated to deviceerik1-1/+3
information. It should cause no change in behavior.
2007-02-08This commit provides the necessary changes and new files for Opie toerik1-0/+282
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.