diff options
| author | Marcel Holtmann <marcel@holtmann.org> | 2006-11-13 16:18:20 +0000 | 
|---|---|---|
| committer | Marcel Holtmann <marcel@holtmann.org> | 2006-11-13 16:18:20 +0000 | 
| commit | a40937598985b3f25f6078c9407bf9b682bf6f56 (patch) | |
| tree | bf4bf8ef9898dce88c7641453afb7be7e0dd25e1 /input/input-service.c | |
| parent | dca3a7c10e38214bf9b5ae7afc2677980ca408e9 (diff) | |
Establish well known name for input service
Diffstat (limited to 'input/input-service.c')
| -rw-r--r-- | input/input-service.c | 2 | 
1 files changed, 1 insertions, 1 deletions
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;  | 
