trivial: move all Dell dock related quirks into dell.quirk

These quirks aren't really needed if compiled without the Dell plugin
since they just set the parentage.
This commit is contained in:
Mario Limonciello 2018-09-05 07:55:18 -05:00 committed by Mario Limonciello
parent 5b9bf049a3
commit b900fe6b4e
4 changed files with 31 additions and 34 deletions

View File

@ -2,6 +2,37 @@
[DeviceInstanceId=USB\VID_0BDA&PID_8153]
Plugin = dell
# Dell TB16/TB18 cable
[Guid=TBT-00d4b051]
Plugin = thunderbolt
ParentGuid = e7ca1f36-bf73-4574-afe6-a4ccacabf479
# Dell TB16/TB18 dock
[Guid=TBT-00d4b054]
Plugin = thunderbolt
ParentGuid = e7ca1f36-bf73-4574-afe6-a4ccacabf479
# Dell WD15 dock
[Guid=MST-wd15-vmm3332-274]
Plugin = synapticsmst
ParentGuid = e7ca1f36-bf73-4574-afe6-a4ccacabf479
# Dell TB16 dock
[Guid=MST-tb16-vmm3320-274]
Plugin = synapticsmst
ParentGuid = e7ca1f36-bf73-4574-afe6-a4ccacabf479
[Guid=MST-tb16-vmm3330-274]
Plugin = synapticsmst
ParentGuid = e7ca1f36-bf73-4574-afe6-a4ccacabf479
#Dell TB18 dock
[Guid=MST-tb18-vmm3320-274]
Plugin = synapticsmst
ParentGuid = e7ca1f36-bf73-4574-afe6-a4ccacabf479
[Guid=MST-tb18-vmm3330-274]
Plugin = synapticsmst
ParentGuid = e7ca1f36-bf73-4574-afe6-a4ccacabf479
[SmbiosManufacturer=Dell Inc.]
UefiVersionFormat = quad

View File

@ -38,24 +38,3 @@ DeviceKind = wld15
[SynapticsMSTBoardID=277]
Name = Dell Rugged Platform
DeviceKind = system
# Dell WD15 dock
[Guid=MST-wd15-vmm3332-274]
Plugin = synapticsmst
ParentGuid = e7ca1f36-bf73-4574-afe6-a4ccacabf479
# Dell TB16 dock
[Guid=MST-tb16-vmm3320-274]
Plugin = synapticsmst
ParentGuid = e7ca1f36-bf73-4574-afe6-a4ccacabf479
[Guid=MST-tb16-vmm3330-274]
Plugin = synapticsmst
ParentGuid = e7ca1f36-bf73-4574-afe6-a4ccacabf479
#Dell TB18 dock
[Guid=MST-tb18-vmm3320-274]
Plugin = synapticsmst
ParentGuid = e7ca1f36-bf73-4574-afe6-a4ccacabf479
[Guid=MST-tb18-vmm3330-274]
Plugin = synapticsmst
ParentGuid = e7ca1f36-bf73-4574-afe6-a4ccacabf479

View File

@ -1,9 +1,5 @@
cargs = ['-DG_LOG_DOMAIN="FuPluginThunderbolt"']
install_data(['thunderbolt.quirk'],
install_dir: join_paths(datadir, 'fwupd', 'quirks.d')
)
fu_plugin_thunderbolt = shared_module('fu_plugin_thunderbolt',
sources : [
'fu-plugin-thunderbolt.c',

View File

@ -1,9 +0,0 @@
# Dell TB16/TB18 cable
[Guid=TBT-00d4b051]
Plugin = thunderbolt
ParentGuid = e7ca1f36-bf73-4574-afe6-a4ccacabf479
# Dell TB16/TB18 dock
[Guid=TBT-00d4b054]
Plugin = thunderbolt
ParentGuid = e7ca1f36-bf73-4574-afe6-a4ccacabf479