mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-28 18:10:17 +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!
26 lines
497 B
Plaintext
26 lines
497 B
Plaintext
# bootloader
|
|
|
|
[USB\VID_0603&PID_1020]
|
|
Plugin = hailuck
|
|
GType = FuHailuckBlDevice
|
|
#Flags = is-bootloader
|
|
|
|
[USB\VID_258A&PID_001E]
|
|
Plugin = hailuck
|
|
GType = FuHailuckKbdDevice
|
|
Vendor = PINE64
|
|
CounterpartGuid = USB\VID_0603&PID_1020
|
|
|
|
[USB\VID_258A&PID_001E&MODE_KBD]
|
|
Name = Keyboard
|
|
|
|
[USB\VID_258A&PID_001F]
|
|
Plugin = hailuck
|
|
GType = FuHailuckKbdDevice
|
|
CounterpartGuid = USB\VID_0603&PID_1020
|
|
|
|
[USB\VID_258A&PID_000D]
|
|
Plugin = hailuck
|
|
GType = FuHailuckKbdDevice
|
|
CounterpartGuid = USB\VID_0603&PID_1020
|