From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 11 May 2013 18:39:04 +0200 Subject: [U-Boot] [PATCH 3/3] usb: Correct CLEAR_FEATURE code in ehci-hcd In-Reply-To: <1368240540-11741-3-git-send-email-sjg@chromium.org> References: <1368240540-11741-1-git-send-email-sjg@chromium.org> <1368240540-11741-3-git-send-email-sjg@chromium.org> Message-ID: <201305111839.05233.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 Dear Simon Glass, > 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 Picking up all three, thanks! Best regards, Marek Vasut