Skip to content

Commit 0326ff2

Browse files
tuxedoxtgregkh
authored andcommitted
usb/core/quirks: Add Huawei ME906S-device to wakeup quirk
Similar to other Huawei LTE modules using this quirk, this version with another vid/pid suffers from spurious wakeups. Setting the quirk fixes the issue for this device as well. Cc: stable <stable@kernel.org> Signed-off-by: Christoffer Sandberg <cs@tuxedo.de> Signed-off-by: Werner Sembach <wse@tuxedocomputers.com> Link: https://patch.msgid.link/20260306172817.2098898-1-wse@tuxedocomputers.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 56135c0 commit 0326ff2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

drivers/usb/core/quirks.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,10 @@ static const struct usb_device_id usb_quirk_list[] = {
209209
/* HP v222w 16GB Mini USB Drive */
210210
{ USB_DEVICE(0x03f0, 0x3f40), .driver_info = USB_QUIRK_DELAY_INIT },
211211

212+
/* Huawei 4G LTE module ME906S */
213+
{ USB_DEVICE(0x03f0, 0xa31d), .driver_info =
214+
USB_QUIRK_DISCONNECT_SUSPEND },
215+
212216
/* Creative SB Audigy 2 NX */
213217
{ USB_DEVICE(0x041e, 0x3020), .driver_info = USB_QUIRK_RESET_RESUME },
214218

0 commit comments

Comments
 (0)