On Wed, Dec 05, 2018 at 10:39:02AM +0100, Greg Kroah-Hartman wrote: > 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 Thanks for explaining why the patches were being rejected by the mailing lists. I will move to using git send-email for sending patches and mutt for sending replies in the future. Kyle Williams