Skip to content
Snippets Groups Projects
Commit ed10e66a authored by Simon Glass's avatar Simon Glass Committed by Marek Vasut
Browse files

usb: Correct CLEAR_FEATURE code in ehci-hcd


This commit broke USB2 on link (Chromebook Pixel):

  020bbcb7 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: default avatarSimon Glass <sjg@chromium.org>
parent 5da2dc97
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment