Patch for the Handsring Treo 600



Well after some helpful tips from Dan Freed and searching on the web I
am attaching a patch against Gnome Pilot 2.0.10 (gpilotd.c) to allow
synching with the Handspring Treo 600.

I hope someone can make use of it.



-- 
Simon Wong <linux thoughtworx com>
--- gpilotd.c	2003-07-18 13:57:41.000000000 +1000
+++ gpilotd-treo600.c	2004-03-09 15:05:11.000000000 +1000
@@ -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 */
@@ -832,6 +833,7 @@
        TRUE,
        TRUE,
        TRUE,
+       TRUE,
        -1
 };
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]