diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/bluetooth/hidp/core.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/bluetooth/hidp/core.c b/net/bluetooth/hidp/core.c index f3d830747b96..acdeab3d9807 100644 --- a/net/bluetooth/hidp/core.c +++ b/net/bluetooth/hidp/core.c | |||
@@ -724,9 +724,6 @@ static int hidp_start(struct hid_device *hid) | |||
724 | report_list, list) | 724 | report_list, list) |
725 | hidp_send_report(session, report); | 725 | hidp_send_report(session, report); |
726 | 726 | ||
727 | if (hidinput_connect(hid) == 0) | ||
728 | hid->claimed |= HID_CLAIMED_INPUT; | ||
729 | |||
730 | return 0; | 727 | return 0; |
731 | } | 728 | } |
732 | 729 | ||