Skip to content

Commit dfc2cf4

Browse files
Tim Guttzeitgregkh
authored andcommitted
usb/core/quirks: Add Huawei ME906S to wakeup quirk
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 <[email protected]> Signed-off-by: Tim Guttzeit <[email protected]> Signed-off-by: Werner Sembach <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 37b9dd0 commit dfc2cf4

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
@@ -467,6 +467,8 @@ static const struct usb_device_id usb_quirk_list[] = {
467467
/* Huawei 4G LTE module */
468468
{ USB_DEVICE(0x12d1, 0x15bb), .driver_info =
469469
USB_QUIRK_DISCONNECT_SUSPEND },
470+
{ USB_DEVICE(0x12d1, 0x15c1), .driver_info =
471+
USB_QUIRK_DISCONNECT_SUSPEND },
470472
{ USB_DEVICE(0x12d1, 0x15c3), .driver_info =
471473
USB_QUIRK_DISCONNECT_SUSPEND },
472474

0 commit comments

Comments
 (0)