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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 11 Jun 2019 10:22:38 +0000 (12:22 +0200)
commit6e73cc79c6e1c153bd04388554feaeec6aeb76d9
tree3db6cea4810ecff03cdc7da1dd98d41d1853d0ee
parenta45f178bcbf22d4c5c6e76dcc26e2b849cda6408
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>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/quirks.c