USB: move keyboard polling into kbd driver
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@nvidia.com>
Showing
- common/usb_kbd.c 17 additions, 1 deletioncommon/usb_kbd.c
- drivers/usb/host/ehci-hcd.c 0 additions, 30 deletionsdrivers/usb/host/ehci-hcd.c
- drivers/usb/host/ohci-hcd.c 0 additions, 6 deletionsdrivers/usb/host/ohci-hcd.c
- drivers/usb/host/r8a66597-hcd.c 0 additions, 6 deletionsdrivers/usb/host/r8a66597-hcd.c
- drivers/usb/musb/musb_hcd.c 0 additions, 28 deletionsdrivers/usb/musb/musb_hcd.c
- include/usb.h 0 additions, 1 deletioninclude/usb.h
Loading
Please register or sign in to comment