Re: [U-Boot] [PATCH] USB: move keyboard polling into kbd driver

2012-02-26 Thread Marek Vasut
> This moves keyboard polling logic from USB HCD drivers into USB > keyboard driver. Remove usb_event_poll() as keyboard polling was > the only user of this API. With this patch USB keyboard works with > EHCI controllers again. Tested on a tegra2 seaboard. > > Signed-off-by: Allen Martin > ---

Re: [U-Boot] [PATCH] USB: move keyboard polling into kbd driver

2012-01-24 Thread Allen Martin
> > This moves keyboard polling logic from USB HCD drivers into USB > > keyboard driver. Remove usb_event_poll() as keyboard polling was > > the only user of this API. With this patch USB keyboard works with > > EHCI controllers again. Tested on a tegra2 seaboard. > > > > Signed-off-by: Allen Ma

Re: [U-Boot] [PATCH] USB: move keyboard polling into kbd driver

2012-01-15 Thread Remy Bohmer
Hi, 2011/12/21 Allen Martin : > This moves keyboard polling logic from USB HCD drivers into USB > keyboard driver.  Remove usb_event_poll() as keyboard polling was > the only user of this API.  With this patch USB keyboard works with > EHCI controllers again.  Tested on a tegra2 seaboard. > > Sign

Re: [U-Boot] [PATCH] USB: move keyboard polling into kbd driver

2012-01-04 Thread Allen Martin
> This moves keyboard polling logic from USB HCD drivers into USB > keyboard driver. Remove usb_event_poll() as keyboard polling was > the only user of this API. With this patch USB keyboard works with > EHCI controllers again. Tested on a tegra2 seaboard. > > Signed-off-by: Allen Martin ping

[U-Boot] [PATCH] USB: move keyboard polling into kbd driver

2011-12-20 Thread Allen Martin
This moves keyboard polling logic from USB HCD drivers into USB keyboard driver. Remove usb_event_poll() as keyboard polling was the only user of this API. With this patch USB keyboard works with EHCI controllers again. Tested on a tegra2 seaboard. Signed-off-by: Allen Martin --- common/usb_k