fwupd/plugins/ebitdo
2018-05-18 10:25:28 +01:00
..
data 8bitdo: Add initial SF30/SN30 Pro support (#350) 2018-01-08 10:45:55 -05:00
ebitdo.quirk ebitdo: Stop matching Nintendo Switch Pro VID/PID 2018-05-07 09:22:12 -05:00
fu-ebitdo-common.c trivial: Ensure that all the C source files include 'config.h' 2017-08-23 18:26:29 +01:00
fu-ebitdo-common.h trivial: fix various spelling errors 2017-07-17 13:07:05 -05:00
fu-ebitdo-device.c ebitdo: Move the bootloader fallback instructions 2018-05-14 17:09:23 +01:00
fu-ebitdo-device.h trivial: Add a write_firmware() vfunc to FuDevice 2018-05-14 17:07:20 +01:00
fu-plugin-ebitdo.c trivial: Add a write_firmware() vfunc to FuDevice 2018-05-14 17:07:20 +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.