From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johan Hovold Subject: Re: [PATCH v3] leds: USB: HID: Add support for MSI GT683R led panels Date: Wed, 11 Jun 2014 16:06:48 +0200 Message-ID: <20140611140648.GH10256@localhost> References: <1402435299-16410-1-git-send-email-janne.kanniainen@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-leds-owner@vger.kernel.org To: Jiri Kosina Cc: Janne Kanniainen , cooloney@gmail.com, linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org, linux-usb@vger.kernel.org, linux-input@vger.kernel.org, johan@kernel.org List-Id: linux-input@vger.kernel.org On Wed, Jun 11, 2014 at 01:25:49PM +0200, Jiri Kosina wrote: > On Wed, 11 Jun 2014, Janne Kanniainen wrote: > > > This driver adds support for USB controlled led panels that exists in MSI GT683R laptop > > > > Changes in v2: > > - sorted headers to alphabetic order > > - using devm_kzalloc > > - using BIT(n) > > - using usb_control_msg instead of usb_submit_urb > > - removing unneeded code > > > > Changes in v3: > > - implemented as HID device > > - some cleanups and bug fixes > > > > Signed-off-by: Janne Kanniainen > > Thanks for the driver. Johan, as you did a very good job reviewing this > before I managed to get to it, I'd be glad to put your Reviewed-by: to the > commit before commiting it, if you are going to provide it. I had a few more comments to v3, but I'll make sure to reply with a Reviewed-by-tag before you apply. Thanks, Johan