From: Sasha Levin <sashal@kernel.org>
To: linux-kernel@vger.kernel.org, stable@vger.kernel.org
Cc: Ole Ernst <olebowle@gmx.com>,
"David S . Miller" <davem@davemloft.net>,
Sasha Levin <sashal@kernel.org>,
gregkh@linuxfoundation.org, vpalatin@chromium.org,
chris.chiu@canonical.com, stern@rowland.harvard.edu,
stefan.ursella@wolfvision.net, johan@kernel.org,
kai.heng.feng@canonical.com, oneukum@suse.com,
linux-usb@vger.kernel.org
Subject: [PATCH AUTOSEL 5.4 02/10] USB: NO_LPM quirk Lenovo Powered USB-C Travel Hub
Date: Mon, 6 Dec 2021 16:17:21 -0500 [thread overview]
Message-ID: <20211206211738.1661003-2-sashal@kernel.org> (raw)
In-Reply-To: <20211206211738.1661003-1-sashal@kernel.org>
From: Ole Ernst <olebowle@gmx.com>
[ Upstream commit 49989adc38f8693fb6e9f019904dd00c1d1db5ac ]
This is another branded 8153 device that doesn't work well with LPM:
r8152 2-2.1:1.0 enp0s13f0u2u1: Stop submitting intr, status -71
Disable LPM to resolve the issue.
Signed-off-by: Ole Ernst <olebowle@gmx.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
drivers/usb/core/quirks.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c
index d97544fd339b1..e170c5b4d6f0c 100644
--- a/drivers/usb/core/quirks.c
+++ b/drivers/usb/core/quirks.c
@@ -435,6 +435,9 @@ static const struct usb_device_id usb_quirk_list[] = {
{ USB_DEVICE(0x1532, 0x0116), .driver_info =
USB_QUIRK_LINEAR_UFRAME_INTR_BINTERVAL },
+ /* Lenovo Powered USB-C Travel Hub (4X90S92381, RTL8153 GigE) */
+ { USB_DEVICE(0x17ef, 0x721e), .driver_info = USB_QUIRK_NO_LPM },
+
/* Lenovo ThinkCenter A630Z TI024Gen3 usb-audio */
{ USB_DEVICE(0x17ef, 0xa012), .driver_info =
USB_QUIRK_DISCONNECT_SUSPEND },
--
2.33.0
next prev parent reply other threads:[~2021-12-06 21:18 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-06 21:17 [PATCH AUTOSEL 5.4 01/10] drm/msm/dsi: set default num_data_lanes Sasha Levin
2021-12-06 21:17 ` Sasha Levin [this message]
2021-12-06 21:17 ` [PATCH AUTOSEL 5.4 03/10] net/mlx4_en: Update reported link modes for 1/10G Sasha Levin
2021-12-06 21:17 ` [PATCH AUTOSEL 5.4 04/10] tools: Fix math.h breakage Sasha Levin
2021-12-06 21:17 ` [PATCH AUTOSEL 5.4 05/10] parisc/agp: Annotate parisc agp init functions with __init Sasha Levin
2021-12-06 21:17 ` [PATCH AUTOSEL 5.4 06/10] i2c: rk3x: Handle a spurious start completion interrupt flag Sasha Levin
2021-12-06 21:17 ` [PATCH AUTOSEL 5.4 07/10] net: netlink: af_netlink: Prevent empty skb by adding a check on len Sasha Levin
2021-12-06 21:17 ` [PATCH AUTOSEL 5.4 08/10] drm/amd/display: Fix for the no Audio bug with Tiled Displays Sasha Levin
2021-12-06 21:17 ` [PATCH AUTOSEL 5.4 09/10] drm/amd/display: add connector type check for CRC source set Sasha Levin
2021-12-06 21:17 ` [PATCH AUTOSEL 5.4 10/10] tracing: Fix a kmemleak false positive in tracing_map Sasha Levin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211206211738.1661003-2-sashal@kernel.org \
--to=sashal@kernel.org \
--cc=chris.chiu@canonical.com \
--cc=davem@davemloft.net \
--cc=gregkh@linuxfoundation.org \
--cc=johan@kernel.org \
--cc=kai.heng.feng@canonical.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=olebowle@gmx.com \
--cc=oneukum@suse.com \
--cc=stable@vger.kernel.org \
--cc=stefan.ursella@wolfvision.net \
--cc=stern@rowland.harvard.edu \
--cc=vpalatin@chromium.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox