fwupd/plugins/colorhug
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
..
colorhug.quirk Change the quirk file structure to be more efficient 2018-06-28 13:32:30 +01:00
fu-colorhug-common.c colorhug: Do not require libcolorhug to build 2018-06-02 21:43:20 +01:00
fu-colorhug-common.h colorhug: Do not require libcolorhug to build 2018-06-02 21:43:20 +01:00
fu-colorhug-device.c Change the quirk file structure to be more efficient 2018-06-28 13:32:30 +01:00
fu-colorhug-device.h colorhug: Do not require libcolorhug to build 2018-06-02 21:43:20 +01:00
fu-plugin-colorhug.c Change the quirk file structure to be more efficient 2018-06-28 13:32:30 +01:00
meson.build colorhug: Do not require libcolorhug to build 2018-06-02 21:43:20 +01:00
README.md colorhug: Do not require libcolorhug to build 2018-06-02 21:43:20 +01:00

ColorHug Support

Introduction

The ColorHug is an affordable open source display colorimeter built by Hughski Limited. The USB device allows you to calibrate your screen for accurate color matching.

ColorHug versions 1 and 2 support a custom HID-based flashing protocol, but version 3 (ColorHug+) has now switched to DFU.