Patch for Treo600 support



The attached patch adds Treo 600 support (from Dax Kelson,
http://bugzilla.gnome.org/show_bug.cgi?id=124254 and
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=106731)

Look okay to commit?

Jeremy
? autom4te.cache
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/gnome-pilot/ChangeLog,v
retrieving revision 1.299
diff -u -u -r1.299 ChangeLog
--- ChangeLog	7 Sep 2003 12:28:48 -0000	1.299
+++ ChangeLog	13 Oct 2003 21:10:57 -0000
@@ -1,3 +1,8 @@
+2003-10-13  Jeremy Katz  <katzj redhat com>
+
+	From Dax Kelson (dax gurulabs com)
+	* gpilotd/gpilotd.c (vendor_product_ids): Add Treo 600.
+
 2003-09-07  Danilo Ĺ egan  <dsegan gmx net>
 
 	* configure.in: Added "sr" and "sr Latn" to ALL_LINGUAS.
Index: gpilotd/gpilotd.c
===================================================================
RCS file: /cvs/gnome/gnome-pilot/gpilotd/gpilotd.c,v
retrieving revision 1.137
diff -u -u -r1.137 gpilotd.c
--- gpilotd/gpilotd.c	16 Jul 2003 16:22:32 -0000	1.137
+++ gpilotd/gpilotd.c	13 Oct 2003 21:10:58 -0000
@@ -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 */


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