mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-14 20:00:23 +00:00
![]() If we say that the version format should be the same for the `version_lowest` and the `version_bootloader` then it does not always make sense to set it at the same time. Moving the `version_format` to a standalone first-class property also means it can be typically be set in the custom device `_init()` function, which means we don't need to worry about *changing* ther version format as set by the USB and UDev superclass helpers. |
||
---|---|---|
.. | ||
fu-plugin-steelseries.c | ||
fu-steelseries-device.c | ||
fu-steelseries-device.h | ||
meson.build | ||
README.md | ||
steelseries.quirk |
SteelSeries Support
Introduction
This plugin is used to get the correct version number on SteelSeries gaming mice. These mice have updatable firmware but so far no updates are available from the vendor.
GUID Generation
These devices use the standard USB DeviceInstanceId values, e.g.
USB\VID_1038&PID_1702&REV_0001
USB\VID_1038&PID_1702
USB\VID_1038
Vendor ID Security
The device is not upgradable and thus requires no vendor ID set.