diff options
author | 2004-02-15 11:41:39 +0000 | |
---|---|---|
committer | 2004-02-15 11:41:39 +0000 | |
commit | 63fa78e81abc894da6c47d05fb9ac981a746f7e1 (patch) | |
tree | 96205b3f2af5965141939260fc18d471b06eb950 /app-pda/gnome-pilot/files/gnome-pilot-2.0.10-treo600.patch | |
parent | Added to ~ppc (diff) | |
download | historical-63fa78e81abc894da6c47d05fb9ac981a746f7e1.tar.gz historical-63fa78e81abc894da6c47d05fb9ac981a746f7e1.tar.bz2 historical-63fa78e81abc894da6c47d05fb9ac981a746f7e1.zip |
add treo600 patch
Diffstat (limited to 'app-pda/gnome-pilot/files/gnome-pilot-2.0.10-treo600.patch')
-rw-r--r-- | app-pda/gnome-pilot/files/gnome-pilot-2.0.10-treo600.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-pda/gnome-pilot/files/gnome-pilot-2.0.10-treo600.patch b/app-pda/gnome-pilot/files/gnome-pilot-2.0.10-treo600.patch new file mode 100644 index 000000000000..f647a986ce62 --- /dev/null +++ b/app-pda/gnome-pilot/files/gnome-pilot-2.0.10-treo600.patch @@ -0,0 +1,19 @@ +diff -ur gnome-pilot-2.0.10-treo600/gpilotd/gpilotd.c gnome-pilot-2.0.10/gpilotd/gpilotd.c +--- gnome-pilot-2.0.10-treo600/gpilotd/gpilotd.c 2003-07-16 10:25:16.000000000 -0600 ++++ gnome-pilot-2.0.10/gpilotd/gpilotd.c 2003-10-23 21:18:13.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 */ +@@ -832,6 +833,7 @@ + TRUE, + TRUE, + TRUE, ++ TRUE, + -1 + }; + |