From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 27 Feb 2012 00:11:22 +0100 Subject: [U-Boot] [PATCH] USB: move keyboard polling into kbd driver In-Reply-To: <1324428976-12873-1-git-send-email-amartin@nvidia.com> References: <1324428976-12873-1-git-send-email-amartin@nvidia.com> Message-ID: <201202270011.22900.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > 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 > --- > 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(-) > Hi, what's the status of this patch/patchset? Thanks M