After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 124254 - [PATCH] Treo 600 support
[PATCH] Treo 600 support
Status: RESOLVED FIXED
Product: gnome-pilot
Classification: Other
Component: gpilotd
unspecified
Other Linux
: High critical
: ---
Assigned To: gnome-pilot Maintainers
gnome-pilot Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-10-09 22:54 UTC by dax
Modified: 2005-08-15 01:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to gpilotd.c to support the Handspring Treo 600 (575 bytes, patch)
2003-10-09 22:55 UTC, dax
needs-work Details | Review
New, complete patch (670 bytes, patch)
2003-10-29 15:30 UTC, dax
none Details | Review
Patch to add support for TREO 600 and Sony TJ35 (940 bytes, patch)
2004-02-19 20:11 UTC, Frédéric LESPEZ
none Details | Review

Description dax 2003-10-09 22:54:43 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 */
Comment 1 dax 2003-10-09 22:55:29 UTC
Created attachment 20616 [details] [review]
patch to gpilotd.c to support the Handspring Treo 600
Comment 2 dax 2003-10-29 15:30:19 UTC
Created attachment 21041 [details] [review]
New, complete patch
Comment 3 alexander.winston 2004-01-02 22:02:01 UTC
Adding the PATCH keyword and upgrading the priority to High due to the
attached patches.
Comment 4 Frédéric LESPEZ 2004-02-19 20:10:14 UTC
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
 };
Comment 5 Frédéric LESPEZ 2004-02-19 20:11:49 UTC
Created attachment 24581 [details] [review]
Patch to add support for TREO 600 and Sony TJ35
Comment 6 dax 2004-04-30 18:42:58 UTC
Shame this didn't get applied for GNOME 2.6.
Comment 7 JP Rosevear 2004-07-13 15:43:32 UTC
Both patches have been applied.