Home
last modified time | relevance | path

Searched hist:ed10e66aba4d6a0151dc6dff2fa93d5fd19bc8a2 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci-hcd.ced10e66aba4d6a0151dc6dff2fa93d5fd19bc8a2 Sat May 11 02:49:00 UTC 2013 Simon Glass <sjg@chromium.org> usb: Correct CLEAR_FEATURE code in ehci-hcd

This commit broke USB2 on link (Chromebook Pixel):

020bbcb usb: hub: Power-cycle on root-hub ports

However the root cause seems to be a missing mask and missing 'break'
in ehci-hcd.c. This patch fixes both.

On link, 'usb start' with a USB keyboard and memory stick inserted now
finds both. The keyboard works as expected. Also ext2ls shows a directory
listing from the memory stick.

Signed-off-by: Simon Glass <sjg@chromium.org>