[argyllcms/f16] Fix the ColorHug patch to not time out with firmware >= 1.1.1

Richard Hughes rhughes at fedoraproject.org
Wed Jan 25 16:33:03 UTC 2012


commit 9589a92699f509dbae5eac9bd227d1eb64aa4b26
Author: Richard Hughes <richard at hughsie.com>
Date:   Wed Jan 25 16:32:18 2012 +0000

    Fix the ColorHug patch to not time out with firmware >= 1.1.1

 ...dd-an-experimental-ColorHug-sensor-driver.patch |    2 +-
 argyllcms.spec                                     |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/0001-Add-an-experimental-ColorHug-sensor-driver.patch b/0001-Add-an-experimental-ColorHug-sensor-driver.patch
index 75ba3d3..38a7990 100644
--- a/0001-Add-an-experimental-ColorHug-sensor-driver.patch
+++ b/0001-Add-an-experimental-ColorHug-sensor-driver.patch
@@ -349,7 +349,7 @@ index 0000000..90f1b7e
 +	ev = colorhug_command(p, ch_take_reading,
 +						  ibuf, sizeof (ibuf),
 +						  (unsigned char *) obuf, sizeof (obuf),
-+						  1.0);
++						  5.0);
 +	if (ev != inst_ok)
 +		return ev;
 +
diff --git a/argyllcms.spec b/argyllcms.spec
index 7657f12..4ae75ce 100644
--- a/argyllcms.spec
+++ b/argyllcms.spec
@@ -1,6 +1,6 @@
 Name:    argyllcms
 Version: 1.3.5
-Release: 5%{?dist}
+Release: 6%{?dist}
 Summary: ICC compatible color management system
 Group:   User Interface/X
 License: GPLv3 and MIT
@@ -87,6 +87,9 @@ rm -rf %{buildroot}
 %doc doc/*.html doc/*.jpg doc/*.txt
 
 %changelog
+* Wed Jan 25 2012 Richard Hughes <rhughes at redhat.com> - 1.3.5-6
+- Fix the ColorHug patch to not time out with firmware >= 1.1.1
+
 * Fri Jan 20 2012 Richard Hughes <rhughes at redhat.com> - 1.3.5-5
 - Fix the ColorHug patch to correctly report negative numbers.
 


More information about the scm-commits mailing list