kopia lustrzana https://gitlab.com/sane-project/backends
Changelog and doc changes for genesys backend update
rodzic
0c75f5ca4e
commit
fb59aea859
|
@ -1,3 +1,10 @@
|
||||||
|
2011-10-21 Stéphane Voltz <stef.dev@free.fr>
|
||||||
|
* backend/genesys.c backend/genesys.h backend/genesys_devices.c
|
||||||
|
backend/genesys_gl*.c backend/genesys_gl843.h
|
||||||
|
backend/genesys_low.[ch], doc/sane.man doc/sane-genesys.man
|
||||||
|
doc/descriptions/genesys.desc:
|
||||||
|
1200 and 2400 dpi support for G4010/G4050
|
||||||
|
|
||||||
2011-10-19 Alex Belkin <abc at telekom.ru>
|
2011-10-19 Alex Belkin <abc at telekom.ru>
|
||||||
* backend/xerox_mfp.conf.in doc/descriptions/xerox_mfp.desc: usb id
|
* backend/xerox_mfp.conf.in doc/descriptions/xerox_mfp.desc: usb id
|
||||||
for Samsung CLX 3185, reported by John Dignum.
|
for Samsung CLX 3185, reported by John Dignum.
|
||||||
|
|
|
@ -79,14 +79,14 @@
|
||||||
:model "ScanJet G4010"
|
:model "ScanJet G4010"
|
||||||
:interface "USB"
|
:interface "USB"
|
||||||
:usbid "0x03f0" "0x4505"
|
:usbid "0x03f0" "0x4505"
|
||||||
:status :basic
|
:status :good
|
||||||
:comment "resolution from 100 to 600 supported, 1200 and 2400 remain to be added"
|
:comment "resolution from 100 to 2400 supported, UTA not supported yet"
|
||||||
|
|
||||||
:model "ScanJet G4050"
|
:model "ScanJet G4050"
|
||||||
:interface "USB"
|
:interface "USB"
|
||||||
:usbid "0x03f0" "0x4605"
|
:usbid "0x03f0" "0x4605"
|
||||||
:status :basic
|
:status :basic
|
||||||
:comment "resolution from 100 to 600 supported, 1200 and 2400 remain to be added"
|
:comment "resolution from 100 to 2400 supported, UTA not supported yet"
|
||||||
|
|
||||||
; -----------------------------------------------------------------------------
|
; -----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
|
@ -6,13 +6,13 @@ sane\-genesys \- SANE backend for GL646, GL841, GL843, GL847 and GL124 based USB
|
||||||
The
|
The
|
||||||
.B sane\-genesys
|
.B sane\-genesys
|
||||||
library implements a SANE (Scanner Access Now Easy) backend that provides
|
library implements a SANE (Scanner Access Now Easy) backend that provides
|
||||||
access to USB flatbed scanners based on the Genesys GL646, GL841 and GL847 chips.
|
access to USB flatbed scanners based on the Genesys GL646, GL841, GL843, GL847 and GL124 chips.
|
||||||
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
|
Canon LiDE 35/40/50/60/100/110/200/210
|
||||||
.br
|
.br
|
||||||
Hewlett-Packard HP2300C/HP2400/HP3670/HP3690
|
Hewlett-Packard HP2300C/HP2400/HP3670/HP3690/G4010/G4050
|
||||||
.br
|
.br
|
||||||
Medion MD5345/MD6228/MD6274
|
Medion MD5345/MD6228/MD6274
|
||||||
.br
|
.br
|
||||||
|
|
|
@ -260,9 +260,9 @@ and adf scanners. See
|
||||||
for details.
|
for details.
|
||||||
.TP
|
.TP
|
||||||
.B genesys
|
.B genesys
|
||||||
The genesys backend provides support for scanners based on the Genesys Logic
|
The genesys backend provides support for several scanners based on the Genesys Logic
|
||||||
GL646 and GL841 chips like the Medion 6471 and Hewlett-Packard 2300c.
|
GL646, GL841, GL843, GL847 and GL124 chips like the Medion 6471 and Hewlett-Packard 2300c.
|
||||||
Support for GL841 based scanners is far from being complete. See
|
See
|
||||||
.BR sane\-genesys (5)
|
.BR sane\-genesys (5)
|
||||||
for details.
|
for details.
|
||||||
.TP
|
.TP
|
||||||
|
|
Ładowanie…
Reference in New Issue