summaryrefslogtreecommitdiff
path: root/rules
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-04-05 08:53:26 +0100
committerRichard Hughes <richard@hughsie.com>2011-04-05 08:53:26 +0100
commit938512d71214f77fe30eab7e549bda57264734f3 (patch)
tree7430d0cdd4c3c22519b06b7b978a75a0e4c2f69f /rules
parente777a8e91f5bd669490bdb6a7e9e43e0e7c0f425 (diff)
downloadcolord-938512d71214f77fe30eab7e549bda57264734f3.tar.gz
According to Graeme, the DTP92 cannot profile LCDs
Diffstat (limited to 'rules')
-rw-r--r--rules/95-cd-sensors.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/95-cd-sensors.rules b/rules/95-cd-sensors.rules
index 835d0f5..77e98f4 100644
--- a/rules/95-cd-sensors.rules
+++ b/rules/95-cd-sensors.rules
@@ -29,7 +29,7 @@ SUBSYSTEM!="usb", GOTO="gcm_rules_end"
ATTRS{idVendor}=="0765", ATTRS{idProduct}=="d020", ENV{COLORD_SENSOR}="1", ENV{COLORD_SENSOR_KIND}="dtp20", ENV{COLORD_SENSOR_CAP_PRINTER}="1", ENV{COLORD_SENSOR_CAP_SPOT}="1"
# DTP92Q (not tested)
-ATTRS{idVendor}=="0765", ATTRS{idProduct}=="d092", ENV{COLORD_SENSOR}="1", ENV{COLORD_SENSOR_KIND}="unknown", ENV{COLORD_SENSOR_CAP_LCD}="1", ENV{COLORD_SENSOR_CAP_CRT}="1"
+ATTRS{idVendor}=="0765", ATTRS{idProduct}=="d092", ENV{COLORD_SENSOR}="1", ENV{COLORD_SENSOR_KIND}="unknown", ENV{COLORD_SENSOR_CAP_CRT}="1"
# DTP94
ATTRS{idVendor}=="0765", ATTRS{idProduct}=="d094", ENV{COLORD_SENSOR}="1", ENV{COLORD_SENSOR_KIND}="dtp94", ENV{COLORD_SENSOR_CAP_LCD}="1", ENV{COLORD_SENSOR_CAP_CRT}="1"