summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/device/odevice_palm.cpp
AgeCommit message (Collapse)AuthorFilesLines
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.