From 818744abec2065fd03ee872b671bb21ff2957ac9 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 20 Jan 2007 14:30:42 +0000 Subject: Don't use a D-Bus well known name at the moment --- input/Makefile.am | 8 +------- input/bluetooth-input.conf | 21 --------------------- input/input-service.c | 3 +-- 3 files changed, 2 insertions(+), 30 deletions(-) delete mode 100644 input/bluetooth-input.conf (limited to 'input') diff --git a/input/Makefile.am b/input/Makefile.am index 6565d8c1..80428b0a 100644 --- a/input/Makefile.am +++ b/input/Makefile.am @@ -1,10 +1,4 @@ -if CONFIGFILES -dbusdir = $(sysconfdir)/dbus-1/system.d - -dbus_DATA = bluetooth-input.conf -endif - servicedir = $(libdir)/bluetooth noinst_PROGRAMS = bluetoothd-service-input @@ -19,6 +13,6 @@ AM_CFLAGS = @BLUEZ_CFLAGS@ @DBUS_CFLAGS@ @GLIB_CFLAGS@ INCLUDES = -I$(top_srcdir)/common -EXTRA_DIST = bluetooth-input.conf +EXTRA_DIST = input-api.txt MAINTAINERCLEANFILES = Makefile.in diff --git a/input/bluetooth-input.conf b/input/bluetooth-input.conf deleted file mode 100644 index 90643f74..00000000 --- a/input/bluetooth-input.conf +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/input/input-service.c b/input/input-service.c index 5b9f5204..fcb18352 100644 --- a/input/input-service.c +++ b/input/input-service.c @@ -44,7 +44,6 @@ #include "textfile.h" #include "input-service.h" -#define INPUT_SERVICE "org.bluez.input" #define INPUT_PATH "/org/bluez/input" #define INPUT_MANAGER_INTERFACE "org.bluez.input.Manager" #define INPUT_DEVICE_INTERFACE "org.bluez.input.Device" @@ -688,7 +687,7 @@ int input_dbus_init(void) DBusError derr; const char *adapter; - connection = init_dbus(INPUT_SERVICE, NULL, NULL); + connection = init_dbus(NULL, NULL, NULL); if (!connection) return -1; -- cgit