diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2016-01-30 20:14:24 -0800 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2016-02-11 10:51:53 +0100 |
commit | 9cbd0c61b0562b2f2370d5c192d06fe8694bb021 (patch) | |
tree | 983dfafcd73a76aea85ca0df6a7b10673a06b80f /src/mm-sim-qmi.h | |
parent | 7ded4f3c3be0a437d39777f38dfd58df4b570c07 (diff) |
sim-qmi: implement SIM verify/unblock/change/enable with UIM service
Newer modems like the MC7455 don't implement the "DMS UIM" commands in the
DMS service, and therefore these modems need to use the UIM service directly.
We include a new flag to detect whether any of the DMS UIM commands is flagged
as invalid, and if so, we'll fallback to the UIM specific implementations for
all.
libqmi version bump to 1.13.7, which includes the new required methods.
Diffstat (limited to 'src/mm-sim-qmi.h')
-rw-r--r-- | src/mm-sim-qmi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-sim-qmi.h b/src/mm-sim-qmi.h index 070f98f6..c0b76218 100644 --- a/src/mm-sim-qmi.h +++ b/src/mm-sim-qmi.h @@ -30,9 +30,11 @@ typedef struct _MMSimQmi MMSimQmi; typedef struct _MMSimQmiClass MMSimQmiClass; +typedef struct _MMSimQmiPrivate MMSimQmiPrivate; struct _MMSimQmi { MMBaseSim parent; + MMSimQmiPrivate *priv; }; struct _MMSimQmiClass { |