mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-28 13:32:26 +00:00
![]() Although we supported other hashes than SHA1 (which is now moderately unsafe) we had to switch the metadata provider and daemon on some kind of flag day to using SHA256. Since that's somewhat impractical, just allow multiple checksums to be set on objects and just try to match whatever is given in preference order. This also means we can easily transition to other hash types in the future. The removed API was never present in a tarball release, so not an API break. |
||
---|---|---|
.. | ||
fu-plugin-colorhug.c | ||
meson.build | ||
README.md |
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.
- source: https://github.com/hughsie/colord
- rpms: http://people.freedesktop.org/~hughsient/fedora/
- debs (Debian): https://tracker.debian.org/pkg/fwupd
- debs (Ubuntu): https://launchpad.net/ubuntu/+source/fwupd
If you don't want or need this functionality you can use the
--disable-colorhug
option.