From 1c51e12199b01e22f6368639c52583c72a864be6 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 29 Jan 2013 17:34:13 -0600 Subject: [PATCH] input: Remove unnecessary device_set_auto_connect call --- profiles/input/hog.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/profiles/input/hog.c b/profiles/input/hog.c index 7f7bfd2b5..a5269d9b9 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; } -- 2.47.3