Skip to content

Commit 382e363

Browse files
Enrico SauPaolo Abeni
authored andcommitted
net: usb: qmi_wwan: add Telit 0x1080 composition
Add the following Telit FE990 composition: 0x1080: tty, adb, rmnet, tty, tty, tty, tty Signed-off-by: Enrico Sau <enrico.sau@gmail.com> Link: https://lore.kernel.org/r/20230306120528.198842-1-enrico.sau@gmail.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
1 parent 418383e commit 382e363

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/usb/qmi_wwan.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1364,6 +1364,7 @@ static const struct usb_device_id products[] = {
13641364
{QMI_QUIRK_SET_DTR(0x1bc7, 0x1057, 2)}, /* Telit FN980 */
13651365
{QMI_QUIRK_SET_DTR(0x1bc7, 0x1060, 2)}, /* Telit LN920 */
13661366
{QMI_QUIRK_SET_DTR(0x1bc7, 0x1070, 2)}, /* Telit FN990 */
1367+
{QMI_QUIRK_SET_DTR(0x1bc7, 0x1080, 2)}, /* Telit FE990 */
13671368
{QMI_FIXED_INTF(0x1bc7, 0x1100, 3)}, /* Telit ME910 */
13681369
{QMI_FIXED_INTF(0x1bc7, 0x1101, 3)}, /* Telit ME910 dual modem */
13691370
{QMI_FIXED_INTF(0x1bc7, 0x1200, 5)}, /* Telit LE920 */

0 commit comments

Comments
 (0)