fwupd/data
Richard Hughes 9c028f06b5 Move the database of supported devices out into runtime loaded files
When fwupd is installed in long-term support distros it's very hard to backport
new versions as new hardware is released.

There are several reasons why we can't just include the mapping and quirk
information in the AppStream metadata:

 * The extra data is hugely specific to the installed fwupd plugin versions
 * The device-id is per-device, and the mapping is usually per-plugin
 * Often the information is needed before the FuDevice is created
 * There are security implications in allowing plugins to handle new devices

The idea with quirks is that the end user can drop an additional (or replace
an existing) file in a .d director with a simple format and the hardware will
magically start working. This assumes no new quirks are required, as this would
obviously need code changes, but allows us to get most existing devices working
in an easy way without the user compiling anything.

This allows us to fix issues like https://github.com/hughsie/fwupd/issues/265
2017-11-02 19:08:51 +00:00
..
builder Add a firmware builder 2017-08-09 10:33:39 +01:00
installed-tests trivial: Add installed tests for the Jabra Speak devices 2017-10-30 13:37:11 +00:00
pki trivial: Use the new LVFS CA certificate 2017-08-23 15:36:22 +01:00
remotes.d Add a human-readable title for each remote 2017-09-10 09:08:32 +01:00
tests Move the database of supported devices out into runtime loaded files 2017-11-02 19:08:51 +00:00
90-fwupd-devices.rules Do not use the subsystem information when constructing the fake GUID 2015-07-01 11:45:25 +01:00
daemon.conf trivial: Remove EnableTestSuite from daemon.conf 2017-09-19 20:06:44 +01:00
fwupd-offline-update.service.in trivial: Move the ConditionPathExists to the right file 2017-02-13 12:50:01 +00:00
fwupd.service.in trivial: Fix $fwupdmgr modify-remote lvfs-testing Enabled true 2017-09-29 11:34:10 +01:00
meson.build trivial: Fix $fwupdmgr modify-remote lvfs-testing Enabled true 2017-09-29 11:34:10 +01:00
metadata.xml Support embedded devices with local firmware metadata 2017-07-28 17:41:24 +01:00
org.freedesktop.fwupd.conf Add initial build files and enough code to launch a simple D-Bus daemon 2015-02-26 18:16:40 +00:00
org.freedesktop.fwupd.metainfo.xml Add an AppStream metainfo file 2017-06-15 12:53:33 +01:00
org.freedesktop.fwupd.service.in Actually use /usr/libexec/fwupd/fwupd 2017-04-19 08:50:52 +01:00