kopia lustrzana https://gitlab.com/sane-project/backends
doc and version update
rodzic
747275a00f
commit
c5117ed0f1
|
@ -58,7 +58,7 @@
|
||||||
* SANE backend for Genesys Logic GL646/GL841/GL842/GL843/GL846/GL847/GL124 based scanners
|
* SANE backend for Genesys Logic GL646/GL841/GL842/GL843/GL846/GL847/GL124 based scanners
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define BUILD 2508
|
#define BUILD 2510
|
||||||
#define BACKEND_NAME genesys
|
#define BACKEND_NAME genesys
|
||||||
|
|
||||||
#include "genesys.h"
|
#include "genesys.h"
|
||||||
|
|
|
@ -1084,7 +1084,7 @@ gl124_setup_sensor (Genesys_Device * dev, Genesys_Register_Set * regs, int dpi,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* skip writing 5d,51 which is AFE address because
|
/* skip writing 5d,5e which is AFE address because
|
||||||
* they are not deifned in register set */
|
* they are not deifned in register set */
|
||||||
for (i = 0; i < 11; i++)
|
for (i = 0; i < 11; i++)
|
||||||
{
|
{
|
||||||
|
@ -2059,11 +2059,11 @@ uint8_t val;
|
||||||
/* 120 : <=300 => 0x53 */
|
/* 120 : <=300 => 0x53 */
|
||||||
else
|
else
|
||||||
{ /* base_ydpi is 4800 */
|
{ /* base_ydpi is 4800 */
|
||||||
if(resolution<=dev->motor.base_ydpi/4)
|
if((resolution<=dev->motor.base_ydpi/4)||(resolution>=dev->motor.base_ydpi/2))
|
||||||
{
|
{
|
||||||
val &= 0xf7;
|
val &= 0xf7;
|
||||||
}
|
}
|
||||||
if(resolution<=dev->motor.base_ydpi/4)
|
else if(resolution<=dev->motor.base_ydpi/2)
|
||||||
{
|
{
|
||||||
val |= 0x08;
|
val |= 0x08;
|
||||||
}
|
}
|
||||||
|
|
|
@ -148,7 +148,7 @@
|
||||||
:model "CanoScan LiDE 120"
|
:model "CanoScan LiDE 120"
|
||||||
:interface "USB"
|
:interface "USB"
|
||||||
:usbid "0x04a9" "0x190e"
|
:usbid "0x04a9" "0x190e"
|
||||||
:status :unsupported
|
:status :complete
|
||||||
:comment "GL124+ based, resolution from 75 to 2400 dpi"
|
:comment "GL124+ based, resolution from 75 to 2400 dpi"
|
||||||
|
|
||||||
:model "CanoScan LiDE 200"
|
:model "CanoScan LiDE 200"
|
||||||
|
|
|
@ -10,7 +10,7 @@ access to USB flatbed scanners based on the Genesys GL646, GL841, GL843, GL847 a
|
||||||
At present, the following scanners are known to work with this backend:
|
At present, the following scanners are known to work with this backend:
|
||||||
.PP
|
.PP
|
||||||
.RS
|
.RS
|
||||||
Canon LiDE 35/40/50/60/100/110/200/210/220/700
|
Canon LiDE 35/40/50/60/100/110/120/200/210/220/700
|
||||||
.br
|
.br
|
||||||
Hewlett-Packard HP2300C/HP2400/HP3670/HP3690/G4010/G4050
|
Hewlett-Packard HP2300C/HP2400/HP3670/HP3690/G4010/G4050
|
||||||
.br
|
.br
|
||||||
|
@ -285,6 +285,9 @@ Brian Paavo from Benthic Science Limited for donating a Canoscan LiDE 700F.
|
||||||
.TP
|
.TP
|
||||||
Dany Qumsiyeh for donating a Canoscan LiDE 210 and a LiDE 220.
|
Dany Qumsiyeh for donating a Canoscan LiDE 210 and a LiDE 220.
|
||||||
.br
|
.br
|
||||||
|
.TP
|
||||||
|
Luc Verhaegen for donating a Canoscan LiDE 120.
|
||||||
|
.br
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR sane (7),
|
.BR sane (7),
|
||||||
|
|
Ładowanie…
Reference in New Issue