summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-05-15 15:19:39 +0000
committerMarcel Holtmann <marcel@holtmann.org>2008-05-15 15:19:39 +0000
commit16ac1a8c833c201e45a59940c7e6073664c1fab5 (patch)
tree0ab9e89ab796f529ff1af8c9bc6c2c12079e0596
parent624ddeeb67145cdb8cc2b0dc0c7410e76aaa9fa9 (diff)
Add sample for input.conf file
-rw-r--r--input/Makefile.am2
-rw-r--r--input/input.conf9
2 files changed, 10 insertions, 1 deletions
diff --git a/input/Makefile.am b/input/Makefile.am
index 68132fea..942e4be2 100644
--- a/input/Makefile.am
+++ b/input/Makefile.am
@@ -20,6 +20,6 @@ AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ @GDBUS_CFLAGS@
INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/hcid
-EXTRA_DIST = input-api.txt test-input
+EXTRA_DIST = input.conf input-api.txt test-input
MAINTAINERCLEANFILES = Makefile.in
diff --git a/input/input.conf b/input/input.conf
new file mode 100644
index 00000000..abfb64f2
--- /dev/null
+++ b/input/input.conf
@@ -0,0 +1,9 @@
+# Configuration file for the input service
+
+# This section contains options which are not specific to any
+# particular interface
+[General]
+
+# Set idle timeout (in minutes) before the connection will
+# be disconnect (defaults to 0 for no timeout)
+#IdleTimeout=30