Skip to content

Commit df8d85d

Browse files
Filip Mockuba-moo
authored andcommitted
net: usb: qmi_wwan: Set DTR quirk for MR400
LTE module MR400 embedded in TL-MR6400 v4 requires DTR to be set. Signed-off-by: Filip Moc <dev@moc6.cz> Acked-by: Bjørn Mork <bjorn@mork.no> Link: https://lore.kernel.org/r/20201117173631.GA550981@moc6.cz Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent c09c8a2 commit df8d85d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/usb/qmi_wwan.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ static const struct usb_device_id products[] = {
10701070
{QMI_FIXED_INTF(0x05c6, 0x9011, 4)},
10711071
{QMI_FIXED_INTF(0x05c6, 0x9021, 1)},
10721072
{QMI_FIXED_INTF(0x05c6, 0x9022, 2)},
1073-
{QMI_FIXED_INTF(0x05c6, 0x9025, 4)}, /* Alcatel-sbell ASB TL131 TDD LTE (China Mobile) */
1073+
{QMI_QUIRK_SET_DTR(0x05c6, 0x9025, 4)}, /* Alcatel-sbell ASB TL131 TDD LTE (China Mobile) */
10741074
{QMI_FIXED_INTF(0x05c6, 0x9026, 3)},
10751075
{QMI_FIXED_INTF(0x05c6, 0x902e, 5)},
10761076
{QMI_FIXED_INTF(0x05c6, 0x9031, 5)},

0 commit comments

Comments
 (0)