Richard Hughes
f6cd676fef
trivial: Add required dep for dbxtool
2021-06-15 11:45:16 +01:00
Richard Hughes
a5a82ba519
trivial: Fix the FuDeviceInternalFlags conversion funcs
2021-06-15 10:18:24 +01:00
Richard Hughes
39b3140ed3
trivial: post release version bump
2021-06-14 14:46:05 +01:00
Richard Hughes
85e3916c77
Release fwupd 1.6.1
2021-06-14 14:31:12 +01:00
Ricardo Cañuelo
7a125913bb
logitech-hidpp: make receiver runtime class derivable
2021-06-14 13:31:44 +01:00
Richard Hughes
2dd6462c0c
trivial: Export the DFU version constants into libfwupdplugin
2021-06-14 07:15:42 -05:00
Ricardo Cañuelo
be8634d2cb
logitech-hidpp: fix bug in type casting
2021-06-14 12:35:34 +01:00
Richard Hughes
69f8ae5fb1
Add a precommit check for superfluous includes
2021-06-14 10:12:45 +01:00
Mario Limonciello
e6cd7d1d60
trivial: wacom_usb: depend on plugin_deps rather than hardcoding libraries
2021-06-14 10:12:45 +01:00
Mario Limonciello
73cdf067ed
trivial: fixup includes for a variety of plugins
2021-06-14 10:12:45 +01:00
Mario Limonciello
a8cfa9ee86
trivial: fix gir compilation when gusb is turned off
2021-06-14 09:26:22 +01:00
Mario Limonciello
172fd51e93
trivial: don't include gusb in pkg-config unless gusb enabled
2021-06-14 09:25:53 +01:00
Mario Limonciello
b0fd08b077
trivial: don't hardcode dependency on libjsonglib for any plugins
2021-06-14 09:25:43 +01:00
Mario Limonciello
64fc650f11
trivial: dfu: depend on plugin_deps rather than hardcoding libraries
2021-06-14 09:25:24 +01:00
Mario Limonciello
7794c03907
trivial: add missing header include for in top level libfwupdplugin
2021-06-14 09:25:12 +01:00
Mario Limonciello
0d0dfa6da0
trivial: set up links between libfwupd and libfwupdplugin
2021-06-14 09:25:07 +01:00
Mario Limonciello
be5de229e0
trivial: set header for fwupdplugin documentation
2021-06-14 09:24:58 +01:00
Richard Hughes
60453d9d3c
Fix vendor-directory remotes for firmware with an <artifact> section
2021-06-13 09:00:26 +01:00
Mario Limonciello
5051614206
trivial: Update doc publishing CI for docgen changes
2021-06-11 14:14:53 +01:00
Richard Hughes
7df6368038
trivial: Add an index page to link to both sets of docs
2021-06-11 14:14:53 +01:00
Richard Hughes
bc9920ac54
trivial: Check for python3-markdown >= 3.3.3 for gi-docgen
...
The dep can be decreased - this matches what is in Debian
2021-06-11 14:14:53 +01:00
Ricardo Cañuelo
30c5e0e918
logitech-hidpp: make peripheral class derivable and subclass it
2021-06-11 13:53:02 +02:00
Richard Hughes
7b40a84f24
trivial: Check for python3-markdown >= 3.3.4 for gi-docgen
2021-06-11 09:39:11 +01:00
Richard Hughes
a02c1073f2
trivial: Fix up some of the developer docs
...
And add some missing content as requried.
2021-06-11 09:39:03 +01:00
Richard Hughes
e48645f585
trivial: Add back accidentally removed jq dep
2021-06-10 11:22:58 +01:00
Mario Limonciello
1e17457b16
Allow building the documentation with gi-docgen and gtk-doc
...
Until gi-docgen is declared stable support either of them.
This effectively means that hand builds and CI builds will use
gi-docgen, but distro builds use gtk-doc-tools.
2021-06-09 22:21:53 +01:00
Mario Limonciello
6ab897f66b
disable wrap mode for debian (if deps are missing we don't run packaging)
2021-06-09 21:21:06 +01:00
Mario Limonciello
70dd892f9d
trivial: ignore a new vscode generated file
2021-06-09 21:20:50 +01:00
Mario Limonciello
48b3272392
trivial: fixup some TODOs
2021-06-09 21:20:47 +01:00
Michał Kopeć
0f75f55c72
Obtain firmware major and minor versions from SMBIOS
...
Signed-off-by: Michał Kopeć <michal.kopec@3mdeb.com>
2021-06-09 15:45:10 +01:00
Michał Kopeć
d678b755d0
libfwupdplugin: Implement fu-efivar-freebsd.c
...
Signed-off-by: Richard Hughes <richard@hughsie.com>
2021-06-09 15:22:58 +01:00
Richard Hughes
ca4458c708
trivial: Maybe fix the LGTM build
2021-06-09 13:49:02 +01:00
Mario Limonciello
8541f678b7
trivial: don't set priority between thunderbolt and dell-dock plugins
...
The dell-dock plugin has a check whether or not to create the I2C based
child device based upon whether thunderbolt link is active during probe.
So there will never be a situation that daemon needs to de-duplicate and
set priority between the two plugins.
2021-06-09 07:42:58 -05:00
Vincent Huang
80ba2c1f27
synaptics-prometheus: add pid 0xd8 0xf0 0x103 to quirk file
2021-06-09 08:03:11 +01:00
Mario Limonciello
7736460c49
trivial: fixup Dockerfile for arch
2021-06-08 20:17:35 -05:00
Mario Limonciello
36cd4d2ba3
trivial: switch from Travis badge to Github badge
2021-06-08 13:11:31 -05:00
Richard Hughes
d1717f19cd
Ensure the composite ID is used when setting parent during construction
...
Shadow FwupdDevice::parent with FuDevice::parent so that we *also* set
the context and composite ID.
This means we can always install all components of the Lenovo docks.
2021-06-08 15:29:43 +01:00
Richard Hughes
5f74504667
vli: Fix the i2c device enumeration, e.g. MSP430
...
This regressed in f9e9e087d
, as we're using FuDevice->setup() to check
if the device is present, but without setting the physical IDs.
2021-06-08 15:29:43 +01:00
Mario Limonciello
723deed200
trivial: Fix dockerfile for Arch ( Closes : #3296 )
2021-06-08 08:17:51 -05:00
Richard Hughes
3f8c3e04d0
trivial: Include the LVFS remotes for the standalone build too
2021-06-07 22:04:17 +01:00
Richard Hughes
694e774c2a
uefi-capsule: Make less Linux-specific
...
Based on patches by Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
2021-06-07 19:54:12 +01:00
Richard Hughes
4c734c797a
trivial: Remove some more _WIN32 defines now we have an OS split
2021-06-07 19:54:12 +01:00
Sergii Dmytruk
080129fc43
Handle bsdisks' UDisks2 implementation on FreeBSD
...
There is no Manager object, so block devices must be discovered
manually.
Additionally, Type field contains FS name rather than its MBR ID in
hex form or a GPT GUID.
Signed-off-by: Richard Hughes <richard@hughsie.com>
2021-06-07 19:54:12 +01:00
Richard Hughes
49a69fd0a2
trivial: Be smarter when trying to get the list of fuzz targets
2021-06-07 19:54:12 +01:00
Richard Hughes
d783594ea5
Make fu_common_convert_to_gpt_type() FreeBSD compatible
...
Based on a patch by Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
2021-06-07 19:54:12 +01:00
Sergii Dmytruk
1e5aec4eb1
Correct error msg in fu_common_get_block_devices
...
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
2021-06-07 11:19:30 +01:00
Sergii Dmytruk
8d5784192f
Fix formatting in fu_common_get_block_devices ()
...
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
2021-06-07 11:19:17 +01:00
Sergii Dmytruk
4558e5f317
Fix two off-by-one errors in uefi-capsule plugin
...
Data is accessed at offset 0x13, so the code must abort if size is
0x13 when you can access only offsets 0x00 through 0x12.
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
2021-06-07 11:18:57 +01:00
Sergii Dmytruk
cac4f98420
Improve error message in fu-uefi-backend-freebsd
...
"not supported" doesn't explain much.
Signed-off-by: Sergii Dmytruk <sergii.dmytruk@3mdeb.com>
2021-06-07 11:18:41 +01:00
Norbert Kamiński
dbece574ee
Add FreeBSD package to the CI matrix
...
Signed-off-by: Norbert Kamiński <norbert.kaminski@3mdeb.com>
2021-06-05 11:05:33 -05:00