Skip to content

Commit b569bfd

Browse files
Filip Mocksacilotto
authored andcommitted
net: usb: qmi_wwan: Set DTR quirk for MR400
BugLink: https://bugs.launchpad.net/bugs/1908561 [ Upstream commit df8d85d ] 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Kamal Mostafa <kamal@canonical.com> Signed-off-by: Ian May <ian.may@canonical.com>
1 parent d4e50e4 commit b569bfd

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
@@ -1092,7 +1092,7 @@ static const struct usb_device_id products[] = {
10921092
{QMI_FIXED_INTF(0x05c6, 0x9011, 4)},
10931093
{QMI_FIXED_INTF(0x05c6, 0x9021, 1)},
10941094
{QMI_FIXED_INTF(0x05c6, 0x9022, 2)},
1095-
{QMI_FIXED_INTF(0x05c6, 0x9025, 4)}, /* Alcatel-sbell ASB TL131 TDD LTE (China Mobile) */
1095+
{QMI_QUIRK_SET_DTR(0x05c6, 0x9025, 4)}, /* Alcatel-sbell ASB TL131 TDD LTE (China Mobile) */
10961096
{QMI_FIXED_INTF(0x05c6, 0x9026, 3)},
10971097
{QMI_FIXED_INTF(0x05c6, 0x902e, 5)},
10981098
{QMI_FIXED_INTF(0x05c6, 0x9031, 5)},

0 commit comments

Comments
 (0)