mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 09:14:40 +00:00
Revert "modem-manager: uninhibit modem after upgrade"
This reverts commit e3b62e643b
which
fixes a crash when updating devices.
This commit is contained in:
parent
d005796af1
commit
7f6605cf8d
@ -130,10 +130,6 @@ fu_plugin_mm_udev_device_port_added(FuPlugin *plugin,
|
||||
fu_plugin_mm_udev_device_ports_timeout_reset(plugin);
|
||||
return;
|
||||
}
|
||||
|
||||
/* device is being created, update is complete, uninhibit */
|
||||
fu_plugin_mm_uninhibit_device(plugin);
|
||||
|
||||
/* create device and add to cache */
|
||||
dev = fu_mm_device_udev_new(fu_plugin_get_context(plugin), priv->manager, priv->inhibited);
|
||||
fu_mm_device_udev_add_port(dev, subsystem, path, ifnum);
|
||||
|
Loading…
Reference in New Issue
Block a user