pixma-add-model-by-description
thierry1970 2022-11-30 10:57:19 +01:00
rodzic 59b9916064
commit 0f347bbd15
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -1232,8 +1232,10 @@ pixma_find_scanners (const char **conf_devices, SANE_Bool local_only)
pixma_devices_all[i] = pixma_devices[i];
pixma_devices_all[5] = pixma_custom_mp150_devices;
pixma_devices_all[6] = NULL;
PDBG (pixma_dbg (3, "(%s) Add custom devices in pixma_devices\n", __FUNCTION__));
return pixma_collect_devices (conf_devices, pixma_devices_all, local_only);
}
PDBG (pixma_dbg (3, "(%s) No custom devices in pixma_devices\n", __FUNCTION__));
return pixma_collect_devices (conf_devices, pixma_devices, local_only);
}