cinterion: Add support for PLSx3w modems

Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com>
This commit is contained in:
Theodore A. Roth
2021-08-18 06:30:27 -06:00
committed by Aleksander Morgado
parent 8d95c82f9c
commit e8bb90e006

View File

@@ -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