]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
usb/core/quirks: Add Huawei ME906S to wakeup quirk
authorTim Guttzeit <t.guttzeit@tuxedocomputers.com>
Mon, 20 Oct 2025 13:39:04 +0000 (15:39 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 29 Oct 2025 13:03:12 +0000 (14:03 +0100)
commit dfc2cf4dcaa03601cd4ca0f7def88b2630fca6ab upstream.

The list of Huawei LTE modules needing the quirk fixing spurious wakeups
was missing the IDs of the Huawei ME906S module, therefore suspend did not
work.

Cc: stable <stable@kernel.org>
Signed-off-by: Tim Guttzeit <t.guttzeit@tuxedocomputers.com>
Signed-off-by: Werner Sembach <wse@tuxedocomputers.com>
Link: https://patch.msgid.link/20251020134304.35079-1-wse@tuxedocomputers.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/core/quirks.c

index f7747524be6dcd65866a59b2f18678f1e72b257f..d2a249fd276ce27e4e50523c62cf93b7802b8c4a 100644 (file)
@@ -461,6 +461,8 @@ static const struct usb_device_id usb_quirk_list[] = {
        /* Huawei 4G LTE module */
        { USB_DEVICE(0x12d1, 0x15bb), .driver_info =
                        USB_QUIRK_DISCONNECT_SUSPEND },
+       { USB_DEVICE(0x12d1, 0x15c1), .driver_info =
+                       USB_QUIRK_DISCONNECT_SUSPEND },
        { USB_DEVICE(0x12d1, 0x15c3), .driver_info =
                        USB_QUIRK_DISCONNECT_SUSPEND },