diff options
| author | Michael Biebl <biebl@debian.org> | 2023-08-09 22:17:37 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2023-08-09 22:17:37 +0200 |
| commit | 22821a7b99dcb39e917c253e033e6cb255ae5c0b (patch) | |
| tree | 01b0cb91f575b8f8e14e540245f721f87fa84cbd | |
| parent | 7d520021e56f384bac4fd0505627408020275686 (diff) | |
Rebase patches
| -rw-r--r-- | debian/patches/Force-online-state-with-unmanaged-devices.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/debian/patches/Force-online-state-with-unmanaged-devices.patch b/debian/patches/Force-online-state-with-unmanaged-devices.patch index d51729d0..573abd2c 100644 --- a/debian/patches/Force-online-state-with-unmanaged-devices.patch +++ b/debian/patches/Force-online-state-with-unmanaged-devices.patch @@ -12,7 +12,7 @@ Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512286 1 file changed, 115 insertions(+) diff --git a/src/core/nm-manager.c b/src/core/nm-manager.c -index 19ca1d1..7af66a1 100644 +index 9c72122..76bade4 100644 --- a/src/core/nm-manager.c +++ b/src/core/nm-manager.c @@ -53,6 +53,8 @@ @@ -24,7 +24,7 @@ index 19ca1d1..7af66a1 100644 /*****************************************************************************/ typedef struct { -@@ -197,6 +199,10 @@ typedef struct { +@@ -229,6 +231,10 @@ typedef struct { GFileMonitor *fw_monitor; guint fw_changed_id; @@ -35,7 +35,7 @@ index 19ca1d1..7af66a1 100644 guint timestamp_update_id; guint devices_inited_id; -@@ -1529,6 +1535,27 @@ find_best_device_state(NMManager *manager) +@@ -2034,6 +2040,27 @@ find_best_device_state(NMManager *manager) return best_state; } @@ -63,7 +63,7 @@ index 19ca1d1..7af66a1 100644 static void nm_manager_update_metered(NMManager *self) { -@@ -1575,6 +1602,9 @@ nm_manager_update_state(NMManager *self) +@@ -2080,6 +2107,9 @@ nm_manager_update_state(NMManager *self) else new_state = find_best_device_state(self); @@ -73,7 +73,7 @@ index 19ca1d1..7af66a1 100644 if (new_state >= NM_STATE_CONNECTED_LOCAL && priv->connectivity_state == NM_CONNECTIVITY_FULL) { new_state = NM_STATE_CONNECTED_GLOBAL; } -@@ -6964,6 +6994,62 @@ impl_manager_get_logging(NMDBusObject *obj, +@@ -7694,6 +7724,62 @@ impl_manager_get_logging(NMDBusObject *obj, g_variant_new("(ss)", nm_logging_level_to_string(), nm_logging_domains_to_string())); } @@ -136,7 +136,7 @@ index 19ca1d1..7af66a1 100644 typedef struct { NMManager *self; GDBusMethodInvocation *context; -@@ -7256,6 +7342,9 @@ nm_manager_start(NMManager *self, GError **error) +@@ -7986,6 +8072,9 @@ nm_manager_start(NMManager *self, GError **error) nm_clear_g_source(&priv->devices_inited_id); priv->devices_inited_id = g_idle_add_full(G_PRIORITY_LOW + 10, devices_inited_cb, self, NULL); @@ -146,7 +146,7 @@ index 19ca1d1..7af66a1 100644 return TRUE; } -@@ -8131,6 +8220,22 @@ nm_manager_init(NMManager *self) +@@ -8871,6 +8960,22 @@ nm_manager_init(NMManager *self) _LOGW(LOGD_CORE, "failed to monitor kernel firmware directory '%s'.", KERNEL_FIRMWARE_DIR); } @@ -169,7 +169,7 @@ index 19ca1d1..7af66a1 100644 priv->metered = NM_METERED_UNKNOWN; priv->sleep_devices = g_hash_table_new(nm_direct_hash, NULL); } -@@ -8421,6 +8526,16 @@ dispose(GObject *object) +@@ -9161,6 +9266,16 @@ dispose(GObject *object) g_clear_object(&priv->fw_monitor); } |