fwupd/plugins/analogix
Richard Hughes 5ef0ae182d Add a 'name' attribute to each FuProgress step
This allows us to print better warning strings, and in the future
would allow us to profile each operation in a meaningful way.

Also, add context to some of the progress steps as required.
2022-06-01 15:05:43 +01:00
..
analogix.quirk analogix: Added 3 new supported devices 2022-01-27 06:25:13 +00:00
fu-analogix-common.c trivial: reformat the whole tree to match new format 2021-08-24 11:18:40 -05:00
fu-analogix-common.h trivial: reformat the whole tree to match new format 2021-08-24 11:18:40 -05:00
fu-analogix-device.c Add a 'name' attribute to each FuProgress step 2022-06-01 15:05:43 +01:00
fu-analogix-device.h trivial: Remove the class structs for types that use G_DECLARE_FINAL_TYPE 2022-05-21 12:19:50 +01:00
fu-analogix-firmware.c Allow patching firmware files at known offsets 2022-01-05 09:51:45 +00:00
fu-analogix-firmware.h trivial: reformat the whole tree to match new format 2021-08-24 11:18:40 -05:00
fu-plugin-analogix.c Speed up the daemon startup by ~2% by doing dlsym much less 2021-11-09 12:02:07 +00:00
meson.build Convert build system to use meson tristate features 2022-02-28 08:34:48 -06:00
README.md analogix: Added 3 new supported devices 2022-01-27 06:25:13 +00:00

Analogix

Introduction

This plugin can flash the firmware of some Analogix billboard devices.

Firmware Format

The daemon will decompress the cabinet archive and extract a firmware blob in a Intel Hex file format. The resulting binary image is either:

  • OCM section only
  • CUSTOM section only
  • Multiple sections excluded CUSTOM -- at fixed offsets and sizes

This plugin supports the following protocol ID:

  • com.analogix.bb

GUID Generation

These devices use the standard USB DeviceInstanceId values, e.g.

  • USB\VID_1F29&PID_7518
  • USB\VID_050D&PID_008B
  • USB\VID_047D&PID_80C8
  • USB\VID_0502&PID_04C4

Update Behavior

The device is updated at runtime using USB control transfers.

Vendor ID Security

The vendor ID is set from the USB vendor. The list of USB VIDs used is:

  • USB:0x1F29
  • USB:0x050D
  • USB:0x047D
  • USB:0x0502

External Interface Access

This plugin requires read/write access to /dev/bus/usb.