summaryrefslogtreecommitdiffstats
path: root/include/usb.h
diff options
context:
space:
mode:
authoramartin@nvidia.com <amartin@nvidia.com>2011-12-20 14:56:16 +0000
committerWolfgang Denk <wd@denx.de>2012-03-03 16:56:29 +0100
commitf9636e8d38abde096fbb32fee5a36bbdb02b7cae (patch)
tree7b09e54faa06756e07ae31a7a9c08ee4b780492d /include/usb.h
parentfb3ef649ed5cf3e5e73aea6ed161cdde37cb7a5f (diff)
downloadblackbird-obmc-uboot-f9636e8d38abde096fbb32fee5a36bbdb02b7cae.tar.gz
blackbird-obmc-uboot-f9636e8d38abde096fbb32fee5a36bbdb02b7cae.zip
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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/usb.h b/include/usb.h
index 9b74050786..4534738f8d 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
OpenPOWER on IntegriCloud