fwupd/plugins/analogix
Richard Hughes faa7871b08 Remove duplicate ->probe() calls to speed up startup by 150ms
Now incorporate is fixed to copy across the properties we need in the
superclass, we don't need to do the subclass ->probe().

Note, we still need to do the subclassed ->probe() when using
FU_UDEV_DEVICE_FLAG_VENDOR_FROM_PARENT or when looking at properties
on the parent device.

This also removes the spurious 'already set GType to FuVliUsbhubDevice,
ignoring FuVliUsbhubDevice' messages when running the daemon.
2022-06-14 21:01:57 +01:00
..
analogix.quirk analogix: Added 3 new supported devices 2022-01-27 06:25:13 +00:00
fu-analogix-common.c Be smarter and include less header files per source file 2022-06-14 14:36:52 -05:00
fu-analogix-common.h Be smarter and include less header files per source file 2022-06-14 14:36:52 -05:00
fu-analogix-device.c Remove duplicate ->probe() calls to speed up startup by 150ms 2022-06-14 21:01:57 +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 Split out the memory helpers to a new source file 2022-06-14 14:36:52 -05: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.