[gnome-color-manager] trivial: thanks to Pascal, we now have a usb.ids entry for the ColorMunki
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] trivial: thanks to Pascal, we now have a usb.ids entry for the ColorMunki
- Date: Wed, 17 Feb 2010 12:18:12 +0000 (UTC)
commit 0164a7188e7e9bef2b2490efb9fed9230e9e5a66
Author: Richard Hughes <richard hughsie com>
Date: Wed Feb 17 11:55:41 2010 +0000
trivial: thanks to Pascal, we now have a usb.ids entry for the ColorMunki
src/gcm-colorimeter.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcm-colorimeter.c b/src/gcm-colorimeter.c
index d285728..7c86db4 100644
--- a/src/gcm-colorimeter.c
+++ b/src/gcm-colorimeter.c
@@ -237,7 +237,7 @@ gcm_colorimeter_device_add (GcmColorimeter *colorimeter, GUdevDevice *device)
/* try to get type */
if (g_strcmp0 (priv->model, "Huey") == 0) {
priv->colorimeter_kind = GCM_COLORIMETER_KIND_HUEY;
- } else if (g_strcmp0 (priv->model, "MunkiXXX") == 0) {
+ } else if (g_strcmp0 (priv->model, "ColorMunki") == 0) {
priv->colorimeter_kind = GCM_COLORIMETER_KIND_COLOR_MUNKI;
} else if (g_strcmp0 (priv->model, "SpyderXXX") == 0) {
priv->colorimeter_kind = GCM_COLORIMETER_KIND_SPYDER;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]