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 <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>

authored by Tim Guttzeit and committed by Greg Kroah-Hartman dfc2cf4d 37b9dd0d

+2
+2
drivers/usb/core/quirks.c
··· 467 /* Huawei 4G LTE module */ 468 { USB_DEVICE(0x12d1, 0x15bb), .driver_info = 469 USB_QUIRK_DISCONNECT_SUSPEND }, 470 { USB_DEVICE(0x12d1, 0x15c3), .driver_info = 471 USB_QUIRK_DISCONNECT_SUSPEND }, 472
··· 467 /* Huawei 4G LTE module */ 468 { USB_DEVICE(0x12d1, 0x15bb), .driver_info = 469 USB_QUIRK_DISCONNECT_SUSPEND }, 470 + { USB_DEVICE(0x12d1, 0x15c1), .driver_info = 471 + USB_QUIRK_DISCONNECT_SUSPEND }, 472 { USB_DEVICE(0x12d1, 0x15c3), .driver_info = 473 USB_QUIRK_DISCONNECT_SUSPEND }, 474