kopia lustrzana https://gitlab.com/sane-project/backends
Update for Canon ImageCLASS series MFPs, to add pixma_iclass.c to pixma backend.
rodzic
8bfc2b0143
commit
4e780149b7
|
@ -65,11 +65,13 @@
|
|||
extern const pixma_config_t pixma_mp150_devices[];
|
||||
extern const pixma_config_t pixma_mp750_devices[];
|
||||
extern const pixma_config_t pixma_mp730_devices[];
|
||||
extern const pixma_config_t pixma_iclass_devices[];
|
||||
|
||||
static const pixma_config_t *const pixma_devices[] = {
|
||||
pixma_mp150_devices,
|
||||
pixma_mp750_devices,
|
||||
pixma_mp730_devices,
|
||||
pixma_iclass_devices,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue