diff options
author | Richard Hughes <richard@hughsie.com> | 2012-09-03 17:31:49 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2012-09-03 17:31:49 +0100 |
commit | 777a7c25995d1d3f77248dac16865b747c096eab (patch) | |
tree | 342dce647a4c989a2bc972bd023d8035a974c479 /rules | |
parent | 4e7ff92a92376a39d9cede67795c1826dbebbcc6 (diff) | |
download | colord-777a7c25995d1d3f77248dac16865b747c096eab.tar.gz |
Add defines for the not-yet-announced 'ColorHug Spectro' experimental hardware
Diffstat (limited to 'rules')
-rw-r--r-- | rules/69-cd-sensors.rules.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/69-cd-sensors.rules.in b/rules/69-cd-sensors.rules.in index e83fcdc..1decb92 100644 --- a/rules/69-cd-sensors.rules.in +++ b/rules/69-cd-sensors.rules.in @@ -72,6 +72,7 @@ ATTRS{idVendor}=="0765", ATTRS{idProduct}=="5001", ENV{COLORD_SENSOR}="1", ENV{C ATTRS{idVendor}=="04d8", ATTRS{idProduct}=="f8da", ENV{COLORD_SENSOR}="1", ENV{COLORD_SENSOR_KIND}="colorhug", ENV{COLORD_SENSOR_CAP_LCD}="1" ATTRS{idVendor}=="273f", ATTRS{idProduct}=="1000", ENV{COLORD_SENSOR}="1", ENV{COLORD_SENSOR_KIND}="colorhug", ENV{COLORD_IGNORE}="1" ATTRS{idVendor}=="273f", ATTRS{idProduct}=="1001", ENV{COLORD_SENSOR}="1", ENV{COLORD_SENSOR_KIND}="colorhug", ENV{COLORD_SENSOR_CAP_LCD}="1" +ATTRS{idVendor}=="273f", ATTRS{idProduct}=="1002", ENV{COLORD_SENSOR}="1", ENV{COLORD_SENSOR_KIND}="colorhug-spectro", ENV{COLORD_SENSOR_CAP_AMBIENT}="1" # color calibration device ENV{COLORD_SENSOR}=="*?", ENV{COLOR_MEASUREMENT_DEVICE}="1" |