From a40937598985b3f25f6078c9407bf9b682bf6f56 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Mon, 13 Nov 2006 16:18:20 +0000 Subject: Establish well known name for input service --- input/input-service.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input/input-service.c') diff --git a/input/input-service.c b/input/input-service.c index a64b1c25..d76ef74b 100644 --- a/input/input-service.c +++ b/input/input-service.c @@ -144,7 +144,7 @@ int input_dbus_init(void) const char *description = "A service for input devices"; const char *input_path = INPUT_PATH; - connection = init_dbus(NULL, NULL, NULL); + connection = init_dbus("org.bluez.input", NULL, NULL); if (!connection) return -1; -- cgit