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!
17 lines
380 B
Plaintext
17 lines
380 B
Plaintext
# RTS5423
|
|
[USB\VID_0BDA&PID_1100]
|
|
Plugin = rts54hid
|
|
FirmwareSizeMin = 0x10000
|
|
FirmwareSizeMax = 0x40000
|
|
Children = FuRts54HidModule|USB\VID_0BDA&PID_1100&I2C_01
|
|
|
|
# this is a fictitious example...
|
|
[USB\VID_0BDA&PID_1100&I2C_01]
|
|
Plugin = rts54hid
|
|
Name = HDMI Converter
|
|
Flags = updatable
|
|
FirmwareSize = 0x20000
|
|
Rts54TargetAddr = 0x00
|
|
Rts54I2cSpeed = 0x00
|
|
Rts54RegisterAddrLen = 0x04
|