Re: [U-Boot] [PATCH] usb: dwc2: detect device speed correctly

2015-04-02 Thread Marek Vasut
On Saturday, March 28, 2015 at 04:55:38 AM, Stephen Warren wrote: > This doesn't make my LS keyboard work any better, but it does at least > report the correct speed in "usb tree". > > Signed-off-by: Stephen Warren Applied to topic/dwc2 , thanks! This will go into next release. Best regards, Ma

[U-Boot] [PATCH] usb: dwc2: detect device speed correctly

2015-03-27 Thread Stephen Warren
This doesn't make my LS keyboard work any better, but it does at least report the correct speed in "usb tree". Signed-off-by: Stephen Warren --- drivers/usb/host/dwc2.c | 6 +- drivers/usb/host/dwc2.h | 3 +++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/usb/host/dwc