kopia lustrzana https://gitlab.com/sane-project/backends
Merge branch 'master' into 'master'
pixma: Added Canon LiDE 400 See merge request sane-project/backends!36merge-requests/39/head
commit
c784e82d65
|
@ -261,6 +261,7 @@
|
|||
#define TR8500_PID 0x1823
|
||||
#define TR7500_PID 0x1824
|
||||
#define TS9500_PID 0x185c
|
||||
#define LIDE400_PID 0x1912 /* tested */
|
||||
|
||||
/* Generation 4 XML messages that encapsulates the Pixma protocol messages */
|
||||
#define XML_START_1 \
|
||||
|
@ -1381,7 +1382,7 @@ mp150_check_param (pixma_t * s, pixma_scan_param_t * sp)
|
|||
if ((s->cfg->cap & PIXMA_CAP_ADF) && sp->source == PIXMA_SOURCE_FLATBED)
|
||||
sp->h = MIN (sp->h, 877 * sp->xdpi / 75);
|
||||
|
||||
if (sp->source == PIXMA_SOURCE_TPU)
|
||||
if (sp->source == PIXMA_SOURCE_TPU || s->cfg->pid == LIDE400_PID)
|
||||
{
|
||||
uint8_t k;
|
||||
|
||||
|
@ -1941,6 +1942,7 @@ const pixma_config_t pixma_mp150_devices[] = {
|
|||
DEVICE ("Canon PIXMA TR8500 Series", "TR8500", TR8500_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
|
||||
DEVICE ("Canon PIXMA TR7500 Series", "TR7500", TR7500_PID, 1200, 0, 0, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
|
||||
DEVICE ("Canon PIXMA TS9500 Series", "TS9500", TS9500_PID, 1200, 0, 600, 638, 877, PIXMA_CAP_CIS | PIXMA_CAP_ADF),
|
||||
DEVICE ("CanoScan LiDE 400", "LIDE400", LIDE400_PID, 4800, 0, 0, 638, 877, PIXMA_CAP_CIS),
|
||||
|
||||
END_OF_DEVICE_LIST
|
||||
};
|
||||
|
|
|
@ -1294,3 +1294,9 @@
|
|||
:usbid "0x04a9" "0x190d"
|
||||
:status :complete
|
||||
:comment "Full flatbed support up to 4800DPI (Note: flatbed does not have 9600DPI capability). Full TPU support (negatives, slides and infrared) up to 9600DPI."
|
||||
|
||||
:model "CanoScan LiDE 400"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x1912"
|
||||
:status :good
|
||||
:comment "Support up to 4800DPI (Note: does not have less than 300DPI support, buttons not working)"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.TH "sane\-pixma" "5" "01 Jan 2019" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||
.TH "sane\-pixma" "22" "01 Jan 2019" "@PACKAGEVERSION@" "SANE Scanner Access Now Easy"
|
||||
.IX sane\-pixma
|
||||
.SH NAME
|
||||
sane\-pixma \- SANE backend for Canon Multi-Function Printers and CanoScan Scanners
|
||||
|
@ -73,6 +73,8 @@ imageRUNNER 1020/1024/1025
|
|||
.br
|
||||
CanoScan 8800F, 9000F, 9000F Mark II
|
||||
.br
|
||||
CanoScan LiDE 400
|
||||
.br
|
||||
MAXIFY MB2000, MB2100, MB2300, MB2700, MB5000
|
||||
.RE
|
||||
.PP
|
||||
|
|
Ładowanie…
Reference in New Issue