From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 7 Oct 2011 22:10:11 +0200 Subject: [U-Boot] [PATCH 1/2] USB: Rework USB keyboard driver In-Reply-To: <201110071338.21794.vapier@gentoo.org> References: <1317990657-17214-1-git-send-email-marek.vasut@gmail.com> <1317990657-17214-2-git-send-email-marek.vasut@gmail.com> <201110071338.21794.vapier@gentoo.org> Message-ID: <201110072210.11734.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, October 07, 2011 07:38:19 PM Mike Frysinger wrote: > On Friday 07 October 2011 08:30:55 Marek Vasut wrote: > > Also, fix usb drivers which use extern new. > > this summary/changelog is lacking in information as to what you actually > did and why ... > -mike Hi Mike, generally shuffling with code, abstracting out some things, making it checkpatch-comformant. Also, addition of generic key report code when polling. Do you have any comments on the code ? After I get some more feedback, I'll roll out V2. Cheers