summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheodore A. Roth <theodore_roth@trimble.com>2021-08-18 06:30:27 -0600
committerAleksander Morgado <aleksander@aleksander.es>2022-04-05 10:53:11 +0200
commit4cb6eb647e218568bebd5c9123974d9a81c5c88d (patch)
tree2ad4bc7b221af472bafcfeb404ef971d214d5c04
parent3dae79c429f5484e9c242e5fb8019c2fbe7dc6d4 (diff)
downloadModemManager-4cb6eb647e218568bebd5c9123974d9a81c5c88d.tar.gz
cinterion: Add support for PLSx3w modems
Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com> (cherry picked from commit e8bb90e006179aa7f38fba1657d6f884ef488164)
-rw-r--r--plugins/cinterion/mm-broadband-bearer-cinterion.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/cinterion/mm-broadband-bearer-cinterion.c b/plugins/cinterion/mm-broadband-bearer-cinterion.c
index dcc79a9fb..2802a75cc 100644
--- a/plugins/cinterion/mm-broadband-bearer-cinterion.c
+++ b/plugins/cinterion/mm-broadband-bearer-cinterion.c
@@ -44,6 +44,7 @@ typedef struct {
* The expected USB interface mapping is:
* INTERFACE=usb0 -> ID_USB_INTERFACE_NUM=0a
* INTERFACE=usb1 -> ID_USB_INTERFACE_NUM=0c
+ * INTERFACE=usb0 -> ID_USB_INTERFACE_NUM=08 (PLSx3w)
*/
static const UsbInterfaceConfig usb_interface_configs[] = {
{
@@ -54,6 +55,10 @@ static const UsbInterfaceConfig usb_interface_configs[] = {
.swwan_index = 2,
.usb_iface_num = 0x0c,
},
+ {
+ .swwan_index = 1,
+ .usb_iface_num = 0x08,
+ },
};
static gint