]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/bluetooth/hidp/core.c
HID: move connect quirks
[linux-2.6-omap-h63xx.git] / net / bluetooth / hidp / core.c
index f3d830747b969326b583d2e0d5268f670efd7db1..acdeab3d980707fbd7740344abd4f7ffe335c75d 100644 (file)
@@ -724,9 +724,6 @@ static int hidp_start(struct hid_device *hid)
                        report_list, list)
                hidp_send_report(session, report);
 
-       if (hidinput_connect(hid) == 0)
-               hid->claimed |= HID_CLAIMED_INPUT;
-
        return 0;
 }