diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2021-03-25 00:26:25 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-05-26 12:20:00 +0000 |
commit | 10651ba93f89ed1320b5a88ae11679230bcac4fc (patch) | |
tree | 4f9b3c2aa741b80fe073f74e98303031610bc9f3 | |
parent | e4f106f311c106fb375dbfda7690ae5d67e68193 (diff) |
quectel: the generic AT based modem supports SIM hot swap
-rw-r--r-- | plugins/quectel/mm-broadband-modem-quectel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/quectel/mm-broadband-modem-quectel.c b/plugins/quectel/mm-broadband-modem-quectel.c index 53916bf7..b75a12ff 100644 --- a/plugins/quectel/mm-broadband-modem-quectel.c +++ b/plugins/quectel/mm-broadband-modem-quectel.c @@ -55,6 +55,8 @@ mm_broadband_modem_quectel_new (const gchar *device, /* Generic bearer supports TTY only */ MM_BASE_MODEM_DATA_NET_SUPPORTED, FALSE, MM_BASE_MODEM_DATA_TTY_SUPPORTED, TRUE, + MM_IFACE_MODEM_SIM_HOT_SWAP_SUPPORTED, TRUE, + MM_IFACE_MODEM_SIM_HOT_SWAP_CONFIGURED, FALSE, NULL); } |