[gnome-color-manager] trivial: add a file left out in the last commit



commit 2ec6210cd763210e5a1a7c86e3400dca2aa2e28c
Author: Richard Hughes <richard hughsie com>
Date:   Fri Feb 19 09:00:32 2010 +0000

    trivial: add a file left out in the last commit

 rules/95-gcm-colorimeters.rules |   64 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 64 insertions(+), 0 deletions(-)
---
diff --git a/rules/95-gcm-colorimeters.rules b/rules/95-gcm-colorimeters.rules
new file mode 100644
index 0000000..83c65cf
--- /dev/null
+++ b/rules/95-gcm-colorimeters.rules
@@ -0,0 +1,64 @@
+##############################################################################################################
+# Copyright (C) 2009-2010 Richard Hughes <richard hughsie com>
+#
+# Licensed under the GNU General Public License Version 2
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# Colorimeter devices used for profiling
+#
+# These are properties defining the behavior:
+#  GCM_COLORIMETER		(Can measure color)
+#  GCM_TYPE_DISPLAY	(Can profile a display device)
+#  GCM_TYPE_PROJECTOR	(Can profile a projector device)
+#  GCM_TYPE_PRINTER	(Can profile a printer device)
+#  GCM_TYPE_SPOT		(Can be used for spot measurements)
+#
+
+# Skip all this to speed things up if it'a not a usb add.
+ACTION!="add", GOTO="gcm_rules_end"
+SUBSYSTEM!="usb", GOTO="gcm_rules_end"
+
+# DTP20
+ATTRS{idVendor}=="0765", ATTRS{idProduct}=="d020", ENV{GCM_COLORIMETER}="1"
+
+# DTP92Q (not tested)
+ATTRS{idVendor}=="0765", ATTRS{idProduct}=="d092", ENV{GCM_COLORIMETER}="1"
+
+# DTP94
+ATTRS{idVendor}=="0765", ATTRS{idProduct}=="d094", ENV{GCM_COLORIMETER}="1"
+
+# MonacoOPTIX (Same as i1 Display 1)
+ATTRS{idVendor}=="0670", ATTRS{idProduct}=="0001", ENV{GCM_COLORIMETER}="1"
+
+# i1Display
+ATTRS{idVendor}=="0971", ATTRS{idProduct}=="2003", ENV{GCM_COLORIMETER}="1"
+
+# i1Monitor
+ATTRS{idVendor}=="0971", ATTRS{idProduct}=="2001", ENV{GCM_COLORIMETER}="1"
+
+# i1Pro
+ATTRS{idVendor}=="0971", ATTRS{idProduct}=="2000", ENV{GCM_COLORIMETER}="1"
+
+# ColorMunki
+ATTRS{idVendor}=="0971", ATTRS{idProduct}=="2007", ENV{GCM_COLORIMETER}="1", GCM_TYPE_DISPLAY="1", GCM_TYPE_PROJECTOR="1", GCM_TYPE_PRINTER="1"
+
+# Colorimtre HCFR
+ATTRS{idVendor}=="04db", ATTRS{idProduct}=="005b", ENV{GCM_COLORIMETER}="1"
+
+# Spyder 2
+ATTRS{idVendor}=="085c", ATTRS{idProduct}=="0200", ENV{GCM_COLORIMETER}="1", GCM_TYPE_DISPLAY="1"
+
+# Spyder 3
+ATTRS{idVendor}=="085c", ATTRS{idProduct}=="0300", ENV{GCM_COLORIMETER}="1", GCM_TYPE_DISPLAY="1"
+
+# Huey
+ATTRS{idVendor}=="0971", ATTRS{idProduct}=="2005", ENV{GCM_COLORIMETER}="1", GCM_TYPE_DISPLAY="1"
+
+# color calibration device
+ENV{GCM_COLORIMETER}=="*?", ENV{ACL_MANAGE}="1", IMPORT{program}="usb-db %p"
+
+LABEL="gcm_rules_end"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]