Diff between 0b681200d39ee81c77a162d39a7f66e59a23edc0 and 87bb49d99556ff4280ca4f6d292ad972571c3d93

Changed Files

File Additions Deletions Status
profiles/input/manager.c +1 -0 modified

Full Patch

diff --git a/profiles/input/manager.c b/profiles/input/manager.c
index 71fd48f..b8e89c3 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,