Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964813Ab3GLMz2 (ORCPT ); Fri, 12 Jul 2013 08:55:28 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29627 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932974Ab3GLMz0 (ORCPT ); Fri, 12 Jul 2013 08:55:26 -0400 Message-ID: <51DFFCBB.3090709@redhat.com> Date: Fri, 12 Jul 2013 14:55:23 +0200 From: Benjamin Tissoires User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 To: Gustavo Padovan , linux-bluetooth@vger.kernel.org, linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] Bluetooth: hidp: remove wrong send_report at init References: <1373550090-30379-1-git-send-email-benjamin.tissoires@redhat.com> <1373550090-30379-3-git-send-email-benjamin.tissoires@redhat.com> <20130712100923.GA2065@joana> In-Reply-To: <20130712100923.GA2065@joana> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1165 Lines: 33 On 07/12/2013 12:09 PM, Gustavo Padovan wrote: > Hi Benjamin, > > * Benjamin Tissoires [2013-07-11 15:41:30 +0200]: > >> The USB hid implementation does retrieve the reports during the start. >> However, this implementation does not call the HID command GET_REPORT >> (which would fetch the current status of each report), but use the >> DATA command, which is an Output Report (so transmitting data from the >> host to the device). >> The Wiimote controller is already guarded against this problem in the >> protocol, but it is not conformant to the specification to set all the >> reports to 0 on start. >> >> Signed-off-by: Benjamin Tissoires >> --- >> net/bluetooth/hidp/core.c | 14 -------------- >> 1 file changed, 14 deletions(-) > > Both patches have been applied to bluetooth-next. Thanks. > > Gustavo > Thanks Gustavo! Cheers, Benjamin -- 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/