We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b9dd0 commit dfc2cf4Copy full SHA for dfc2cf4
drivers/usb/core/quirks.c
@@ -467,6 +467,8 @@ static const struct usb_device_id usb_quirk_list[] = {
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
474
0 commit comments