summaryrefslogtreecommitdiffstats
path: root/input/input-service.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2007-01-20 14:30:42 +0000
committerMarcel Holtmann <marcel@holtmann.org>2007-01-20 14:30:42 +0000
commit818744abec2065fd03ee872b671bb21ff2957ac9 (patch)
tree3578317ca93eab354e50df75b6bfeec8b86aa3fc /input/input-service.c
parent0e6a5eb8fc4b7e64e39031e5744e1079492d4c13 (diff)
Don't use a D-Bus well known name at the moment
Diffstat (limited to 'input/input-service.c')
-rw-r--r--input/input-service.c3
1 files changed, 1 insertions, 2 deletions
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;