From f9dfdcf8cbe23c95cc8cf2748261425b4be6dd7a Mon Sep 17 00:00:00 2001 From: cdfrey Date: Fri, 27 Jul 2007 03:58:56 +0000 Subject: [PATCH] - changed the plugin config file, so it is possible to turn debug output on/off without recompiling --- opensync-plugin/src/barry-sync | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/opensync-plugin/src/barry-sync b/opensync-plugin/src/barry-sync index 7f0d5d35..df71f435 100644 --- a/opensync-plugin/src/barry-sync +++ b/opensync-plugin/src/barry-sync @@ -1,11 +1,19 @@ # # This is the default configuration file for the bary-sync opensync plugin. # Comments are preceded by a '#' mark at the beginning of a line. -# The config format is just the following numbers separated by whitespace: +# The config format is a set of lines of . +# +# Keywords available: +# +# DebugMode - If present, verbose USB debug output will be enabled +# +# Device - If present, it is followed by the following values: # PIN number - PIN number of the device to sync with (in hex) # sync calendar - 1 to sync calendar, 0 to skip # sync contacts - 1 to sync contacts, 0 to skip # -3009efe3 1 0 +#DebugMode + +Device 3009efe3 1 1 -- 2.11.4.GIT