projects
/
systemd
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9028873
)
device: make sure we emit PropertiesChanged signal once we set sysfs
author
Michal Sekletár
<msekleta@redhat.com>
Thu, 26 Mar 2020 12:34:20 +0000
(13:34 +0100)
committer
Jan Synacek
<jan.synacek@gmail.com>
Thu, 6 Aug 2020 15:20:43 +0000
(17:20 +0200)
(cherry picked from commit
7c4d139485139eae95b17a1d54cb51ae958abd70
)
Related: #
1793533
src/core/device.c
patch
|
blob
|
history
diff --git
a/src/core/device.c
b/src/core/device.c
index a2d00a0fbe78033394fa3f773be24109b6934fd5..21fe3802bde57def4892f01a37b39ddceb6e8384 100644
(file)
--- a/
src/core/device.c
+++ b/
src/core/device.c
@@
-81,6
+81,8
@@
static int device_set_sysfs(Device *d, const char *sysfs) {
}
d->sysfs = TAKE_PTR(copy);
+ unit_add_to_dbus_queue(UNIT(d));
+
return 0;
}