diff options
author | amartin@nvidia.com <amartin@nvidia.com> | 2011-12-20 14:56:16 +0000 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2012-03-03 16:56:29 +0100 |
commit | f9636e8d38abde096fbb32fee5a36bbdb02b7cae (patch) | |
tree | 7b09e54faa06756e07ae31a7a9c08ee4b780492d /include/usb.h | |
parent | fb3ef649ed5cf3e5e73aea6ed161cdde37cb7a5f (diff) |
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>
Diffstat (limited to 'include/usb.h')
-rw-r--r-- | include/usb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/usb.h b/include/usb.h index 9b740507863..4534738f8d7 100644 --- a/include/usb.h +++ b/include/usb.h @@ -149,7 +149,6 @@ int submit_control_msg(struct usb_device *dev, unsigned long pipe, void *buffer, int transfer_len, struct devrequest *setup); int submit_int_msg(struct usb_device *dev, unsigned long pipe, void *buffer, int transfer_len, int interval); -void usb_event_poll(void); /* Defines */ #define USB_UHCI_VEND_ID 0x8086 |