mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-18 00:31:54 +00:00
![]() The setup() is the counterpart to probe(), the difference being the former needs the device open and the latter does not. This allows objects that derive from FuDevice, and use FuDeviceLocker to use open() and close() without worrying about the performance implications of probing the hardware, i.e. open() now simply opens a file or device. |
||
---|---|---|
.. | ||
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.