From 5aef8f33ebb1fb537e13ffeb336eb1d886a7adca Mon Sep 17 00:00:00 2001 From: Claudio Takahasi Date: Mon, 27 Aug 2007 13:50:32 +0000 Subject: input: don't send DeviceCreated signal when the daemon starts --- input/device.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'input/device.c') diff --git a/input/device.c b/input/device.c index 6bf3da9a..3e019a44 100644 --- a/input/device.c +++ b/input/device.c @@ -1047,11 +1047,6 @@ static int register_path(DBusConnection *conn, const char *path, struct device * return -1; } - dbus_connection_emit_signal(conn, INPUT_PATH, - INPUT_MANAGER_INTERFACE, "DeviceCreated", - DBUS_TYPE_STRING, &path, - DBUS_TYPE_INVALID); - devices = g_slist_append(devices, idev); info("Created input device: %s", path); -- cgit