mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-09 15:53:00 +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!
19 lines
624 B
Plaintext
19 lines
624 B
Plaintext
# Synaptics MST early validation board support
|
|
#
|
|
# This is not installed by default, but can be used to exercise new boards
|
|
# that don't yet have customer ID or board ID bytes filled out.
|
|
#
|
|
# To use it, load the quirk file into the quirks directory for the fwupd installation
|
|
# Usually this is /usr/share/fwupd/quirks.d
|
|
#
|
|
# Note: The flag "ignore-board-id" will be used to ignore the board ID checking in
|
|
# during flashing. This shouldn't be used in practice for production boards.
|
|
#
|
|
|
|
[MST-2]
|
|
Name = Synaptics EVB development board
|
|
SynapticsMstDeviceKind = panamera_evb
|
|
|
|
[MST-panamera_evb-vmm5331-2]
|
|
Flags = ignore-board-id
|