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

Remy Bohmer linux at bohmer.net
Sun Jan 15 21:40:28 CET 2012


Hi,

2011/12/21 Allen Martin <amartin at nvidia.com>:
> 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 <amartin at nvidia.com>
> ---
>  common/usb_kbd.c                |   18 +++++++++++++++++-
>  drivers/usb/host/ehci-hcd.c     |   30 ------------------------------
>  drivers/usb/host/ohci-hcd.c     |    6 ------
>  drivers/usb/host/r8a66597-hcd.c |    6 ------
>  drivers/usb/musb/musb_hcd.c     |   28 ----------------------------
>  include/usb.h                   |    1 -
>  6 files changed, 17 insertions(+), 72 deletions(-)

Applied to u-boot-usb. Thanks.

Kind regards,

Remy


More information about the U-Boot mailing list