From 70e991d94712a957f913459a8d6b0de46fece1e0 Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Thu, 24 Mar 2011 15:06:25 +0000 Subject: trivial: add what projects are already using the device and profile naming specification --- doc/device-and-profile-naming-spec.txt | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1