diff options
| author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-31 16:59:49 +0200 | 
|---|---|---|
| committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2019-07-31 16:59:49 +0200 | 
| commit | 1687222e1b9e74c89cafbb5910e72d8ec7bfd40f (patch) | |
| tree | d78102ce30207c63e7608eeba743efd680c888dc /backend/umax-uc1200s.c | |
| parent | 58912f68c2489bcee787599837447e0d64dfd61a (diff) | |
New upstream version 1.0.28upstream/1.0.28
Diffstat (limited to 'backend/umax-uc1200s.c')
| -rw-r--r-- | backend/umax-uc1200s.c | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/backend/umax-uc1200s.c b/backend/umax-uc1200s.c index 97e5416..5569a2b 100644 --- a/backend/umax-uc1200s.c +++ b/backend/umax-uc1200s.c @@ -2,7 +2,7 @@  /* ------------------------------------------------------------------------- */  /* umax-uc1200s.c: inquiry for UMAX scanner uc1200s -   +     (C) 1997-2002 Oliver Rauch     This program is free software; you can redistribute it and/or @@ -59,13 +59,13 @@ static unsigned char UC1200S_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 UC1200S_INQUIRY[] =  /* 60 -62 scanner capability*/  	0x2f,  	0x0c, -	0x07,  +	0x07,  /* 63 reserved */  	0x00, @@ -151,7 +151,7 @@ static unsigned char UC1200S_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, | 
