Re: [PATCH] usbip: fix usbip attach to find a port that matches the requested speed

2017-11-30 Thread Shuah Khan
On 11/30/2017 01:20 AM, Greg KH wrote: > On Wed, Nov 29, 2017 at 03:24:22PM -0700, Shuah Khan wrote: >> usbip attach fails to find a free port when the device on the first port >> is a USB_SPEED_SUPER device and non-super speed device is being attached. >> It keeps checking the first port and

Re: [PATCH] usbip: fix usbip attach to find a port that matches the requested speed

2017-11-30 Thread Shuah Khan
On 11/30/2017 01:20 AM, Greg KH wrote: > On Wed, Nov 29, 2017 at 03:24:22PM -0700, Shuah Khan wrote: >> usbip attach fails to find a free port when the device on the first port >> is a USB_SPEED_SUPER device and non-super speed device is being attached. >> It keeps checking the first port and

Re: [PATCH] usbip: fix usbip attach to find a port that matches the requested speed

2017-11-30 Thread Greg KH
On Wed, Nov 29, 2017 at 03:24:22PM -0700, Shuah Khan wrote: > usbip attach fails to find a free port when the device on the first port > is a USB_SPEED_SUPER device and non-super speed device is being attached. > It keeps checking the first port and returns without a match getting stuck > in a

Re: [PATCH] usbip: fix usbip attach to find a port that matches the requested speed

2017-11-30 Thread Greg KH
On Wed, Nov 29, 2017 at 03:24:22PM -0700, Shuah Khan wrote: > usbip attach fails to find a free port when the device on the first port > is a USB_SPEED_SUPER device and non-super speed device is being attached. > It keeps checking the first port and returns without a match getting stuck > in a

[PATCH] usbip: fix usbip attach to find a port that matches the requested speed

2017-11-29 Thread Shuah Khan
usbip attach fails to find a free port when the device on the first port is a USB_SPEED_SUPER device and non-super speed device is being attached. It keeps checking the first port and returns without a match getting stuck in a loop. Fix it check to find the first port with matching speed.

[PATCH] usbip: fix usbip attach to find a port that matches the requested speed

2017-11-29 Thread Shuah Khan
usbip attach fails to find a free port when the device on the first port is a USB_SPEED_SUPER device and non-super speed device is being attached. It keeps checking the first port and returns without a match getting stuck in a loop. Fix it check to find the first port with matching speed.