mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-28 16:03:16 +00:00

The best way of not getting something wrong is to not require it in the first place... All plugins now use DeviceInstanceId-style quirk matches and we can just drop the prefix in all files. We were treating HwId=, Guid= and DeviceInstanceId= in exactly the same way -- they're just converted to GUIDs when building the silo!
12 lines
230 B
Plaintext
12 lines
230 B
Plaintext
# ChaosKey
|
|
[USB\VID_1D50&PID_60C6]
|
|
Plugin = altos
|
|
Flags = ~is-bootloader
|
|
Name = Altus-Metrum ChaosKey
|
|
CounterpartGuid = USB\VID_FFFE&PID_000A
|
|
|
|
[USB\VID_FFFE&PID_000A]
|
|
Plugin = altos
|
|
Flags = is-bootloader
|
|
Name = Altos [bootloader]
|