fwupd/plugins/ebitdo
Richard Hughes 87fb9ff447 Change the quirk file structure to be more efficient
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.
2018-06-28 13:32:30 +01: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 Adjust all licensing to LGPL 2.1+ (Closes: #526) 2018-05-29 09:03:13 +01:00
fu-ebitdo-common.h Adjust all licensing to LGPL 2.1+ (Closes: #526) 2018-05-29 09:03:13 +01:00
fu-ebitdo-device.c Change the quirk file structure to be more efficient 2018-06-28 13:32:30 +01:00
fu-ebitdo-device.h trivial: Add a FuDevice flag to show the device is in bootloader mode 2018-05-31 18:50:19 +01:00
fu-plugin-ebitdo.c Change the quirk file structure to be more efficient 2018-06-28 13:32:30 +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.