fwupd/plugins/steelseries
Richard Hughes d3d7cfa816 Add plugin quirk keys earlier in the startup process
This allows creating the silo when starting the engine with custom
plugin keys such as WacomI2cFlashBaseAddr.

If we move the plugin initialization earlier then we don't get the
HwID matches, so we really do have to split this into a 4-stage startup,
e.g. ->load(), ->init(), ->startup() and ->coldplug().
2022-05-09 11:13:52 +01:00
..
fu-plugin-steelseries.c Add plugin quirk keys earlier in the startup process 2022-05-09 11:13:52 +01:00
fu-steelseries-common.c steelseries: add Stratus gamepads support 2021-10-19 18:34:51 +03:00
fu-steelseries-common.h steelseries: add Stratus gamepads support 2021-10-19 18:34:51 +03:00
fu-steelseries-device.c Add fu_usb_device_add_interface() for plugins to use 2022-01-04 22:05:37 +00:00
fu-steelseries-device.h trivial: reformat the whole tree to match new format 2021-08-24 11:18:40 -05:00
fu-steelseries-gamepad.c Add fu_usb_device_add_interface() for plugins to use 2022-01-04 22:05:37 +00:00
fu-steelseries-gamepad.h steelseries: add Stratus gamepads support 2021-10-19 18:34:51 +03:00
meson.build Convert build system to use meson tristate features 2022-02-28 08:34:48 -06:00
README.md steelseries: add Stratus gamepads support 2021-10-19 18:34:51 +03:00
steelseries.quirk steelseries: add Stratus gamepads support 2021-10-19 18:34:51 +03:00

SteelSeries

Introduction

This plugin allows to update firmware on SteelSeries gamepads:

  • Stratus Duo
  • Stratus Duo USB wireless adapter
  • Proton

SteelSeries gaming mice support is limited by getting the correct version number. 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

Update Behavior

Gamepad

Gamepad and/or its wireless adapter must be connected to host via USB cable to apply an update. The device is switched to bootloader mode to flash updates, and is reset automatically to new firmware after flashing.

Mice

The device is not upgradable and thus requires no vendor ID set.

Vendor ID Security

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

External Interface Access

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