diff options
Diffstat (limited to 'hcid/device.c')
| -rw-r--r-- | hcid/device.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/hcid/device.c b/hcid/device.c index c4f2bf05..002b77ab 100644 --- a/hcid/device.c +++ b/hcid/device.c @@ -763,7 +763,7 @@ struct device_data *device_create(const char *adapter, const char *address)  	if (device == NULL)  		return NULL; -	device->path = g_strdup_printf("/device/%s_%s", adapter, address); +	device->path = g_strdup_printf("%s/dev_%s", adapter, address);  	g_strdelimit(device->path, ":", '_');  	debug("Creating device %s", device->path); | 
