kopia lustrzana https://gitlab.com/sane-project/backends
umax-uc630 updates from Ondrej Zary
rodzic
1b5e36a0ec
commit
469674c442
|
@ -1,3 +1,6 @@
|
||||||
|
2014-01-29 m. allan noah <kitno455 at gmail dot com>
|
||||||
|
* backend/umax-uc630.c: updates from Ondrej Zary
|
||||||
|
|
||||||
2014-01-21 Stéphane Voltz <stef.dev@free.fr>
|
2014-01-21 Stéphane Voltz <stef.dev@free.fr>
|
||||||
* doc/descriptions/unsupported.desc doc/descriptions/genesys.desc:
|
* doc/descriptions/unsupported.desc doc/descriptions/genesys.desc:
|
||||||
update status of the HP Scanjet 4850C
|
update status of the HP Scanjet 4850C
|
||||||
|
|
|
@ -76,14 +76,14 @@ static unsigned char UC630_INQUIRY[] =
|
||||||
|
|
||||||
/* 60 -62 scanner capability */
|
/* 60 -62 scanner capability */
|
||||||
0xfd,
|
0xfd,
|
||||||
0x8c, /* 0xbc ? */
|
0x80,
|
||||||
0x03,
|
0x03,
|
||||||
|
|
||||||
/* 63 reserved */
|
/* 63 reserved */
|
||||||
0x00,
|
0x00,
|
||||||
|
|
||||||
/* 64 gamma */
|
/* 64 gamma */
|
||||||
0xa1,
|
0x00,
|
||||||
|
|
||||||
/* 65 reserved */
|
/* 65 reserved */
|
||||||
0x00,
|
0x00,
|
||||||
|
@ -113,13 +113,13 @@ static unsigned char UC630_INQUIRY[] =
|
||||||
0x00,
|
0x00,
|
||||||
|
|
||||||
/* 73 max optical res in 100 dpi */
|
/* 73 max optical res in 100 dpi */
|
||||||
0x04,
|
0x03,
|
||||||
|
|
||||||
/* 74 max x_res in 100 dpi */
|
/* 74 max x_res in 100 dpi */
|
||||||
0x04,
|
0x03,
|
||||||
|
|
||||||
/* 75 max y_res in 100 dpi */
|
/* 75 max y_res in 100 dpi */
|
||||||
0x04,
|
0x06,
|
||||||
|
|
||||||
/* 76-77 fb max scan width in 0.01 inch */
|
/* 76-77 fb max scan width in 0.01 inch */
|
||||||
0x03, 0x52,
|
0x03, 0x52,
|
||||||
|
@ -167,7 +167,7 @@ static unsigned char UC630_INQUIRY[] =
|
||||||
0x00,
|
0x00,
|
||||||
|
|
||||||
/* 92-93 window descriptor block length */
|
/* 92-93 window descriptor block length */
|
||||||
0x00, 0x30,
|
0x00, 0x31,
|
||||||
|
|
||||||
/* 94 optical resolution residue (1dpi) */
|
/* 94 optical resolution residue (1dpi) */
|
||||||
0x00,
|
0x00,
|
||||||
|
|
Ładowanie…
Reference in New Issue