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 654518 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]
Add defs for spyder4 to sources
0002-add-spyder4-defs-to-the-source.patch (text/plain), 1.28 KB, created by
John (J5) Palmieri
on 2012-11-29 20:03:25 UTC
(
hide
)
Description:
Add defs for spyder4 to sources
Filename:
MIME Type:
Creator:
John (J5) Palmieri
Created:
2012-11-29 20:03:25 UTC
Size:
1.28 KB
patch
obsolete
>From 09f20501419966798f8cb6f53f51c91d2c6f1bb7 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 | 2 ++ > libcolord/cd-enum.h | 1 + > 2 files changed, 3 insertions(+) > >diff --git a/libcolord/cd-enum.c b/libcolord/cd-enum.c >index c161bb2..9e13e0f 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) >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