fwupd/plugins/ep963x
Richard Hughes a8c6c02459 Do not conditionalize attach() and detach() on IS_BOOTLOADER
This is nice in theory, until you need to look at the bootloader status of the
parent, or of a different device entirely. Handle this in plugins for the few
cases we care about and stop setting or clearing IS_BOOTLOADER manually just to
get the vfuncs to be run.

Note: I do not think we want to use cleanup() for attaching devices not in
bootloader states -- as cleanup is only run at the end of the composite update.
2020-04-09 09:55:30 +01:00
..
ep963x.quirk Add support for EP963x hardware 2020-03-22 15:48:04 +00:00
fu-ep963x-common.c Add support for EP963x hardware 2020-03-22 15:48:04 +00:00
fu-ep963x-common.h Add support for EP963x hardware 2020-03-22 15:48:04 +00:00
fu-ep963x-device.c Do not conditionalize attach() and detach() on IS_BOOTLOADER 2020-04-09 09:55:30 +01:00
fu-ep963x-device.h Add support for EP963x hardware 2020-03-22 15:48:04 +00:00
fu-ep963x-firmware.c Add support for EP963x hardware 2020-03-22 15:48:04 +00:00
fu-ep963x-firmware.h Add support for EP963x hardware 2020-03-22 15:48:04 +00:00
fu-plugin-ep963x.c Add support for EP963x hardware 2020-03-22 15:48:04 +00:00
meson.build Add support for EP963x hardware 2020-03-22 15:48:04 +00:00
README.md Add support for EP963x hardware 2020-03-22 15:48:04 +00:00

Explore EP963x Support

Introduction

The EP963x is a generic MCU used in many different products.

Firmware Format

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

This plugin supports the following protocol ID:

  • tw.com.exploretech.ep963x

GUID Generation

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

  • USB\VID_17EF&PID_7226&REV_0001
  • USB\VID_17EF&PID_7226
  • USB\VID_17EF

Vendor ID Security

The vendor ID is set from the USB vendor, in this instance set to USB:0x17EF