kopia lustrzana https://gitlab.com/sane-project/backends
Merge branch 'upstream_avision_AD345F_basic' into 'master'
avision: add AD345F support as "basic" See merge request sane-project/backends!740251-scanner-canon-mf110-910-series-is-not-supported
commit
409c23a745
|
@ -159,6 +159,15 @@
|
||||||
|
|
||||||
static Avision_HWEntry Avision_Device_List [] =
|
static Avision_HWEntry Avision_Device_List [] =
|
||||||
{
|
{
|
||||||
|
{ NULL, NULL,
|
||||||
|
0x0638, 0x2E59,
|
||||||
|
"Avision", "AD345F",
|
||||||
|
AV_INT_BUTTON | AV_CANCEL_BUTTON | AV_USE_GRAY_FILTER,
|
||||||
|
{ 0, {0, 0}, {{0, 0}, {0, 0}} }
|
||||||
|
},
|
||||||
|
/* comment="duplex! sheetfed + flatbed scanner" */
|
||||||
|
/* status="basic" */
|
||||||
|
|
||||||
{ "AVISION", "AV100CS",
|
{ "AVISION", "AV100CS",
|
||||||
0, 0,
|
0, 0,
|
||||||
"Avision", "AV100CS",
|
"Avision", "AV100CS",
|
||||||
|
|
|
@ -29,6 +29,12 @@
|
||||||
:mfg "Avision"
|
:mfg "Avision"
|
||||||
:url "http://www.avision.com"
|
:url "http://www.avision.com"
|
||||||
|
|
||||||
|
:model "AD345F"
|
||||||
|
:interface "USB"
|
||||||
|
:usbid "0x0638" "0x2e59"
|
||||||
|
:comment "sheetfed duplex + flatbed scanner; ADF limitation: one sheet per one scan, scanner reboot needed otherwise"
|
||||||
|
:status :basic
|
||||||
|
|
||||||
:model "AV100CS"
|
:model "AV100CS"
|
||||||
:interface "SCSI"
|
:interface "SCSI"
|
||||||
:status :untested
|
:status :untested
|
||||||
|
|
Ładowanie…
Reference in New Issue