Diff between 965c65dbc94ab5236c0c152988b613f56432dda0 and 1c51e12199b01e22f6368639c52583c72a864be6

Changed Files

File Additions Deletions Status
profiles/input/hog.c +0 -2 modified

Full Patch

diff --git a/profiles/input/hog.c b/profiles/input/hog.c
index 7f7bfd2..a5269d9 100644
--- a/profiles/input/hog.c
+++ b/profiles/input/hog.c
@@ -748,8 +748,6 @@ static struct hog_device *hog_register_device(struct btd_device *device,
 							attio_disconnected_cb,
 							hogdev);
 
-	device_set_auto_connect(device, TRUE);
-
 	return hogdev;
 }