Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 655242 Details for
Bug 881931
Colord does not work with Spyder 4 devices even though the argyllcms that ships with fedora supports it
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Adds def for spyder4 and correctly return string rep of enum
0002-add-spyder4-defs-to-the-source.patch (text/plain), 1.90 KB, created by
John (J5) Palmieri
on 2012-11-30 20:35:37 UTC
(
hide
)
Description:
Adds def for spyder4 and correctly return string rep of enum
Filename:
MIME Type:
Creator:
John (J5) Palmieri
Created:
2012-11-30 20:35:37 UTC
Size:
1.90 KB
patch
obsolete
>From 60c0651c346cd18f941ba755cc4f647ad812bc1c Mon Sep 17 00:00:00 2001 >From: "John (J5) Palmieri" <john@stackdriver.com> >Date: Thu, 29 Nov 2012 15:01:20 -0500 >Subject: [PATCH 2/2] add spyder4 defs to the source > >--- > libcolord/cd-enum.c | 8 ++++++++ > libcolord/cd-enum.h | 1 + > 2 files changed, 9 insertions(+) > >diff --git a/libcolord/cd-enum.c b/libcolord/cd-enum.c >index c161bb2..4068a48 100644 >--- a/libcolord/cd-enum.c >+++ b/libcolord/cd-enum.c >@@ -345,6 +345,8 @@ cd_sensor_kind_to_string (CdSensorKind sensor_kind) > return "spyder2"; > if (sensor_kind == CD_SENSOR_KIND_SPYDER3) > return "spyder3"; >+ if (sensor_kind == CD_SENSOR_KIND_SPYDER4) >+ return "spyder4"; > if (sensor_kind == CD_SENSOR_KIND_DTP20) > return "dtp20"; > if (sensor_kind == CD_SENSOR_KIND_DTP22) >@@ -397,6 +399,12 @@ cd_sensor_kind_from_string (const gchar *sensor_kind) > return CD_SENSOR_KIND_COLOR_MUNKI; > if (g_strcmp0 (sensor_kind, "spyder") == 0) > return CD_SENSOR_KIND_SPYDER; >+ if (g_strcmp0 (sensor_kind, "spyder2") == 0) >+ return CD_SENSOR_KIND_SPYDER2; >+ if (g_strcmp0 (sensor_kind, "spyder3") == 0) >+ return CD_SENSOR_KIND_SPYDER3; >+ if (g_strcmp0 (sensor_kind, "spyder4") == 0) >+ return CD_SENSOR_KIND_SPYDER4; > if (g_strcmp0 (sensor_kind, "dtp20") == 0) > return CD_SENSOR_KIND_DTP20; > if (g_strcmp0 (sensor_kind, "dtp22") == 0) >diff --git a/libcolord/cd-enum.h b/libcolord/cd-enum.h >index cd86d1e..e8c38e1 100644 >--- a/libcolord/cd-enum.h >+++ b/libcolord/cd-enum.h >@@ -156,6 +156,7 @@ typedef enum { > CD_SENSOR_KIND_COLORHUG, /* Since: 0.1.15 */ > CD_SENSOR_KIND_SPYDER2, /* Since: 0.1.16 */ > CD_SENSOR_KIND_SPYDER3, /* Since: 0.1.16 */ >+ CD_SENSOR_KIND_SPYDER4, /* Since: 0.1.26 */ > CD_SENSOR_KIND_COLORHUG_SPECTRO,/* Since: 0.1.24 */ > CD_SENSOR_KIND_I1_DISPLAY1, /* Since: 0.1.25 */ > CD_SENSOR_KIND_I1_DISPLAY2, /* Since: 0.1.25 */ >-- >1.7.11.7 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 881931
:
654511
|
654518
| 655242