kopia lustrzana https://gitlab.com/sane-project/backends
backend/avision: i1120: set AV_NO_REAR
Kodak broke rear-only scan (bitset3[3]) when they modified the Avision firmware. It would be possible to add a work-around that drops front data and writes rear data only. Because of deinterlacing, offsets etc. this is way too complicated. The simpliest solution to scan rear-only is to turn around the paper stack and use front scan instead. Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>merge-requests/244/head
rodzic
692f87389b
commit
8b467b248e
|
@ -901,7 +901,7 @@ static Avision_HWEntry Avision_Device_List [] =
|
|||
{ NULL, NULL,
|
||||
0x040a, 0x6013,
|
||||
"Kodak", "i1120",
|
||||
AV_INT_BUTTON | AV_2ND_LINE_INTERLACED | AV_USE_GRAY_FILTER | AV_SOFT_SCALE | AV_FORCE_CALIB | AV_NO_QSCAN_MODE | AV_OVERSCAN_OPTDPI },
|
||||
AV_INT_BUTTON | AV_2ND_LINE_INTERLACED | AV_USE_GRAY_FILTER | AV_SOFT_SCALE | AV_FORCE_CALIB | AV_NO_QSCAN_MODE | AV_OVERSCAN_OPTDPI | AV_NO_REAR },
|
||||
/* comment="duplex sheetfed scanner" */
|
||||
/* status="basic" */
|
||||
/* This is a Kodak OEM device manufactured by avision.
|
||||
|
|
Ładowanie…
Reference in New Issue