Re: [PATCH] USB: quirks: add NO_LPM quirk for Logitech Flare|Meetup|Brio|Rally

From: Greg Kroah-Hartman
Date: Wed Dec 05 2018 - 05:10:03 EST


On Tue, Dec 04, 2018 at 03:38:25PM -0500, Kyle Williams wrote:
> Description: Some USB device / host controller combinations seem to have
> problems with Link Power management. In particular it is described that
> the combination of certain Logitech devices and other powered media
> devices such as the Atrus device causes 'not enough bandwidth for
> new device state'error.
>
> This patch creates quirk entries for the tested Logitech device
> indicating LPM should remain disabled for the device.
>
> Signed-off-by: Kyle Williams <kdgwill@xxxxxxxxxxxx>
> ---
> drivers/usb/core/quirks.c | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)

Along with what Alan said, this patch was sent in html mode, making it
impossible to apply, and it was rejected by the mailing lists.

Please fix up your email client before resending patches. Or just use
'git send-email'.

thanks,

greg k-h