summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi-clan.de>2011-12-26 11:27:08 +0100
committerGerrit <chrome-bot@google.com>2012-01-04 12:14:26 -0800
commit6717d693ac735c1274f7969a6946c481d16fc3b3 (patch)
treeccfb190447757d333e8d0a27c4ced3e3a3eada1b /include
parentc156b0e81b31a3209e1f184c2c7eb30122b37b7a (diff)
Do not use CONTROL_EP method of getting USB keyboard events
The GetReport request isn't implemented in all keyboards, so use interrupt transfers instead. BUG=chrome-os-partner:5752 TEST=Use USB keyboard in u-boot (recovery mode) Change-Id: Ided3289ef86ee9899813582c9f137526399ad2f8 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: https://gerrit.chromium.org/gerrit/13491 Reviewed-by: Vincent Palatin <vpalatin@chromium.org> Commit-Ready: Vincent Palatin <vpalatin@chromium.org> Tested-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/configs/coreboot.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/coreboot.h b/include/configs/coreboot.h
index 8baca6b368..d345ea3154 100644
--- a/include/configs/coreboot.h
+++ b/include/configs/coreboot.h
@@ -256,7 +256,6 @@
#define CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTS 12
#define CONFIG_USB_MAX_CONTROLLER_COUNT 2
#define CONFIG_USB_STORAGE
-#define CONFIG_SYS_USB_EVENT_POLL_VIA_CONTROL_EP
#define CONFIG_USB_KEYBOARD
#if BUILD_NETWORK_STUFF