summaryrefslogtreecommitdiff
path: root/doc/device-and-profile-naming-spec.txt
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2011-03-24 15:06:25 +0000
committerRichard Hughes <richard@hughsie.com>2011-03-24 15:06:25 +0000
commit70e991d94712a957f913459a8d6b0de46fece1e0 (patch)
tree70bbb9791bfed3ccc07bc521dd910b4f92213857 /doc/device-and-profile-naming-spec.txt
parent8bcf586b78fea574a791fcf1f3522a800a4d5c79 (diff)
downloadcolord-70e991d94712a957f913459a8d6b0de46fece1e0.tar.gz
trivial: add what projects are already using the device and profile naming specification
Diffstat (limited to 'doc/device-and-profile-naming-spec.txt')
-rw-r--r--doc/device-and-profile-naming-spec.txt21
1 files changed, 20 insertions, 1 deletions
diff --git a/doc/device-and-profile-naming-spec.txt b/doc/device-and-profile-naming-spec.txt
index a95e6da..d43d67b 100644
--- a/doc/device-and-profile-naming-spec.txt
+++ b/doc/device-and-profile-naming-spec.txt
@@ -1,7 +1,7 @@
= Introduction =
This document will explain the device and profile ID schemes used by
-gnome-color-manager and colord in the hope that other CMS solutions
+GNOME Color Manager and colord in the hope that other CMS solutions
will hopefully interoperate with this specification.
Also, by codifying the device and profile identifiers it is expected
@@ -71,6 +71,9 @@ In this case, the fallback scheme is used using the XRandR device name.
Format: xrandr-{%xrandr_name}
Example: xrandr-LVDS1
+Projects already using this format:
+ * GNOME Color Manager
+
== CUPS printer ==
A CUPS printer is a single physical printing device with queue in CUPS.
@@ -83,6 +86,12 @@ The device ID is constructed using
Format: cups-{%printer_name}
Example: cups-Photosmart-B109a-m
+Projects already using this format:
+ * GNOME Color Manager
+ * CUPS
+ * ghostscript
+ * foomatic
+
== SANE scanner ==
A SANE scanner consists of a single physical scanning device.
@@ -90,6 +99,9 @@ A SANE scanner consists of a single physical scanning device.
Format: sane-{%sane_model}
Example: sane_Photosmart_B109a-m
+Projects already using this format:
+ * GNOME Color Manager
+
== Video4Linux devices ==
A video4linux device is typically a single physical web camera.
@@ -103,6 +115,9 @@ In this case, the fallback scheme is used using the device file.
Format: sysfs-{%sysfs_device_file}
Example: sysfs-/dev/video0
+Projects already using this format:
+ * GNOME Color Manager
+
= Profile ID format =
The profile ID is a single string that identifies a specific profile
@@ -128,3 +143,7 @@ Format: {%printer_name}[-{%qualifier}]
Example: Photosmart-B109a-m-Gray..
Other fallbacks can be defined privately by applications if required.
+
+Projects already using this format:
+ * GNOME Color Manager
+ * CUPS