mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-16 07:33:55 +00:00
![]() This pivots the data storage so that the group is used as the preconditon and the key name is used as the parameter to change. This allows a more natural data flow, where a new device needs one new group and a few few keys, rather than multiple groups, each with one key. This also allows us to remove the key globbing when matching the version format which is often a source of confusion. Whilst changing all the quirk files, change the key prefixes to be more familiar to Windows users (e.g. Hwid -> Smbios, and FuUsbDevice -> DeviceInstanceId) who have to use the same IDs in Windows Update. This also allows us to pre-match the desired plugin, rather than calling the probe() function on each plugin. |
||
---|---|---|
.. | ||
data | ||
ebitdo.quirk | ||
fu-ebitdo-common.c | ||
fu-ebitdo-common.h | ||
fu-ebitdo-device.c | ||
fu-ebitdo-device.h | ||
fu-plugin-ebitdo.c | ||
meson.build | ||
README.md |
8Bitdo Support
Introduction
This plugin can flash the firmware on the 8Bitdo game pads.
Ebitdo support is supported directly by this project with the embedded libebitdo library and is possible thanks to the vendor open sourcing the flashing tool.
The 8Bitdo devices share legacy USB VID/PIDs with other projects and so we have to be a bit careful to not claim other devices as our own.