summaryrefslogtreecommitdiff
path: root/backend/u12.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2019-07-31 17:00:58 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2019-07-31 17:00:58 +0200
commitd087d778ffb62e2713cb848540bcc819470365bd (patch)
treed69692a274dd1c7d0672e6bb7155a0fc106f9d49 /backend/u12.h
parentc8bd2513ecba169cff44c09c8058c36987357b18 (diff)
parent3759ce55ba79b8d3b9d8ed247a252273ee7dade3 (diff)
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'backend/u12.h')
-rw-r--r--backend/u12.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/backend/u12.h b/backend/u12.h
index 5d18c96..41b19b9 100644
--- a/backend/u12.h
+++ b/backend/u12.h
@@ -72,7 +72,7 @@ typedef union
#define _MEASURE_BASE 300UL
#define _DEF_DPI 50
-/** the default image
+/** the default image
*/
#define _DEFAULT_TLX 0
#define _DEFAULT_TLY 0
@@ -184,7 +184,7 @@ typedef struct {
double graygamma;
/* for adjusting scan-area */
- long upNormal;
+ long upNormal;
long upPositive;
long upNegative;
long leftNormal;
@@ -240,7 +240,7 @@ typedef struct u12d
SANE_Int res_list_size; /* resolution values */
ScannerCaps caps; /* caps reported by the driver */
AdjDef adj; /* for driver adjustment */
-
+
char usbId[_MAX_ID_LEN];/* to keep Vendor and product */
/* ID string (from conf) file */
/* our gamma tables */
@@ -322,7 +322,7 @@ typedef struct u12s
/** for collecting configuration info...
*/
typedef struct {
-
+
char devName[PATH_MAX];
char usbId[_MAX_ID_LEN];