trivial: Add the missing protocol IDs to the plugin READMEs

This commit is contained in:
Richard Hughes 2019-01-29 19:54:48 +00:00
parent 62eae7a981
commit 4fef28d0ac
19 changed files with 82 additions and 0 deletions

View File

@ -21,6 +21,10 @@ Firmware Format
The daemon will decompress the cabinet archive and extract a firmware blob in
ELF file format. The firmware image is inserted into the `.text` section.
This plugin supports the following protocol ID:
* org.altusmetrum.altos
GUID Generation
---------------

View File

@ -17,6 +17,10 @@ Firmware Format
The daemon will decompress the cabinet archive and extract a firmware blob in
a packed binary file format.
This plugin supports the following protocol ID:
* com.hughski.colorhug
GUID Generation
---------------

View File

@ -22,6 +22,10 @@ Firmware Format
The daemon will decompress the cabinet archive and extract a firmware blob in
DFU file format.
This plugin supports the following protocol ID:
* com.qualcomm.dfu
GUID Generation
---------------

View File

@ -31,6 +31,11 @@ Firmware Format
The daemon will decompress the cabinet archive and extract several firmware
blobs with an unspecified binary file format.
This plugin supports the following protocol ID:
* com.dell.dock
* com.synaptics.mst
GUID Generation
---------------

View File

@ -13,6 +13,11 @@ Firmware Format
The daemon will decompress the cabinet archive and extract a firmware blob in
DFU or DfuSe file format.
This plugin supports the following protocol IDs:
* org.usb.dfu
* com.st.dfuse
GUID Generation
---------------

View File

@ -19,6 +19,10 @@ The daemon will decompress the cabinet archive and extract a firmware blob in
an unspecified binary file format. The binary file has a vendor-specific header
that is used when flashing the image.
This plugin supports the following protocol ID:
* com.8bitdo
GUID Generation
---------------

View File

@ -18,6 +18,10 @@ the manifest must be either an Android `flashfile.xml` format file, or a QFIL
For both types, all partitions with a defined image found in the zip file will
be updated.
This plugin supports the following protocol ID:
* com.google.fastboot
GUID Generation
---------------

View File

@ -13,6 +13,10 @@ The daemon will decompress the cabinet archive and extract a firmware blob in
an unspecified binary file format, which is typically the raw input for an
EEPROM programmer.
This plugin supports the following protocol ID:
* org.flashrom
GUID Generation
---------------

View File

@ -17,6 +17,10 @@ Firmware Format
The daemon will decompress the cabinet archive and extract a firmware blob in
an unspecified binary file format.
This plugin supports the following protocol ID:
* org.nvmexpress
GUID Generation
---------------

View File

@ -16,6 +16,10 @@ Firmware Format
The daemon will decompress the cabinet archive and extract a firmware blob in
an unspecified binary file format.
This plugin supports the following protocol ID:
* org.dmtf.redfish
GUID Generation
---------------

View File

@ -16,6 +16,10 @@ Firmware Format
The daemon will decompress the cabinet archive and extract a firmware blob in
an unspecified binary file format.
This plugin supports the following protocol ID:
* com.realtek.rts54
GUID Generation
---------------

View File

@ -16,6 +16,10 @@ Firmware Format
The daemon will decompress the cabinet archive and extract a firmware blob in
an unspecified binary file format.
This plugin supports the following protocol ID:
* com.realtek.rts54
GUID Generation
---------------

View File

@ -9,6 +9,10 @@ Firmware Format
The daemon will decompress the cabinet archive and extract a firmware blob in
an unspecified binary file format.
This plugin supports the following protocol ID:
* com.synaptics.mst
GUID Generation
---------------

View File

@ -15,6 +15,10 @@ Firmware Format
The daemon will decompress the cabinet archive and extract a firmware blob in
an unspecified binary file format, with vendor specific header.
This plugin supports the following protocol ID:
* com.intel.thunderbolt
GUID Generation
---------------

View File

@ -20,6 +20,10 @@ EFI capsule file format.
See https://www.uefi.org/sites/default/files/resources/UEFI%20Spec%202_6.pdf
for details.
This plugin supports the following protocol ID:
* org.uefi.capsule
GUID Generation
---------------

View File

@ -22,6 +22,11 @@ Firmware Format
The daemon will decompress the cabinet archive and extract a firmware blob in
a vendor-specific format that appears to be a subset of the Intel HEX format.
This plugin supports the following protocol IDs:
* com.logitech.unifying
* com.logitech.unifyingsigned
GUID Generation
---------------

View File

@ -15,6 +15,16 @@ The HID DeviceInstanceId values are used, e.g. `HIDRAW\VEN_056A&DEV_4875`.
Additionally, for supported AES devices an extra GUID is added for the hardware
ID (e.g. `WACOM\HWID_%04X`) to further disambiguate the panels.
Firmware Format
---------------
The daemon will decompress the cabinet archive and extract a firmware blob in
Intel HEX file format.
This plugin supports the following protocol ID:
* com.wacom.raw
Quirk use
---------
This plugin uses the following plugin-specific quirks:

View File

@ -15,6 +15,7 @@ void
fu_plugin_init (FuPlugin *plugin)
{
fu_plugin_set_build_hash (plugin, FU_BUILD_HASH);
fu_plugin_add_rule (plugin, FU_PLUGIN_RULE_SUPPORTS_PROTOCOL, "com.wacom.raw");
fu_plugin_add_udev_subsystem (plugin, "hidraw");
}

View File

@ -22,6 +22,10 @@ Firmware Format
The daemon will decompress the cabinet archive and extract a firmware blob in
SREC file format, with a custom vendor header.
This plugin supports the following protocol ID:
* com.wacom.usb
GUID Generation
---------------