aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmi-firmware-update/qfu-updater.h
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@aleksander.es>2016-12-08 15:13:25 +0100
committerAleksander Morgado <aleksander@aleksander.es>2017-01-16 11:24:14 +0100
commitdda312149e93752a005e520617ab90ed9146d006 (patch)
tree7c2916cb54e7e94a73e3be30784cb96de218290a /src/qmi-firmware-update/qfu-updater.h
parentb94cfb01326bfa5e3520149d8a203a366e1e1e03 (diff)
downloadexternal_libqmi-dda312149e93752a005e520617ab90ed9146d006.zip
external_libqmi-dda312149e93752a005e520617ab90ed9146d006.tar.gz
external_libqmi-dda312149e93752a005e520617ab90ed9146d006.tar.bz2
qmi-firmware-update: automatically detect firmware/config/carrier
Only if required; e.g. for modems supporting Get/Set Firmware Preference.
Diffstat (limited to 'src/qmi-firmware-update/qfu-updater.h')
-rw-r--r--src/qmi-firmware-update/qfu-updater.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmi-firmware-update/qfu-updater.h b/src/qmi-firmware-update/qfu-updater.h
index 56ff6b5..230be0f 100644
--- a/src/qmi-firmware-update/qfu-updater.h
+++ b/src/qmi-firmware-update/qfu-updater.h
@@ -53,7 +53,8 @@ QfuUpdater *qfu_updater_new (GFile *cdc_wdm_file,
const gchar *config_version,
const gchar *carrier,
gboolean device_open_proxy,
- gboolean device_open_mbim);
+ gboolean device_open_mbim,
+ gboolean force);
QfuUpdater *qfu_updater_new_qdl (GFile *serial_file);
void qfu_updater_run (QfuUpdater *self,
GList *image_file_list,