diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2020-09-18 12:03:07 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2020-09-28 12:00:08 +0200 |
commit | e4308a529e1b05b772a0fbbf7296c7132e9e8a9e (patch) | |
tree | 511c45a8d2165ca78791d9bb0c00da0429f9a0e6 /plugins/quectel/mm-shared-quectel.h | |
parent | a2eb80e1709766cb92024481d3ffc3533acd4ecf (diff) |
quectel: setup parent SIM hot swap in addition to +QUSIM
So that e.g. in QMI-based devices we have both things, not just one.
Diffstat (limited to 'plugins/quectel/mm-shared-quectel.h')
-rw-r--r-- | plugins/quectel/mm-shared-quectel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/quectel/mm-shared-quectel.h b/plugins/quectel/mm-shared-quectel.h index 88023b3b..1a49c29b 100644 --- a/plugins/quectel/mm-shared-quectel.h +++ b/plugins/quectel/mm-shared-quectel.h @@ -37,7 +37,8 @@ typedef struct _MMSharedQuectel MMSharedQuectel; struct _MMSharedQuectel { GTypeInterface g_iface; - MMIfaceModemLocation * (* peek_parent_location_interface) (MMSharedQuectel *self); + MMIfaceModem * (* peek_parent_modem_interface) (MMSharedQuectel *self); + MMIfaceModemLocation * (* peek_parent_modem_location_interface) (MMSharedQuectel *self); }; GType mm_shared_quectel_get_type (void); |