mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-16 15:51:29 +00:00

This flag is intended for devices that the restart procedure will be performed as part of a transactional update by an external controller. None of the currently supported devices need this flag.
65 lines
1.7 KiB
Plaintext
65 lines
1.7 KiB
Plaintext
# GUID generation for Synaptics MST plugin
|
|
#
|
|
# SynapticsMSTBoardID is the 16 bit board ID which contains:
|
|
# * Customer ID in first byte
|
|
# * Board ID in the second byte
|
|
#
|
|
# DeviceKind = system
|
|
# * Will map to a GUID containing HwID product SKU
|
|
# * These GUIDs will look like MST-${PRODUCTSKU}-${BOARDID}
|
|
# DeviceKind != system
|
|
# * Will map to a GUID containing each comma delimitted substring
|
|
# * These GUIDs will look like MST-${DEVICEKIND}-${CHIPID}-${BOARDID}
|
|
#
|
|
# By default the Synaptics MST device will restart after update
|
|
# To override this behavior add the custom flag "skip-restart"
|
|
#
|
|
|
|
[SynapticsMSTBoardID=0]
|
|
Name = Synaptics EVB development board
|
|
DeviceKind = evb
|
|
|
|
[SynapticsMSTBoardID=272]
|
|
Name = Dell X6 Platform
|
|
DeviceKind = system
|
|
|
|
[SynapticsMSTBoardID=273]
|
|
Name = Dell X7 Platform
|
|
DeviceKind = system
|
|
|
|
[SynapticsMSTBoardID=274]
|
|
Name = Dell WD15/TB16/TB18 wired Dock
|
|
DeviceKind = wd15,tb16,tb18
|
|
|
|
[SynapticsMSTBoardID=275]
|
|
Name = Dell WLD15 Wireless Dock
|
|
DeviceKind = wld15
|
|
|
|
[SynapticsMSTBoardID=277]
|
|
Name = Dell Rugged Platform
|
|
DeviceKind = system
|
|
|
|
# Dell WD15 dock
|
|
[Guid=MST-wd15-vmm3320-274]
|
|
Plugin = synapticsmst
|
|
ParentGuid = e7ca1f36-bf73-4574-afe6-a4ccacabf479
|
|
[Guid=MST-wd15-vmm3330-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
|