Re: [PATCH v2] usb:host:xhci:USB 3.1 Speed

2017-05-25 Thread YD Tseng
Update V3 patch >> + xhci->usb3_rhub.min_rev = 0; >> + xhci->usb2_rhub.min_rev = 0; > > Why set these? Are they not already cleared out at initialization time? They are already cleared out at initialization, removing these 2 lines. Thanks, YD On Tue, May 23, 2017 at 8:09 PM, Greg

Re: [PATCH v2] usb:host:xhci:USB 3.1 Speed

2017-05-23 Thread Greg KH
On Tue, May 23, 2017 at 06:50:49PM +0800, YD wrote: > From: YD Tseng > > Hi Greg and Mathias, Why is this here? :) Hint, send what you want in the changelog, in the changelog area, anything else you want to say, put below the --- line, like

[PATCH v2] usb:host:xhci:USB 3.1 Speed

2017-05-23 Thread YD
From: YD Tseng Hi Greg and Mathias, This patch works around for parsing extended speed protocol lists. If the xHCI controller supports USB 3.1 and 3.0 extended speed protocol, it could show as one 3.1 roothub. Changes since v1: - change diff path Signed-off-by: YD