summaryrefslogtreecommitdiff
path: root/src/mm-port-qmi.h
diff options
context:
space:
mode:
authorEric Caruso <ejcaruso@chromium.org>2017-10-20 10:10:47 -0700
committerAleksander Morgado <aleksander@aleksander.es>2017-10-22 11:53:32 +0200
commit098c4c0271e04b564da57bb5c9e4e8e067bd58c9 (patch)
treeec93cc71c640658de10ff507c13da253f7c52f1e /src/mm-port-qmi.h
parentb4278615fc273756ae5fe2b84da1e39a56d3e121 (diff)
mm-broadband-modem-qmi: reprobe on qmi-proxy death
This allows us to reprobe the modem and respawn the qmi-proxy in case it dies on us. This gets us access to the modem and unsolicited notifications again. Do this by connecting to the device-removed signal on QmiDevice. --- Rebased on top of git master by Aleksander Morgado <aleksander@aleksander.es>
Diffstat (limited to 'src/mm-port-qmi.h')
-rw-r--r--src/mm-port-qmi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mm-port-qmi.h b/src/mm-port-qmi.h
index 2724140a..26818c84 100644
--- a/src/mm-port-qmi.h
+++ b/src/mm-port-qmi.h
@@ -82,6 +82,8 @@ QmiClient *mm_port_qmi_get_client (MMPortQmi *self,
QmiService service,
MMPortQmiFlag flag);
+QmiDevice *mm_port_qmi_peek_device (MMPortQmi *self);
+
gboolean mm_port_qmi_llp_is_raw_ip (MMPortQmi *self);
#endif /* MM_PORT_QMI_H */