From b3735a3abe7ccedf9ad79c73e5562d3df727467b Mon Sep 17 00:00:00 2001 From: Alastair Tse Date: Sun, 27 Jun 2004 02:15:12 +0000 Subject: patch to support Clie TJ-35 by Guy Van Sanden (#52550) --- .../gnome-pilot/files/gnome-pilot-2.0.10-clie.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 app-pda/gnome-pilot/files/gnome-pilot-2.0.10-clie.patch (limited to 'app-pda/gnome-pilot/files') diff --git a/app-pda/gnome-pilot/files/gnome-pilot-2.0.10-clie.patch b/app-pda/gnome-pilot/files/gnome-pilot-2.0.10-clie.patch new file mode 100644 index 000000000000..6e8f5866c945 --- /dev/null +++ b/app-pda/gnome-pilot/files/gnome-pilot-2.0.10-clie.patch @@ -0,0 +1,19 @@ +diff -ur gnome-pilot-2.0.10-clietj35/gpilotd/gpilotd.c gnome-pilot-2.0.10/gpilotd/gpilotd.c +--- gnome-pilot-2.0.10-clietj35/gpilotd/gpilotd.c 2004-05-31 15:01:04.232256333 +0200 ++++ gnome-pilot-2.0.10/gpilotd/gpilotd.c 2003-07-16 18:25:16.000000000 +0200 +@@ -807,6 +807,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 TJ-35 */ + "Vendor=04e8 ProdID=8001", /* Samsung SCH-I330 */ + NULL + }; +@@ -832,6 +833,7 @@ + TRUE, + TRUE, + TRUE, ++ TRUE, + -1 + }; + -- cgit v1.2.3-65-gdbad