- 27 Jan, 2022 1 commit
-
-
Henry-Nicolas Tourneur authored
-
- 17 Jan, 2022 3 commits
-
-
Mario Limonciello authored
-
Mario Limonciello authored
-
Mario Limonciello authored
-
- 13 Jan, 2022 6 commits
-
-
Mario Limonciello authored
-
Mario Limonciello authored
-
Mario Limonciello authored
Release fwupd 1.7.4
-
Richard Hughes authored
-
Richard Hughes authored
At the moment a lot of the failures are only visible when running the daemon in verbose mode, and the inhibit functionalit provides us a way to unset FWUPD_DEVICE_FLAG_UPDATABLE from multiple places, as well as setting the update error for the user to see why.
-
Steve McIntyre authored
-
- 12 Jan, 2022 7 commits
-
-
This should make it so that the message doesn't pop up for someone who has used udev rules that match permissions to do ``` fwupdtool install-blob --plugins=dfu foo.bin ``` Unless there really was a failure
-
Richard Hughes authored
-
Richard Hughes authored
The only place we were using the instance ID -> GUID conversion was in the self tests, and assuming the group is always a GUID removes a lot of checks from a very hot path at startup.
-
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
-
- 11 Jan, 2022 3 commits
-
-
Richard Hughes authored
Although they do a lot of the same things, trying to deal with both kinds of device in the same GObject type was making it very hard to understand and maintain. Split out two GObjects that both derive from FuThunderboltDevice.
-
Richard Hughes authored
There is one eventlog item per-PCR with zero size. Fixes https://bugzilla.redhat.com/show_bug.cgi?id=2038167
-
Richard Hughes authored
-
- 10 Jan, 2022 2 commits
-
-
Richard Hughes authored
This leads to reports of: systemd-modules-load[1710]: Failed to insert 'ipmi_si': No such device systemd-modules-load.service: Main process exited, code=exited, status=1/FAILURE -
Richard Hughes authored
-
- 08 Jan, 2022 2 commits
-
-
Mario Limonciello authored
-
Mario Limonciello authored
-
- 07 Jan, 2022 2 commits
-
-
Richard Hughes authored
-
Richard Hughes authored
Also, simplify the helper that's passed to the retry function.
-
- 06 Jan, 2022 10 commits
-
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
-
Decrease the GUsb polling interval when any of the devices is in `WAIT_FOR_REPLUG` on when running on Windows. Any device that can re-enumerate much faster than the default 1000ms may be missed and the detach may fail. Linux doesn't have this problem as it has `LIBUSB_CAP_HAS_HOTPLUG`.
-
Richard Hughes authored
-
It needs to go through a MIR
-
Richard Hughes authored
Also, check both after ->register() rather than using a warning.
-
Mario Limonciello authored
-
Mario Limonciello authored
It needs to go through a MIR
-
Ricardo Cañuelo authored
-
- 05 Jan, 2022 4 commits
-
-
Richard Hughes authored
Now all plugins define custom GTypes in the _init() vfunc, and so there's no need to actually probe devices to just get access to those. This means you can get results from `fwupdtool get-firmware-types` about two orders of magnitude quicker.
-
Richard Hughes authored
We need to load the quirks (respecting NO_CACHE), then load the SMBIOS, and only then match the hwids using the quick database. This means we don't get a console warning when using fwupdtool commands as a non-root user.
-
Richard Hughes authored
-
Richard Hughes authored
-