Re: [PATCH 1/2] usb: mtu3: disable USB2 LPM

From: Markus Elfring
Date: Mon Jun 29 2020 - 17:13:12 EST


> A SuperSpeed device shall include the USB 2.0 extension descriptor
> and shall support LPM when operating in USB 2.0 HS mode(see usb3.2
> spec9.6.2.1). But we always don't support it, so disable it by
> default, otherwise device will enter LPM suspend mode when
> connected to Win10 system.

How do you think about a wording variant like the following?

Change description:
A SuperSpeed device shall include the USB 2.0 extension descriptor
and shall support Link Power Management when operating in USB 2.0
High Speed mode. (See also: USB 3.2 specification 9.6.2.1)
But we do not support it generally. Thus disable this functionality
by default.
Otherwise, the device will enter LPM suspend mode when connected
to Win10 system.


Would you like to add the tag âFixesâ to the commit message?

Regards,
Markus