diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-31 17:00:20 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-31 17:00:20 +0200 |
commit | 3759ce55ba79b8d3b9d8ed247a252273ee7dade3 (patch) | |
tree | d69692a274dd1c7d0672e6bb7155a0fc106f9d49 /backend/umax-ug630.c | |
parent | c8bd2513ecba169cff44c09c8058c36987357b18 (diff) | |
parent | 1687222e1b9e74c89cafbb5910e72d8ec7bfd40f (diff) |
Update upstream source from tag 'upstream/1.0.28'
Update to upstream version '1.0.28'
with Debian dir ec5bb298266630fc3801ff6dc0c258f6df7ba979
Diffstat (limited to 'backend/umax-ug630.c')
-rw-r--r-- | backend/umax-ug630.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/backend/umax-ug630.c b/backend/umax-ug630.c index 0a584b2..3a339fc 100644 --- a/backend/umax-ug630.c +++ b/backend/umax-ug630.c @@ -1,7 +1,7 @@ /* ------------------------------------------------------------------------- */ /* umax-ug630.c: inquiry for UMAX scanner ug630 - + (C) 1997-2002 Oliver Rauch This program is free software; you can redistribute it and/or @@ -58,13 +58,13 @@ static unsigned char UG630_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 */ @@ -150,7 +150,7 @@ static unsigned char UG630_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_ug630 = { "UG630 ", UG630_INQUIRY, UG630_INQUIRY_LEN }; - |