From 32033cb14df0294a742e9e8c6b5ffa8aa26c2cc1 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sun, 8 Jun 2008 20:49:54 +0000 Subject: Make sure to probe drivers on startup --- hcid/dbus-hci.c | 1 + 1 file changed, 1 insertion(+) (limited to 'hcid/dbus-hci.c') diff --git a/hcid/dbus-hci.c b/hcid/dbus-hci.c index c0af3124..a15be13a 100644 --- a/hcid/dbus-hci.c +++ b/hcid/dbus-hci.c @@ -678,6 +678,7 @@ static void create_stored_device_from_profiles(char *key, char *value, if (device) { device->temporary = FALSE; adapter->devices = g_slist_append(adapter->devices, device); + device_probe_drivers(device); } } -- cgit