diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-31 17:00:58 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-31 17:00:58 +0200 |
commit | d087d778ffb62e2713cb848540bcc819470365bd (patch) | |
tree | d69692a274dd1c7d0672e6bb7155a0fc106f9d49 /backend/umax-uc1260.c | |
parent | c8bd2513ecba169cff44c09c8058c36987357b18 (diff) | |
parent | 3759ce55ba79b8d3b9d8ed247a252273ee7dade3 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'backend/umax-uc1260.c')
-rw-r--r-- | backend/umax-uc1260.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/backend/umax-uc1260.c b/backend/umax-uc1260.c index 7743cd4..4de9170 100644 --- a/backend/umax-uc1260.c +++ b/backend/umax-uc1260.c @@ -1,7 +1,7 @@ /* ------------------------------------------------------------------------- */ /* umax-uc1260.c: inquiry for UMAX scanner uc1260 - + (C) 1997-2002 Oliver Rauch This program is free software; you can redistribute it and/or @@ -58,13 +58,13 @@ static unsigned char UC1260_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 */ @@ -75,9 +75,9 @@ static unsigned char UC1260_INQUIRY[] = 00, 00, 00, 00, 00, 00, 00, 00, /* 60 -62 scanner capability*/ - 0x31, + 0x31, 0x0c, - 0x07, + 0x07, /* 63 reserved */ 0x00, @@ -151,7 +151,7 @@ static unsigned char UC1260_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, |