mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 10:26:17 +00:00
![]() 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. |
||
---|---|---|
.. | ||
ep963x.quirk | ||
fu-ep963x-common.c | ||
fu-ep963x-common.h | ||
fu-ep963x-device.c | ||
fu-ep963x-device.h | ||
fu-ep963x-firmware.c | ||
fu-ep963x-firmware.h | ||
fu-plugin-ep963x.c | ||
meson.build | ||
README.md |
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