From 87bb49d99556ff4280ca4f6d292ad972571c3d93 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 20 Nov 2012 13:02:05 +0200 Subject: [PATCH] input: Add missing local_uuid entry --- profiles/input/manager.c | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/input/manager.c b/profiles/input/manager.c index 71fd48f4c..b8e89c340 100644 --- a/profiles/input/manager.c +++ b/profiles/input/manager.c @@ -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, -- 2.47.3