lp:~timchen119/lyoncore-snaps/+git/fwupd

Owned by Tim Chen
Get this repository:
git clone https://git.not.enabled/~timchen119/lyoncore-snaps/+git/fwupd

Import details

Import Status: Suspended

This repository is an import of the Git repository at https://github.com/hughsie/fwupd.

Last successful import was .

Import started on alnitak and finished taking 2 minutes — see the log
Import started on alnitak and finished taking 2 minutes — see the log
Import started on alnitak and finished taking 2 minutes — see the log
Import started on alnitak and finished taking 2 minutes — see the log

Branches

Name Last Modified Last Commit
master 2019-08-13 16:39:33 UTC
synapticsmst: Add a SynapticsMSTBoardID for a Lenovo dock

Author: Richard Hughes
Author Date: 2019-08-13 15:04:53 UTC

synapticsmst: Add a SynapticsMSTBoardID for a Lenovo dock

wip/hughsie/synapticsmst-fw-size 2019-08-13 16:22:27 UTC
synapticsmst: Do not check panamera firmware size twice

Author: Richard Hughes
Author Date: 2019-08-13 14:21:14 UTC

synapticsmst: Do not check panamera firmware size twice

The FirmwareSize quirk checks this in the engine and so the plugin no longer
has to check the firmware minimum size.

wip/hughsie/tb3wsdock 2019-08-13 08:35:08 UTC
synapticsmst: Add support for the Lenovo Thunderbolt 3 Workstation Dock

Author: Richard Hughes
Author Date: 2019-08-13 08:35:08 UTC

synapticsmst: Add support for the Lenovo Thunderbolt 3 Workstation Dock

wip/synaptics-rmi 2019-08-08 14:41:52 UTC
f

Author: Richard Hughes
Author Date: 2019-08-08 14:41:52 UTC

f

wip/superm1/extra-command-line-options 2019-08-02 15:17:58 UTC
Add support for --external-only and --internal-only flags

Author: Mario Limonciello
Author Date: 2019-08-02 14:52:09 UTC

Add support for --external-only and --internal-only flags

These are useful when scripting fwupdgmr to only install upgrades
to devices that will be fixed in the machine at safe times.

wip/hughsie/agent 2019-08-02 13:52:34 UTC
Add an agent to register with a server on the local network

Author: Richard Hughes
Author Date: 2019-03-01 11:13:20 UTC

Add an agent to register with a server on the local network

This uploads the local device list to a central server, which allows managing
firmware in an enterprise. It's expected vendor-specific 'dashboards' will
provide the interface and consume this data.

An example dashboard implementation is here: https://github.com/hughsie/fwdash

wip/superm1/motd-integration 2019-07-16 03:08:56 UTC
Add support for an optional motd message

Author: Mario Limonciello
Author Date: 2019-07-16 01:58:38 UTC

Add support for an optional motd message

wip/superm1/cleanup-debian-ci 2019-07-07 19:29:48 UTC
trivial: ci: debian: Only turn on flashrom when running CI

Author: Mario Limonciello
Author Date: 2019-07-07 19:29:48 UTC

trivial: ci: debian: Only turn on flashrom when running CI

This will prevent normal debian builds from turning it on until it
has been packaged.

wip/3mdeb/flashrom-verify 2019-06-05 17:12:47 UTC
flashrom: separate write and verify operation

Author: Artur Raglis
Author Date: 2019-06-05 17:12:47 UTC

flashrom: separate write and verify operation

Signed-off-by: Artur Raglis <artur.raglis@3mdeb.com>

0_8_X 2019-05-21 20:41:06 UTC
Raise the metadata limit to 10Mb

Author: Richard Hughes
Author Date: 2019-05-21 20:28:17 UTC

Raise the metadata limit to 10Mb

It's taken 3 years to get from 20kB to 1Mb, and so it'll take longer than Ubuntu
16.04 is supported to grow an order of magnitude bigger. Plus, if we have 10Mb
of XML we probably need to rethink the metadata format a bit...

wip/hughsie/offline-at-shutdown 2019-05-18 13:14:06 UTC
Do not use the offline updates feature to install firmware

Author: Richard Hughes
Author Date: 2019-05-17 13:02:41 UTC

Do not use the offline updates feature to install firmware

There are two problems with hijacking this update method:

 * It doesn't work on Atomic systems like Fedora SilverBlue
 * It can't easily work when using Snap packages

Instead, do the offline updates at shutdown.

wip/hughsie/uefi 2019-05-10 08:43:03 UTC
uefi: Use the default reset type if RT->QueryCapsuleCapabilities failed

Author: Richard Hughes
Author Date: 2019-05-10 08:43:03 UTC

uefi: Use the default reset type if RT->QueryCapsuleCapabilities failed

Fixes https://github.com/hughsie/fwupd/issues/1190

wip/superm1/snap-offline 2019-05-03 15:05:54 UTC
fu-offline: Return EXIT_FAILURE in the "good" case.

Author: Mario Limonciello
Author Date: 2019-05-02 19:20:32 UTC

fu-offline: Return EXIT_FAILURE in the "good" case.

This will make sure that the system reboots due to the systemd unit
`FailureAction=` even when all firmware was flashed properly.

Calling reboot via logind leads to SIGTERM on the `fwupdoffline`
process.

Returning `EXIT_SUCCESS` will lead to the system not rebooting
meaning the systemd fallback failure measures need to be used.

wip/superm1/snap-gnutls 2019-03-12 19:38:21 UTC
snap: Enable PKCS7 support

Author: Mario Limonciello
Author Date: 2019-03-12 19:37:10 UTC

snap: Enable PKCS7 support

Since the client is natively supporting this now for a useful feature
with LVFS, enable the PKCS7 support by default.

This requires building gnutls at the same time as the snap though.

wip/superm1/build-older-meson 2019-03-12 14:04:47 UTC
Allow compilation on meson 0.45 again

Author: Mario Limonciello
Author Date: 2019-03-11 21:14:06 UTC

Allow compilation on meson 0.45 again

Revert "trivial: Bump meson dependency to 0.47.0"
This reverts commit 7cff2dcb25e4503cbf077744e4aa5a930371f4ae.

Revert "Bump requirement to meson 0.46.0"
This reverts commit 5caffbfb9c9a39de8aaf523c13670a10df9496cf.

This is for backporting into Ubuntu 18.04 which has meson 0.45.

wip/superm1/ci-changes 2019-03-11 22:04:10 UTC
trivial: Don't build Dockerfile for CircleCI flatpak every time

Author: Mario Limonciello
Author Date: 2019-03-11 21:50:38 UTC

trivial: Don't build Dockerfile for CircleCI flatpak every time

Hopefully this should speed up the image build, but still it's a large
download so we'll see..

wip/superm1/less-storage-guids 2019-02-08 13:59:34 UTC
ata/nvme: Don't export Dell UEFI GUID anymore

Author: Mario Limonciello
Author Date: 2019-02-08 13:59:34 UTC

ata/nvme: Don't export Dell UEFI GUID anymore

This GUID will not be used on Linux side and may actually conflict
with the UEFI plugin in the future.

wip/superm1/allow-older-python 2019-01-30 19:29:31 UTC
trivial: allow using python2.x instead

Author: Mario Limonciello
Author Date: 2019-01-30 19:29:31 UTC

trivial: allow using python2.x instead

Some environments such as ChromeOS SDK don't have python3.x available.

Allow using python2.x in such environments to generate the hash for
fu-hash.py.

1_1_X 2019-01-22 14:03:07 UTC
trivial: dell: When plugging in a dock supported by dell-dock don't show an e...

Author: Mario Limonciello
Author Date: 2019-01-21 22:18:03 UTC

trivial: dell: When plugging in a dock supported by dell-dock don't show an error

Some aspects of the method for querying dock firmware do work in 'dell' plugin
but that is not useful for fwupd because it's incomplete.

Due to this the following error shows up in fwupd journal if run on a Dell system
when the new Dell dock is plugged in:
failed to add USB device 0bda:8153: failed to add device using on dell: invalid dock component request Query 3 0 2 4 0

Detect this scenario, and prevent showing errors in logs.

wip/superm1/polkit 2019-01-08 23:12:12 UTC
Make policykit optional

Author: Mario Limonciello
Author Date: 2019-01-08 20:46:38 UTC

Make policykit optional

This causes all requests to be allowed. It shouldn't be used in most
general purpose distributions. It's intended for ChromeOS systems where
PolicyKit will not be used.

wip/superm1/onward-to-confined-snap 2019-01-08 17:26:06 UTC
snap: Switch to devmode

Author: Mario Limonciello
Author Date: 2018-12-06 19:51:37 UTC

snap: Switch to devmode

This is to help identify areas of needed improvement for confinement.

wip/hughsie/RHEL7 2018-12-20 18:19:39 UTC
trivial: Add header-guards for a RHEL-7 COPR

Author: Richard Hughes
Author Date: 2018-12-20 13:27:46 UTC

trivial: Add header-guards for a RHEL-7 COPR

1_0_X 2018-12-05 13:56:49 UTC
wacom-hid: Remove the DTH generation hardware as it will not work with fwupd

Author: Mario Limonciello
Author Date: 2018-12-05 13:56:49 UTC

wacom-hid: Remove the DTH generation hardware as it will not work with fwupd

This backports the following commit to 1_0_X branch:

commit 8949f3d0662090c8ca9ebbbb3ad6930428bf0d8f
Author: Richard Hughes <richard@hughsie.com>
Date: Tue Dec 4 09:17:42 2018 +0000

    wacom-usb: Remove the DTH generation hardware as it will not work with fwupd

Fixes https://github.com/hughsie/fwupd/issues/882

0_7_X 2018-11-01 18:01:08 UTC
Add the Linux Foundation public GPG keys for firmware and metadata

Author: Richard Hughes
Author Date: 2018-03-15 10:22:46 UTC

Add the Linux Foundation public GPG keys for firmware and metadata

In the future the Linux Foundation will be running the LVFS server.

To make this possible, include the Linux Foundation public keys by default as
we already trust them. Obviously the keys need to be available long before
vendors move, so nobody should get too worried at this point.

0_9_X 2018-11-01 17:51:40 UTC
Add the Linux Foundation public GPG keys for firmware and metadata

Author: Richard Hughes
Author Date: 2018-03-15 10:22:46 UTC

Add the Linux Foundation public GPG keys for firmware and metadata

In the future the Linux Foundation will be running the LVFS server.

To make this possible, include the Linux Foundation public keys by default as
we already trust them. Obviously the keys need to be available long before
vendors move, so nobody should get too worried at this point.

0_6_X 2016-03-14 09:32:05 UTC
trivial: post release version bump

Author: Richard Hughes
Author Date: 2016-03-14 09:32:05 UTC

trivial: post release version bump

0_5_X 2016-01-06 13:28:29 UTC
Always persist ColorHug devices after replug

Author: Richard Hughes
Author Date: 2016-01-06 13:12:53 UTC

Always persist ColorHug devices after replug

We need this to happen no matter the method of getting the version number else
the reconnection idle loops do not work correctly.

0_1_X 2015-11-18 20:45:09 UTC
Adapt to the dropped API in fwupd 0.5

Author: Richard Hughes
Author Date: 2015-11-18 20:45:09 UTC

Adapt to the dropped API in fwupd 0.5

128 of 28 results
This repository contains Public information 
Everyone can see this information.

Subscribers