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!
18 lines
374 B
Plaintext
18 lines
374 B
Plaintext
# Dell K12A kbd-dock
|
|
[HIDRAW\VEN_06CB&DEV_2819]
|
|
Plugin = synaptics_rmi
|
|
GType = FuSynapticsRmiHidDevice
|
|
Vendor = Synaptics
|
|
Flags = only-supported
|
|
|
|
# LENOVO X1 Nano
|
|
[SERIO\FWID_LEN0305-PNP0F13]
|
|
Plugin = synaptics_rmi
|
|
GType = FuSynapticsRmiPs2Device
|
|
|
|
# LENOVO X1 Panther
|
|
[SERIO\FWID_LEN0306-PNP0F13]
|
|
Plugin = synaptics_rmi
|
|
GType = FuSynapticsRmiPs2Device
|
|
InstallDuration = 236
|