Return-Path: From: Benjamin Tissoires To: Benjamin Tissoires , Marcel Holtmann , Gustavo Padovan , David Herrmann , Jiri Kosina , linux-bluetooth@vger.kernel.org, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/2] Bluetooth: hidp: cleanup HID init and re-enable hidinput_input_event callback Date: Thu, 11 Jul 2013 15:41:28 +0200 Message-Id: <1373550090-30379-1-git-send-email-benjamin.tissoires@redhat.com> List-ID: Hi guys, These two patches enhance a little bit the HIDp driver: - the first one re-implement in a safer way the callback hidinput_input_event, allowing keyboards leds to be set over bluetooth - the second one disable the send_report commands called during init, which are not part of the spec and may fail with some devices (the Wiimote is in this case, but David guarded it against this problem). Cheers, Benjamin Benjamin Tissoires (2): Bluetooth: hidp: implement hidinput_input_event callback Bluetooth: hidp: remove wrong send_report at init net/bluetooth/hidp/core.c | 40 ++++++++++++++++++++++++++-------------- 1 file changed, 26 insertions(+), 14 deletions(-) -- 1.8.3.1