From f6b8e0eae4374f339487a33e3e4fe5462d5816e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 25 Nov 2017 10:16:00 +0100 Subject: New upstream version 2.0.0 --- spectro/i1d3.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 spectro/i1d3.h (limited to 'spectro/i1d3.h') diff --git a/spectro/i1d3.h b/spectro/i1d3.h old mode 100644 new mode 100755 index a7c3b24..6152a00 --- a/spectro/i1d3.h +++ b/spectro/i1d3.h @@ -87,7 +87,8 @@ typedef enum { i1d3_nec_ssp = 3, /* NEC SpectraSensor Pro */ i1d3_quato_sh3 = 4, /* Quato Silver Haze 3 */ i1d3_hp_dreamc = 5, /* HP DreameColor */ - i1d3_sc_c6 = 6 /* SpectraCal C6 */ + i1d3_sc_c6 = 6, /* SpectraCal C6 */ + i1d3_wacom_dc = 7 /* Wacom DC */ } i1d3_dtype; /* Measurement mode */ @@ -108,7 +109,7 @@ struct _i1d3 { inst_opt_type trig; /* Reading trigger mode */ /* Information and EEPROM values */ - i1d3_dtype dtype; /* Base type of instrument, ie i1d3_disppro or i1d3_munkdisp */ + i1d3_dtype btype; /* Base type of instrument, ie i1d3_disppro or i1d3_munkdisp */ i1d3_dtype stype; /* Sub type of instrument, ie. any of i1d3_dtype. */ /* (Only accurate if it needed unlocking). */ int status; /* 0 if status is ok (not sure what this is) */ -- cgit v1.2.3