diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-03-30 21:30:45 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-03-30 21:30:45 +0200 |
commit | ee770c2346eb37e0dcb8b6cf3eaacf3d8efd6bbc (patch) | |
tree | 58f05092be1a17a939e861f8cadcda1b6ca2ecef /backend/umax-uc1200se.c | |
parent | 0da9e21872802cfc6e975b1ebaf9efb9e5934d84 (diff) | |
parent | fef76e17ed4c607ea73b81279f9ef1d7121be900 (diff) |
Merge branch 'release/experimental/1.0.29-1_experimental1'experimental/1.0.29-1_experimental1
Diffstat (limited to 'backend/umax-uc1200se.c')
-rw-r--r-- | backend/umax-uc1200se.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/backend/umax-uc1200se.c b/backend/umax-uc1200se.c index defe65a..f1e8e31 100644 --- a/backend/umax-uc1200se.c +++ b/backend/umax-uc1200se.c @@ -2,7 +2,7 @@ /* ------------------------------------------------------------------------- */ /* umax-uc1200se.c: inquiry for UMAX scanner uc1200se - + (C) 1998-2002 Oliver Rauch This program is free software; you can redistribute it and/or @@ -59,13 +59,13 @@ static unsigned char UC1200SE_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 */ @@ -78,7 +78,7 @@ static unsigned char UC1200SE_INQUIRY[] = /* 60 -62 scanner capability*/ 0x3e, 0x0c, - 0x03, + 0x03, /* 63 reserved */ 0x00, @@ -151,7 +151,7 @@ static unsigned char UC1200SE_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, |