fwupd/plugins/fpc
2023-01-10 14:58:30 +00:00
..
fpc.quirk add FPC lenfy device support 2022-10-18 12:23:27 +01:00
fu-fpc-device.c trivial: Add new convenience API to make plugins simpler 2022-12-20 20:54:12 +00:00
fu-fpc-device.h Add new plugin to update FPC fingerprint devices 2022-09-27 16:41:16 +01:00
fu-fpc-plugin.c Build many more plugins as builtin 2022-09-28 17:01:23 +01:00
fu-fpc-plugin.h Build many more plugins as builtin 2022-09-28 17:01:23 +01:00
meson.build Build many more plugins as builtin 2022-09-28 17:01:23 +01:00
README.md Include the plugin README text in the generated docs 2023-01-10 14:58:30 +00:00

title: Plugin: FPC Fingerprint Sensor

Introduction

The plugin used for update firmware for fingerprint sensors from FPC.

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:

  • com.fingerprints.dfupc

GUID Generation

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

  • USB\VID_10A5&PID_FFE0&REV_0001
  • USB\VID_10A5&PID_FFE0
  • USB\VID_10A5

Update Behavior

The firmware is deployed when the device is in normal runtime mode, and the device will reset when the new firmware has been written.

Vendor ID Security

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

External Interface Access

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