OSDN Git Service

input: Add missing local_uuid entry
authorJohan Hedberg <johan.hedberg@intel.com>
Tue, 20 Nov 2012 11:02:05 +0000 (13:02 +0200)
committerJohan Hedberg <johan.hedberg@intel.com>
Tue, 20 Nov 2012 11:02:05 +0000 (13:02 +0200)
profiles/input/manager.c

index 71fd48f..b8e89c3 100644 (file)
@@ -86,6 +86,7 @@ static void hid_server_remove(struct btd_profile *p,
 
 static struct btd_profile input_profile = {
        .name           = "input-hid",
+       .local_uuid     = HID_UUID,
        .remote_uuids   = BTD_UUIDS(HID_UUID),
 
        .auto_connect   = true,