fwupd/plugins/colorhug
Richard Hughes 4a036018f7 Set the progress and state on the FuDevice, not the FuPlugin
This makes more sense; we're updating the device, not the plugin itself.

This also means we don't need to funnel everything through callbacks like
GFileProgressCallback and we can also update the state without adding an
explicit callback to each derived device type.
2017-11-30 20:51:52 +00:00
..
fu-colorhug-device.c Set the progress and state on the FuDevice, not the FuPlugin 2017-11-30 20:51:52 +00:00
fu-colorhug-device.h Set the progress and state on the FuDevice, not the FuPlugin 2017-11-30 20:51:52 +00:00
fu-plugin-colorhug.c Set the progress and state on the FuDevice, not the FuPlugin 2017-11-30 20:51:52 +00:00
meson.build colorhug: Make a much better plugin 2017-11-24 10:48:29 +00:00
README.md Convert the providers to plugins to simplify code and for future features 2016-12-12 12:31:23 +00: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.

Build Requirements

For colorhug support you need to install colord 1.2.12 or later.

If you don't want or need this functionality you can use the --disable-colorhug option.