diff options
Diffstat (limited to 'src/plugins/ublox/mm-broadband-modem-ublox.c')
-rw-r--r-- | src/plugins/ublox/mm-broadband-modem-ublox.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/ublox/mm-broadband-modem-ublox.c b/src/plugins/ublox/mm-broadband-modem-ublox.c index 12be08c3..2859e4dd 100644 --- a/src/plugins/ublox/mm-broadband-modem-ublox.c +++ b/src/plugins/ublox/mm-broadband-modem-ublox.c @@ -1972,6 +1972,7 @@ setup_ports (MMBroadbandModem *_self) MMBroadbandModemUblox * mm_broadband_modem_ublox_new (const gchar *device, + const gchar *physdev, const gchar **drivers, const gchar *plugin, guint16 vendor_id, @@ -1979,6 +1980,7 @@ mm_broadband_modem_ublox_new (const gchar *device, { return g_object_new (MM_TYPE_BROADBAND_MODEM_UBLOX, MM_BASE_MODEM_DEVICE, device, + MM_BASE_MODEM_PHYSDEV, physdev, MM_BASE_MODEM_DRIVERS, drivers, MM_BASE_MODEM_PLUGIN, plugin, MM_BASE_MODEM_VENDOR_ID, vendor_id, |