From: Curtis Vogt <curtis.vogt@gmail.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org,
Mario Limonciello <mario.limonciello@amd.com>,
Michal Pecio <michal.pecio@gmail.com>,
Curtis Vogt <curtis.vogt@gmail.com>
Subject: [PATCH] USB: quirks: Ignore wakeup from the Valve Index HMD hub
Date: Wed, 23 Sep 2026 22:41:19 -0500 [thread overview]
Message-ID: <20260924034200.421686-1-curtis.vogt@gmail.com> (raw)
The Valve Index HMD's onboard USB hub (28de:2613) asserts remote wakeup a
few seconds after the host enters S3, so a system with the headset
attached does not stay suspended. Observed on 7.3-rc2: every suspend
attempt returned after ~6 seconds with wakeup events recorded from the
hub. Disabling wakeup on the hub through sysfs allows the host to stay
asleep until woken from the front panel. The headset most likely reacts to
the DisplayPort link being taken down as the host suspends.
Nothing behind this hub is a device that should be able to wake the host.
The headset includes a radio, microphone, and a downstream Microchip
USB2744 hub.
Link: https://lore.kernel.org/all/20260910170254.833871-1-mario.limonciello@amd.com
Signed-off-by: Curtis Vogt <curtis.vogt@gmail.com>
---
drivers/usb/core/quirks.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/drivers/usb/core/quirks.c b/drivers/usb/core/quirks.c
index b5b577f0b931..7ededf8d9cfd 100644
--- a/drivers/usb/core/quirks.c
+++ b/drivers/usb/core/quirks.c
@@ -596,6 +596,10 @@ static const struct usb_device_id usb_quirk_list[] = {
/* ShanWan Wireless Gamepad */
{ USB_DEVICE(0x2563, 0x0575), .driver_info = USB_QUIRK_WINDOWS_CONFIG_REQ_SIZE },
+ /* Valve Index HMD hub */
+ { USB_DEVICE(0x28de, 0x2613), .driver_info =
+ USB_QUIRK_IGNORE_REMOTE_WAKEUP },
+
/* UGREEN 35871 - BOS descriptor fetch hangs at SuperSpeed Plus */
{ USB_DEVICE(0x2b89, 0x5871), .driver_info = USB_QUIRK_NO_BOS },
--
2.55.0
next reply other threads:[~2026-09-24 3:42 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-24 3:41 Curtis Vogt [this message]
2026-09-24 15:44 ` Mario Limonciello
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=20260924034200.421686-1-curtis.vogt@gmail.com \
--to=curtis.vogt@gmail.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=mario.limonciello@amd.com \
--cc=michal.pecio@gmail.com \
/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
all inboxes | Powered by JetHome®