GNOME Bugzilla – Bug 124254
[PATCH] Treo 600 support
Last modified: 2005-08-15 01:27:39 UTC
I just purchased a Treo 600. To make it work requires a kernel patch to the visor driver. This has been submitted and accepted by the 2.6 and 2.4 kernel maintainers. Here is patch to gnome-pilot to make it support the Treo 600. diff -ur gnome-pilot-2.0.10-tre600/gpilotd/gpilotd.c gnome-pilot-2.0.10/gpilotd/gpilotd.c --- gnome-pilot-2.0.10-tre600/gpilotd/gpilotd.c 2003-07-16 10:25:16.000000000 -0600 +++ gnome-pilot-2.0.10/gpilotd/gpilotd.c 2003-10-09 13:49:25.000000000 -0600 @@ -791,6 +791,7 @@ { "Vendor=082d ProdID=0100", /* Handspring Visor/Treo 300 */ "Vendor=082d ProdID=0200", /* Handspring Treo */ + "Vendor=082d ProdID=0300", /* Handspring Treo 600*/ "Vendor=0830 ProdID=0001", /* Palm M500 */ "Vendor=0830 ProdID=0002", /* Palm M505 */ "Vendor=0830 ProdID=0003", /* Palm M515 */
Created attachment 20616 [details] [review] patch to gpilotd.c to support the Handspring Treo 600
Created attachment 21041 [details] [review] New, complete patch
Adding the PATCH keyword and upgrading the priority to High due to the attached patches.
I have the same problem but with a SONY PEG-TJ35. Here is some message about the problem : http://mail.gnome.org/archives/gnome-pilot-list/2003-December/msg00000.html And here is an updated patch : diff -ur gnome-pilot/gpilotd/gpilotd.c gnome-pilot-patched/gpilotd/gpilotd.c --- gnome-pilot/gpilotd/gpilotd.c 2003-07-16 18:22:32.000000000 +0200 +++ gnome-pilot-patched/gpilotd/gpilotd.c 2004-02-19 20:57:52.000000000 +0100 @@ -791,6 +791,7 @@ { "Vendor=082d ProdID=0100", /* Handspring Visor/Treo 300 */ "Vendor=082d ProdID=0200", /* Handspring Treo */ + "Vendor=082d ProdID=0300", /* Handspring Treo 600*/ "Vendor=0830 ProdID=0001", /* Palm M500 */ "Vendor=0830 ProdID=0002", /* Palm M505 */ "Vendor=0830 ProdID=0003", /* Palm M515 */ @@ -807,6 +808,7 @@ "Vendor=054c ProdID=009a", /* Sony Clie 4.1 */ "Vendor=054c ProdID=00da", /* Sony Clie NX60 */ "Vendor=054c ProdID=00c9", /* Sony Clie NZ90V */ + "Vendor=054c ProdID=0169", /* Sony Clie TJ35 */ "Vendor=04e8 ProdID=8001", /* Samsung SCH-I330 */ NULL }; @@ -832,6 +834,8 @@ TRUE, TRUE, TRUE, + TRUE, + TRUE, -1 };
Created attachment 24581 [details] [review] Patch to add support for TREO 600 and Sony TJ35
Shame this didn't get applied for GNOME 2.6.
Both patches have been applied.