Skip to content

Commit d1446a9

Browse files
Tim Guttzeitgregkh
authored andcommitted
usb/core/quirks: Add Huawei ME906S to wakeup quirk
commit dfc2cf4 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>
1 parent f805ddd commit d1446a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/usb/core/quirks.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -464,6 +464,8 @@ static const struct usb_device_id usb_quirk_list[] = {
464464
/* Huawei 4G LTE module */
465465
{ USB_DEVICE(0x12d1, 0x15bb), .driver_info =
466466
USB_QUIRK_DISCONNECT_SUSPEND },
467+
{ USB_DEVICE(0x12d1, 0x15c1), .driver_info =
468+
USB_QUIRK_DISCONNECT_SUSPEND },
467469
{ USB_DEVICE(0x12d1, 0x15c3), .driver_info =
468470
USB_QUIRK_DISCONNECT_SUSPEND },
469471

0 commit comments

Comments
 (0)