summaryrefslogtreecommitdiff
path: root/spectro/i1d3.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2017-11-25 10:16:00 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2017-11-25 10:16:00 +0100
commitf6b8e0eae4374f339487a33e3e4fe5462d5816e1 (patch)
tree5f5f764fd6cda404b2ad6e85762c03fce3a335db /spectro/i1d3.h
parent615ab5513e79c4abc5bbe5c993587785b6a1738b (diff)
New upstream version 2.0.0upstream/2.0.0
Diffstat (limited to 'spectro/i1d3.h')
-rwxr-xr-x[-rw-r--r--]spectro/i1d3.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/spectro/i1d3.h b/spectro/i1d3.h
index a7c3b24..6152a00 100644..100755
--- 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) */