public inbox for linux-usb@vger.kernel.org
 help / color / mirror / Atom feed
From: Lyude Paul <lyude@redhat.com>
To: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org
Cc: "Jiayi Li" <lijiayi@kylinos.cn>,
	"Mathias Nyman" <mathias.nyman@linux.intel.com>,
	"Oliver Neukum" <oneukum@suse.com>, "Miao Li" <limiao@kylinos.cn>,
	"Johannes Brüderl" <johannes.bruederl@gmail.com>,
	"Lei Huang" <huanglei@kylinos.cn>,
	"Lyude Paul" <lyude@redhat.com>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>
Subject: [PATCH 0/1] usb: core: Add quirk for Gigabyte Aorus Waterforce X II AIO coolers
Date: Tue,  3 Feb 2026 17:10:26 -0500	[thread overview]
Message-ID: <20260203221452.198682-1-lyude@redhat.com> (raw)

This appears to be the final bug that I've discovered on my newly built
desktop - the liquid cooler I installed doesn't appear to reset properly
during resume, and causes the kernel to print some errors (see the
commit message for more info). As far as I can tell, it seems to just be
a simple case of not supporting resets.

It's worth mentioning what the USB topology for this device actually
looks like:

/:  Bus 007.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/12p, 480M
    ID 1d6b:0002 Linux Foundation 2.0 root hub
    |__ Port 010: Dev 006, If 0, Class=Hub, Driver=hub/4p, 480M
        ID 05e3:0608 Genesys Logic, Inc. Hub
        |__ Port 004: Dev 015, If 0, Class=Human Interface Device, Driver=usbhid, 480M
            ID 0414:7a5e Giga-Byte Technology Co., Ltd

To be clear, I believe the second hub (Genesys Logic) is built into the
liquid cooler itself. Since there seem to be a number of known issues
with Genesys Logic hubs (at least according to our quirks file) I did
give a try at applying various quirks to it, but none of them seemed to
make any difference.

Of course, if anyone thinks there's more things I should try here feel
free to let me know :).

Lyude Paul (1):
  usb: core: Add quirk for Gigabyte Aorus Waterforce X II AIO coolers

 drivers/usb/core/quirks.c | 3 +++
 1 file changed, 3 insertions(+)


base-commit: de0674d9bc69699c497477d45172493393ae9007
-- 
2.52.0


             reply	other threads:[~2026-02-03 22:16 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-03 22:10 Lyude Paul [this message]
2026-02-03 22:10 ` [PATCH 1/1] usb: core: Add quirk for Gigabyte Aorus Waterforce X II AIO coolers Lyude Paul
2026-02-04  5:16   ` Greg Kroah-Hartman
2026-02-05 20:19     ` lyude

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=20260203221452.198682-1-lyude@redhat.com \
    --to=lyude@redhat.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=huanglei@kylinos.cn \
    --cc=johannes.bruederl@gmail.com \
    --cc=lijiayi@kylinos.cn \
    --cc=limiao@kylinos.cn \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=mathias.nyman@linux.intel.com \
    --cc=oneukum@suse.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