summaryrefslogtreecommitdiffstats
path: root/src/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.c')
-rw-r--r--src/device.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/device.c b/src/device.c
index 7a06cd14..5eec2b4c 100644
--- a/src/device.c
+++ b/src/device.c
@@ -929,6 +929,9 @@ proceed:
DBUS_TYPE_OBJECT_PATH, &device->path,
DBUS_TYPE_INVALID);
+ /* Update device list */
+ adapter_update_devices(device->adapter);
+
/* Reply create device request */
reply = dbus_message_new_method_return(req->msg);
if (!reply)