USB: Disable LPM on WD19's Realtek Hub
authorKai-Heng Feng <kai.heng.feng@canonical.com>
Wed, 5 Feb 2020 11:26:33 +0000 (19:26 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 2 Apr 2020 14:34:15 +0000 (16:34 +0200)
commit0481655a2f4ed5fe5744b57c1dbe13f47738b92e
tree79ca92c5be1be7d4deb23dd5a3086411c7394e27
parent7dc9540c96f04e078cacdd238eb196f3d9f5a5db
USB: Disable LPM on WD19's Realtek Hub

commit b63e48fb50e1ca71db301ca9082befa6f16c55c4 upstream.

Realtek Hub (0bda:0x0487) used in Dell Dock WD19 sometimes drops off the
bus when bringing underlying ports from U3 to U0.

Disabling LPM on the hub during setting link state is not enough, so
let's disable LPM completely for this hub.

Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Kai-Heng Feng <kai.heng.feng@canonical.com>
Cc: stable <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20200205112633.25995-3-kai.heng.feng@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/quirks.c