Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932410Ab3GKNlp (ORCPT ); Thu, 11 Jul 2013 09:41:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45944 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755889Ab3GKNlm (ORCPT ); Thu, 11 Jul 2013 09:41:42 -0400 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> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 944 Lines: 27 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/