[gnome-software/wip/ubuntu-xenial] trivial: Fix live updating of USB firmware
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/ubuntu-xenial] trivial: Fix live updating of USB firmware
- Date: Mon, 25 Apr 2016 13:09:46 +0000 (UTC)
commit f5832ee22cdfb55a0eab38da0120647e8161e889
Author: Richard Hughes <richard hughsie com>
Date: Mon Apr 25 13:59:27 2016 +0100
trivial: Fix live updating of USB firmware
The default is LIVE, unless the device is declared offline-only.
src/plugins/gs-plugin-fwupd.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/plugins/gs-plugin-fwupd.c b/src/plugins/gs-plugin-fwupd.c
index f2b93bd..7cfc084 100644
--- a/src/plugins/gs-plugin-fwupd.c
+++ b/src/plugins/gs-plugin-fwupd.c
@@ -932,7 +932,7 @@ gs_plugin_fwupd_install (GsPlugin *plugin,
const gchar *install_method;
const gchar *device_id;
const gchar *filename;
- gboolean offline = TRUE;
+ gboolean offline = FALSE;
/* only process this app if was created by this plugin */
if (g_strcmp0 (gs_app_get_management_plugin (app), "fwupd") != 0)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]