mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-22 16:34:42 +00:00

This also means we do the right thing when plugins call fu_device_add_flag() directly, instead of just from a quirk file. For instance, now `Flags = ~updatable` is a valid and useful thing to have and allows us to remove the `Flags = None` hack.
12 lines
257 B
Plaintext
12 lines
257 B
Plaintext
# ChaosKey
|
|
[DeviceInstanceId=USB\VID_1D50&PID_60C6]
|
|
Plugin = altos
|
|
Flags = ~is-bootloader
|
|
Name = Altos ChaosKey
|
|
CounterpartGuid = USB\VID_FFFE&PID_000A
|
|
|
|
[DeviceInstanceId=USB\VID_FFFE&PID_000A]
|
|
Plugin = altos
|
|
Flags = is-bootloader
|
|
Name = Altos [bootloader]
|