kopia lustrzana https://gitlab.com/sane-project/backends
new scanner imageCLASS D530
rodzic
54358f27e1
commit
a69a613a25
|
@ -95,6 +95,7 @@
|
|||
#define MF6680_PID 0x26fa
|
||||
#define MF8030_PID 0x2707
|
||||
#define IR1133_PID 0x2742
|
||||
#define D530_PID 0x2775
|
||||
#define MF8500_PID 0x277a
|
||||
|
||||
|
||||
|
@ -307,6 +308,7 @@ request_image_block (pixma_t * s, unsigned flag, uint8_t * info,
|
|||
*size = (*datalen + hlen == 512) ? pixma_get_be32 (mf->cb.buf + 4) - *datalen : 0;
|
||||
memcpy (data, mf->cb.buf + hlen, *datalen);
|
||||
}
|
||||
PDBG (pixma_dbg (11, "*request_image_block***** size = %u *****\n", *size));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -785,6 +787,7 @@ const pixma_config_t pixma_iclass_devices[] = {
|
|||
DEV ("Canon i-SENSYS MF4800 Series", "MF4800", MF4800_PID, 600, 640, 1050, PIXMA_CAP_ADF),
|
||||
DEV ("Canon imageCLASS MF4570dw", "MF4570dw", MF4570_PID, 600, 640, 877, 0),
|
||||
DEV ("Canon i-SENSYS MF8200C Series", "MF8200C", MF8200_PID, 600, 640, 1050, PIXMA_CAP_ADF),
|
||||
DEV ("Canon imageCLASS D530", "D530", D530_PID, 600, 640, 877, 0),
|
||||
/* FIXME: the following capabilities all need updating/verifying */
|
||||
DEV ("Canon imageCLASS MF5630", "MF5630", MF5630_PID, 600, 640, 877, PIXMA_CAP_ADF),
|
||||
DEV ("Canon laserBase MF5650", "MF5650", MF5650_PID, 600, 640, 877, PIXMA_CAP_ADF),
|
||||
|
|
|
@ -703,6 +703,12 @@
|
|||
:status :complete
|
||||
:comment "All resolutions supported (up to 600DPI). Flatbed, ADF simplex and Duplex supported."
|
||||
|
||||
:model "imageCLASS D530"
|
||||
:interface "USB"
|
||||
:usbid "0x04a9" "0x2775"
|
||||
:status :complete
|
||||
:comment "All resolutions supported (up to 600DPI)"
|
||||
|
||||
:model "i-SENSYS MF3010"
|
||||
:interface "USB Ethernet"
|
||||
:usbid "0x04a9" "0x2759"
|
||||
|
|
|
@ -51,7 +51,7 @@ imageCLASS MF4270, MF4350d, MF4370dn, MF4380dn
|
|||
.br
|
||||
imageCLASS MF4410, MF4430, MF4570dw, MF4660, MF4690
|
||||
.br
|
||||
imageCLASS MF5730, MF5770, MF6550, D420, D480
|
||||
imageCLASS MF5730, MF5770, MF6550, D420, D480, D530
|
||||
.br
|
||||
i-SENSYS MF3010, MF4320d, MF4330d, MF4500 Series
|
||||
.br
|
||||
|
|
Ładowanie…
Reference in New Issue