mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-05 15:37:13 +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!
35 lines
818 B
Plaintext
35 lines
818 B
Plaintext
# Realtek NIC in Dell docks
|
|
[USB\VID_0BDA&PID_8153]
|
|
Plugin = dell
|
|
|
|
# Dell TB16/TB18 cable
|
|
[TBT-00d4b051]
|
|
Plugin = thunderbolt
|
|
ParentGuid = e7ca1f36-bf73-4574-afe6-a4ccacabf479
|
|
|
|
# Dell TB16/TB18 dock
|
|
[TBT-00d4b054]
|
|
Plugin = thunderbolt
|
|
ParentGuid = e7ca1f36-bf73-4574-afe6-a4ccacabf479
|
|
|
|
# Dell WD15 dock
|
|
[MST-wd15-vmm3332-274]
|
|
Plugin = synaptics_mst
|
|
ParentGuid = e7ca1f36-bf73-4574-afe6-a4ccacabf479
|
|
|
|
# Dell TB16 dock
|
|
[MST-tb16-vmm3320-274]
|
|
Plugin = synaptics_mst
|
|
ParentGuid = e7ca1f36-bf73-4574-afe6-a4ccacabf479
|
|
[MST-tb16-vmm3330-274]
|
|
Plugin = synaptics_mst
|
|
ParentGuid = e7ca1f36-bf73-4574-afe6-a4ccacabf479
|
|
|
|
#Dell TB18 dock
|
|
[MST-tb18-vmm3320-274]
|
|
Plugin = synaptics_mst
|
|
ParentGuid = e7ca1f36-bf73-4574-afe6-a4ccacabf479
|
|
[MST-tb18-vmm3330-274]
|
|
Plugin = synaptics_mst
|
|
ParentGuid = e7ca1f36-bf73-4574-afe6-a4ccacabf479
|