diff options
Diffstat (limited to 'input')
-rw-r--r-- | input/Makefile.am | 2 | ||||
-rw-r--r-- | input/input.conf | 9 |
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 |