Handspring Treo success
- From: Ricardo Cerqueira <ricardo cerqueira org>
- To: gnome-pilot-list gnome org
- Subject: Handspring Treo success
- Date: 16 Oct 2002 17:50:40 +0100
Hi there, everyone;
By reading the list archives, (while trying to solve my own problem),
it seems to me that nobody was able to get the Treo to sync properly
with gnome-pilot, even when pilot-link works.
I debugged the problem a little (using 0.1.66), and found out the
problem is quite simple: The USB product-ID of the Treo isn't
recognized. The patch is a one-liner in gpilotd.c (attached to this
message). After applying this, gpilotd, the applet, and the conduits
(including Evolution's) work flawlessly.
--
Ricardo Cerqueira
"ASCII stupid question, get a stupid ANSI"
--- gpilotd/gpilotd-orig.c Wed Oct 16 17:47:30 2002
+++ gpilotd/gpilotd.c Wed Oct 16 17:11:27 2002
@@ -815,6 +815,7 @@
static const char *product_names[] =
{
"Handspring Visor",
+ "Handspring Treo",
"Palm Handheld",
NULL
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]