diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-06-26 18:04:24 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2008-10-14 17:50:56 -0400 |
commit | 93c10132a7ac160df3175b53f7ee857625412165 (patch) | |
tree | 64ea194ddd7791d44394bb2a918921a2906fe1ee /net/bluetooth | |
parent | fea6f1833b5bbff7066bcde1fa1141c9717bbad2 (diff) |
HID: move connect quirks
Move connecting from usbhid to the hid layer and fix also hidp in
that manner.
This removes all the ignore/force hidinput/hiddev connecting quirks.
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'net/bluetooth')
-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 | ||