summaryrefslogtreecommitdiffstats
path: root/hcid/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'hcid/device.c')
-rw-r--r--hcid/device.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hcid/device.c b/hcid/device.c
index 2b331361..24ba6e51 100644
--- a/hcid/device.c
+++ b/hcid/device.c
@@ -976,8 +976,8 @@ struct device *device_create(DBusConnection *conn, struct adapter *adapter,
if (device == NULL)
return NULL;
- device->path = g_strdup_printf("%s/hci%d/dev_%s",
- BASE_PATH, adapter->dev_id, address);
+ device->path = g_strdup_printf("/hci%d/dev_%s",
+ adapter->dev_id, address);
g_strdelimit(device->path, ":", '_');
debug("Creating device %s", device->path);