fwupd/plugins/synaptics-mst
Richard Hughes 52441f28a4 Allow objects to deserialize to XML
This makes a lot more sense; we can parse a firmware and export the same XML
we would use in a .builder.xml file. This allows us to two two things:

 * Check we can round trip from XML -> binary -> XML

 * Using a .builder.xml file we can check ->write() is endian safe
2021-03-15 12:07:30 +00:00
..
fu-plugin-synaptics-mst.c Be more strict for custom quirk keys 2021-03-03 08:30:34 +00:00
fu-self-test.c Allow objects to deserialize to XML 2021-03-15 12:07:30 +00:00
fu-synaptics-mst-common.c trivial: rename synapticsmst to synaptics-mst 2019-12-12 13:59:41 -06:00
fu-synaptics-mst-common.h trivial: rename synapticsmst to synaptics-mst 2019-12-12 13:59:41 -06:00
fu-synaptics-mst-connection.c Only include the start year in the copyright header 2021-01-07 14:48:16 +00:00
fu-synaptics-mst-connection.h trivial: rename synapticsmst to synaptics-mst 2019-12-12 13:59:41 -06:00
fu-synaptics-mst-device.c Remove FuFirmwareImage and just use FuFirmware instead 2021-03-09 21:14:12 +00:00
fu-synaptics-mst-device.h trivial: rename synapticsmst to synaptics-mst 2019-12-12 13:59:41 -06:00
fu-synaptics-mst-firmware.c Allow objects to deserialize to XML 2021-03-15 12:07:30 +00:00
fu-synaptics-mst-firmware.h synaptics-mst: Read the customer ID (board ID) in a more safe way 2021-02-22 13:57:34 +00:00
meson.build synaptics-mst: Read the customer ID (board ID) in a more safe way 2021-02-22 13:57:34 +00:00
README.md synaptics-mst: Use DeviceInstanceIDs to merge quirk metadata 2021-03-03 08:30:34 +00:00
synaptics-mst-evb.quirk Simplify the quirk file format 2021-03-03 08:30:34 +00:00
synaptics-mst.quirk Simplify the quirk file format 2021-03-03 08:30:34 +00:00

Synaptics MST

This plugin supports querying and flashing Synaptics MST hubs used in Dell systems and docks.

Firmware Format

The daemon will decompress the cabinet archive and extract a firmware blob in an unspecified binary file format.

This plugin supports the following protocol ID:

  • com.synaptics.mst

GUID Generation

These devices use custom GUID values, e.g.

  • MST-$(board-ID)
  • MST-$(device_kind)-$(chip-ID)-$(board-ID)
  • MST-$(device_kind)-$(board-ID)
  • MST-$(device_kind)

Please refer to the plugin source for more details about how the GUID is constructed for specific hardware.

Update Behavior

The firmware is deployed when the device is in normal runtime mode, and the device will reset when the new firmware has been written. On some hardware the MST device may not enumerate if there is no monitor actually plugged in.

Vendor ID Security

The vendor ID is set from the PCI vendor, for example set to DRM_DP_AUX_DEV:0x$(vid)

Requirements

(Kernel) DP Aux Interface

Kernel 4.6 introduced an DRM DP Aux interface for manipulation of the registers needed to access an MST hub. This patch can be backported to earlier kernels: e94cb37b34

libsmbios

At compilation time and runtime you will need libsmbios_c version 2.3.0 or later

If you don't want or need this functionality you can use the --disable-dell option.

Usage

Supported devices will be displayed in # fwupdmgr get-devices output.

Here is an example output from a Dell WD15 dock:

Dell WD15/TB16 wired Dock Synaptics VMM3332
  Guid:                 653cd006-5433-57db-8632-0413af4d3fcc
  DeviceID:             MST-1-1-0-0
  Plugin:               synaptics_mst
  Flags:                allow-online
  Version:              3.10.002
  Created:              2017-01-13
  Modified:             2017-01-13
  Trusted:              none

Payloads can be flashed just like any other plugin from LVFS.

Supported devices

Not all Dell systems or accessories contain MST hubs. Here is a sample list of systems known to support them however:

  • Dell WD15 dock
  • Dell TB16 dock
  • Dell TB18DC
  • Latitude E5570
  • Latitude E5470
  • Latitude E5270
  • Latitude E7470
  • Latitude E7270
  • Latitude E7450
  • Latitude E7250
  • Latitude E5550
  • Latitude E5450
  • Latitude E5250
  • Latitude Rugged 5414
  • Latitude Rugged 7214
  • Latitude Rugged 7414

External interface access

This plugin requires read/write access to /dev/drm_dp_aux*.