fwupd/plugins/ebitdo
Richard Hughes 1263446b23 trivial: Add a 'setup' vfunc that is used after open()
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.
2018-09-03 19:56:26 -05:00
..
data 8bitdo: Add initial SF30/SN30 Pro support (#350) 2018-01-08 10:45:55 -05:00
ebitdo.quirk Change the quirk file structure to be more efficient 2018-06-28 13:32:30 +01:00
fu-ebitdo-common.c Remove the unused Emacs indenting headers from all source files 2018-08-09 12:48:04 +01:00
fu-ebitdo-common.h Remove the unused Emacs indenting headers from all source files 2018-08-09 12:48:04 +01:00
fu-ebitdo-device.c trivial: Add a 'setup' vfunc that is used after open() 2018-09-03 19:56:26 -05:00
fu-ebitdo-device.h Remove the unused Emacs indenting headers from all source files 2018-08-09 12:48:04 +01:00
fu-plugin-ebitdo.c Allow the device list to take care of waiting for the device replug 2018-08-31 16:41:40 +01:00
meson.build trivial: Remove the 8Bitdo noinst tool 2018-05-18 10:25:28 +01:00
README.md Update README.md 2017-12-22 09:04:09 +00:00

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.