]> git.itanic.dy.fi Git - linux-stable/commit
USB: Add LPM quirk for Surface Dock GigE adapter
authorMaximilian Luz <luzmaximilian@gmail.com>
Thu, 16 May 2019 15:08:31 +0000 (17:08 +0200)
committerBen Hutchings <ben@decadent.org.uk>
Sat, 5 Oct 2019 15:19:38 +0000 (16:19 +0100)
commit15d524a54bad4211b8d494fd7f1976a2a884f4fa
tree6a91dfd1327da7a2d2d4f24f055d36c0f96b4dc3
parent4059812ccce85c3f9cabd1320908357a3c2f549b
USB: Add LPM quirk for Surface Dock GigE adapter

commit ea261113385ac0a71c2838185f39e8452d54b152 upstream.

Without USB_QUIRK_NO_LPM ethernet will not work and rtl8152 will
complain with

    r8152 <device...>: Stop submitting intr, status -71

Adding the quirk resolves this. As the dock is externally powered, this
should not have any drawbacks.

Signed-off-by: Maximilian Luz <luzmaximilian@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
drivers/usb/core/quirks.c