mirror of
https://git.proxmox.com/git/fwupd
synced 2025-06-03 17:04:54 +00:00
![]() Asking the user for the UID mapping isn't working very well, as it requires lots of manual handholding. It also doesn't work very well when the device vendor does not actually have a PCI ID or if the vendor has split into two entities. Just use the OUI address as an additional VendorID and match any of the device IDs against any of the metadata-supplied values. |
||
---|---|---|
.. | ||
fu-plugin-pixart-rf.c | ||
fu-pxi-device.c | ||
fu-pxi-device.h | ||
fu-pxi-firmware.c | ||
fu-pxi-firmware.h | ||
meson.build | ||
pixart-rf.quirk | ||
README.md |
PixArt RF Devices Support
Introduction
This plugin allows the user to update any supported Pixart RF Device using a custom HID-based OTA protocol
Firmware Format
The daemon will decompress the cabinet archive and extract a firmware blob in an unspecified binary file format.
This plugin supports the following protocol ID:
- com.pixart.rf
GUID Generation
These devices use the standard USB DeviceInstanceId values, e.g.
HIDRAW\VEN_093A&DEV_2801
Vendor ID Security
The vendor ID is set from the USB vendor, in this instance set to USB:0x093A
External interface access
This plugin requires ioctl HIDIOCSFEATURE
access.