summaryrefslogtreecommitdiff
path: root/backend/umax-uc630.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2019-07-31 16:59:49 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2019-07-31 16:59:49 +0200
commit1687222e1b9e74c89cafbb5910e72d8ec7bfd40f (patch)
treed78102ce30207c63e7608eeba743efd680c888dc /backend/umax-uc630.c
parent58912f68c2489bcee787599837447e0d64dfd61a (diff)
New upstream version 1.0.28upstream/1.0.28
Diffstat (limited to 'backend/umax-uc630.c')
-rw-r--r--backend/umax-uc630.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/backend/umax-uc630.c b/backend/umax-uc630.c
index 0fbc59f..440064c 100644
--- a/backend/umax-uc630.c
+++ b/backend/umax-uc630.c
@@ -1,7 +1,7 @@
/* ------------------------------------------------------------------------- */
/* umax-uc630.c: inquiry for UMAX scanner uc630
-
+
(C) 1997-2002 Oliver Rauch
This program is free software; you can redistribute it and/or
@@ -58,13 +58,13 @@ static unsigned char UC630_INQUIRY[] =
/* 28 - 29 reserved */
0x00, 0x00,
-/* 2a - 35 exposure times */
+/* 2a - 35 exposure times */
0x00, 0x00,
0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00,
0x00, 0x00,
-/* 36 - 37 reserved */
+/* 36 - 37 reserved */
0x00, 0x00,
/* 38 - 5f scsi reserved */
@@ -77,7 +77,7 @@ static unsigned char UC630_INQUIRY[] =
/* 60 -62 scanner capability */
0xfd,
0x80,
- 0x03,
+ 0x03,
/* 63 reserved */
0x00,
@@ -150,7 +150,7 @@ static unsigned char UC630_INQUIRY[] =
/* 8a-8b dor max scan width in 0.01 inch */
0x00, 0x00,
-
+
/* 8c-8d dor max scan length in 0.01 inch */
0x00, 0x00,
@@ -192,4 +192,3 @@ static inquiry_blk inquiry_uc630 =
{
"UC630 ", UC630_INQUIRY, UC630_INQUIRY_LEN
};
-