kopia lustrzana https://gitlab.com/sane-project/backends
Merge branch 'avision-xerox-book-scanner-4167' into 'master'
avision: add support for Xerox Book Scanner 4167 See merge request sane-project/backends!860merge-requests/861/head
commit
d181988c64
|
@ -1320,6 +1320,15 @@ static Avision_HWEntry Avision_Device_List [] =
|
|||
/* comment="sheetfed scanner" */
|
||||
/* status="complete" */
|
||||
|
||||
{ NULL, NULL,
|
||||
0x262c, 0x2001,
|
||||
"Xerox", "Book Scanner 4167",
|
||||
AV_NON_INTERLACED_DUPLEX_300,
|
||||
{ 0, {0, 0}, {{0, 0}, {0, 0}} }
|
||||
},
|
||||
/* comment="1 pass, 1200 dpi, A3 - duplex! - zero edge! (rebadged Avision FB6080E)" */
|
||||
/* status="complete" */
|
||||
|
||||
{ NULL, NULL,
|
||||
0x04a7, 0x049C,
|
||||
"Xerox", "DocuMate150",
|
||||
|
|
|
@ -754,6 +754,12 @@
|
|||
|
||||
:mfg "Xerox"
|
||||
|
||||
:model "Book Scanner 4167"
|
||||
:interface "USB"
|
||||
:usbid "0x262c" "0x2001"
|
||||
:comment "1 pass, 1200 dpi, A3 - duplex! - zero edge! (rebadged Avision FB6080E)"
|
||||
:status :complete
|
||||
|
||||
:model "DocuMate150"
|
||||
:interface "USB"
|
||||
:usbid "0x04a7" "0x049c"
|
||||
|
|
Ładowanie…
Reference in New Issue