mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] USB: quirks: Ignore wakeup from the Valve Index HMD hub
@ 2026-09-24  3:41 Curtis Vogt
  2026-09-24 15:44 ` Mario Limonciello
  0 siblings, 1 reply; 2+ messages in thread
From: Curtis Vogt @ 2026-09-24  3:41 UTC (permalink / raw)
  To: Greg Kroah-Hartman
  Cc: linux-usb, linux-kernel, Mario Limonciello, Michal Pecio, Curtis Vogt

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] USB: quirks: Ignore wakeup from the Valve Index HMD hub
  2026-09-24  3:41 [PATCH] USB: quirks: Ignore wakeup from the Valve Index HMD hub Curtis Vogt
@ 2026-09-24 15:44 ` Mario Limonciello
  0 siblings, 0 replies; 2+ messages in thread
From: Mario Limonciello @ 2026-09-24 15:44 UTC (permalink / raw)
  To: Curtis Vogt, Greg Kroah-Hartman; +Cc: linux-usb, linux-kernel, Michal Pecio



On 9/23/26 22:41, Curtis Vogt wrote:
> 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>

I guess this would make sense:

Closes: https://gitlab.freedesktop.org/drm/amd/-/work_items/4333

Thanks for the patch.

Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org>> ---
>   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 },
>   


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-09-24 15:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-24  3:41 [PATCH] USB: quirks: Ignore wakeup from the Valve Index HMD hub Curtis Vogt
2026-09-24 15:44 ` Mario Limonciello

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®