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!
22 lines
496 B
Plaintext
22 lines
496 B
Plaintext
# RTS5423 Development Board
|
|
[USB\VID_0BDA&PID_5423]
|
|
Plugin = rts54hub
|
|
FirmwareSizeMin = 0x20000
|
|
FirmwareSizeMax = 0x40000
|
|
|
|
# Lenovo HotRod
|
|
[USB\VID_17EF&PID_30BF]
|
|
Plugin = rts54hub
|
|
Vendor = Lenovo
|
|
FirmwareSizeMin = 0x20000
|
|
FirmwareSizeMax = 0x40000
|
|
Children = FuRts54hubRtd21xxDevice|USB\VID_17EF&PID_30BF&I2C_01
|
|
[USB\VID_17EF&PID_30BF&I2C_01]
|
|
Plugin = rts54hub
|
|
Name = HDMI Converter
|
|
Flags = updatable
|
|
FirmwareSize = 0x30000
|
|
Rts54TargetAddr = 0x20
|
|
Rts54I2cSpeed = 0x2
|
|
Rts54RegisterAddrLen = 0x04
|