- 26 Sep, 2017 12 commits
-
-
Richard Hughes authored
This allows us to address the warning from the daemon.
-
Richard Hughes authored
Plugins should have calls to fu_device_set_vendor_id() to lock the device down to one specific vendor. This vendor ID should match the ID set on the LVFS.
-
Richard Hughes authored
We should not use system quirks for version formatting or use the SMBIOS name as a prefix for non-integral devices.
-
Richard Hughes authored
No functional changes.
-
Richard Hughes authored
-
Richard Hughes authored
-
Mario Limonciello authored
It's not very common to have a system with a Synaptics MST hub or a dock plugged in. Avoid slowing down fwupd enumeration in the common scenario.
-
Mario Limonciello authored
As type-C docks become more common MST controllers in the host are going to become rarer. This should be a manageable whitelist and prevent running the SMI on the majority of systems.
-
Mario Limonciello authored
Enough places look for it that code duplication should go away.
-
Mario Limonciello authored
This is certainly a problem lower in the stack, but at least provide a method to block these systems from bringing down fwupd until it's fixed.
-
Mario Limonciello authored
For example if trying to run on a server, they might support some dell SMI but are architected differently.
-
Mario Limonciello authored
-
- 25 Sep, 2017 2 commits
-
-
Mario Limonciello authored
-
Mario Limonciello authored
-
- 22 Sep, 2017 1 commit
-
-
Philip Withnall authored
This was causing problems building on Jessie, and turns out to be unused anyway: AttributeError: 'gi.repository.PangoCairo' object has no attribute 'font_map_get_default' Signed-off-by:
Philip Withnall <withnall@endlessm.com>
-
- 21 Sep, 2017 3 commits
-
-
Mario Limonciello authored
It's important to make sure that coldplug finished on thunderbolt as this is what thunderbolt-power uses to make intelligent decisions
-
Richard Hughes authored
The only things that plugins can declare is that they should be run before, after or never with regard to another plugin.
-
Mario Limonciello authored
This allows people to build without docker without root.
-
- 20 Sep, 2017 6 commits
-
-
Mario Limonciello authored
Eventually fu-dell-common will not be used by synaptics, and it's already not using this function.
-
Richard Hughes authored
Fixes https://github.com/hughsie/fwupd/issues/262
-
Mario Limonciello authored
-
Mario Limonciello authored
libsmbios is still used as a fallback in some cases, mostly because it's not clear whether or not ProductSKU is available in all instances.
-
Richard Hughes authored
-
Mario Limonciello authored
testing should shield CI from migrations happening in unstable can switch back to unstable as needed in future
-
- 19 Sep, 2017 13 commits
-
-
Mario Limonciello authored
-
Richard Hughes authored
The same thing can be done using BlacklistPlugins=test
-
Richard Hughes authored
The exact same thing can be done using BlacklistPlugins=udev
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
Some (HIDPPv1?) devices don't like being probed, and in some cases actually stop working altogether. Fixes bugs like #127 and #258
-
Richard Hughes authored
This allows a plugin to see if a GUID is supported in the AppStream metadata of configured remotes. It allows plugins to skip devices that are not supported and that do bad things when probed.
-
Richard Hughes authored
This reverts commit f194d685.
-
Richard Hughes authored
-
Richard Hughes authored
Fixes: https://github.com/hughsie/fwupd/issues/98
-
Richard Hughes authored
-
Richard Hughes authored
-
Richard Hughes authored
-
- 18 Sep, 2017 3 commits
-
-
Mario Limonciello authored
It's been superceded by the thunderbolt power plugin
-
Richard Hughes authored
Some (HIDPPv1?) devices don't like being probed, and in some cases actually stop working altogether. As we only really support the K780, just whitelist that and another test device. Fixes bugs like #127 and #258
-
Richard Hughes authored
-