From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Date: Fri, 11 Sep 2015 10:14:21 +0200 Subject: [U-Boot] [PATCH 4/5] dm: usb: Add support for USB keyboards with driver model In-Reply-To: References: <1441732512-727-1-git-send-email-sjg@chromium.org> <201509082033.25963.marex@denx.de> <201509101340.37168.marex@denx.de> Message-ID: <55F28D5D.50904@redhat.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, On 09/11/2015 02:43 AM, Simon Glass wrote: > Hi Marek, > > On 10 September 2015 at 04:40, Marek Vasut wrote: >> On Thursday, September 10, 2015 at 04:45:53 AM, Simon Glass wrote: >>> Hi Marek, >>> >>> On 8 September 2015 at 12:33, Marek Vasut wrote: >>>> On Tuesday, September 08, 2015 at 07:15:11 PM, Simon Glass wrote: >>>>> Switch USB keyboards over to use driver model instead of scanning with >>>>> the horrible usb_get_dev_index() function. This involves creating a new >>>>> uclass for keyboards, although so far there is no API. >>>> >>>> Hi, >>>> >>>> Why don't you create an UCLASS for generic input device instead ? >>> >>> I sent a series that does that later. My intent with this series is to >>> get something applied for this release. >> >> Hi! >> >> Aren't we pretty much post-RC3 now ? > > Yes. It's not critical and I am late - let's see what Hans says. I have looking into the RFC patchset on my todo, not sure if I will get around to it this weekend though, and after that I'm travelling for a week. Even if I get around to testing this I would prefer for this to be delayed to post v2015.10. I'm fine with the concept of the set but this needs some careful testing. Regards, Hans