fwupd/plugins/analogix
Richard Hughes 758d5d8c6f Add a flag to indicate the device is signed or unsigned
Devices without either flag are unknown.
2022-02-22 19:12:06 +00: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 flag to indicate the device is signed or unsigned 2022-02-22 19:12:06 +00:00
fu-analogix-device.h trivial: reformat the whole tree to match new format 2021-08-24 11:18:40 -05: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 analogix plugin requires gusb 2021-05-20 10:18:05 +01: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.