kopia lustrzana https://gitlab.com/sane-project/backends
updated settings for Visioneer 9450
rodzic
16dc04ece1
commit
1465e3b12e
|
@ -1,3 +1,8 @@
|
||||||
|
2010-02-13 m. allan noah <kitno455 at gmail dot com>
|
||||||
|
* backend/avision.[ch]: updated settings for Visioneer 9450,
|
||||||
|
based on code from Andyz Smith
|
||||||
|
* doc/descriptions/avision.desc: added AV220-G and 6080E
|
||||||
|
|
||||||
2010-02-12 m. allan noah <kitno455 at gmail dot com>
|
2010-02-12 m. allan noah <kitno455 at gmail dot com>
|
||||||
* backend/kvs1025*: add new backend from Panasonic Russia, Ltd.
|
* backend/kvs1025*: add new backend from Panasonic Russia, Ltd.
|
||||||
* backend/Makefile.*, configure*, doc/Makefile.*, doc/sane.man:
|
* backend/Makefile.*, configure*, doc/Makefile.*, doc/sane.man:
|
||||||
|
|
Plik diff jest za duży
Load Diff
|
@ -196,6 +196,12 @@ typedef struct Avision_HWEntry {
|
||||||
/* maybe more ...*/
|
/* maybe more ...*/
|
||||||
} feature_type;
|
} feature_type;
|
||||||
|
|
||||||
|
/*second enum cause 32 bit int above is full*/
|
||||||
|
enum {
|
||||||
|
/* force no calibration */
|
||||||
|
AV_NO_TUNE_SCAN_LENGTH = (1<<0)
|
||||||
|
} feature_type2;
|
||||||
|
|
||||||
} Avision_HWEntry;
|
} Avision_HWEntry;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|
|
@ -89,12 +89,6 @@
|
||||||
:comment "duplex! sheetfed scanner"
|
:comment "duplex! sheetfed scanner"
|
||||||
:status :complete
|
:status :complete
|
||||||
|
|
||||||
:model "AV220C2"
|
|
||||||
:interface "USB"
|
|
||||||
:usbid "0x0638" "0x0a2a"
|
|
||||||
:comment "duplex! sheetfed scanner"
|
|
||||||
:status :complete
|
|
||||||
|
|
||||||
:model "AV240SC"
|
:model "AV240SC"
|
||||||
:interface "SCSI"
|
:interface "SCSI"
|
||||||
:status :untested
|
:status :untested
|
||||||
|
@ -288,6 +282,15 @@
|
||||||
:comment "1 pass, 600 dpi, A3"
|
:comment "1 pass, 600 dpi, A3"
|
||||||
:status :basic
|
:status :basic
|
||||||
|
|
||||||
|
:model "6080E"
|
||||||
|
:interface "USB"
|
||||||
|
:usbid "0x0638" "0x0a82"
|
||||||
|
:status :complete
|
||||||
|
|
||||||
|
:model "AV220-G"
|
||||||
|
:interface "USB"
|
||||||
|
:usbid "0x0638" "0x0a94"
|
||||||
|
:status :untested
|
||||||
|
|
||||||
:mfg "Hewlett-Packard"
|
:mfg "Hewlett-Packard"
|
||||||
:url "http://www.hp.com"
|
:url "http://www.hp.com"
|
||||||
|
|
Ładowanie…
Reference in New Issue