Samsung C460 does not have the JPEG mode

merge-requests/218/head
Zdenek Dohnal 2019-10-15 12:49:48 +02:00
rodzic efb693e0b7
commit bc2f40b274
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -209,6 +209,7 @@ static int isSupportedDevice(struct device __sane_unused__ *dev)
if (dev->compressionTypes & (1 << 6)) {
/* blacklist malfunctioning device(s) */
if (!strncmp(dev->sane.model, "SCX-4500W", 9) ||
!strncmp(dev->sane.model, "C460", 4) ||
!strncmp(dev->sane.model, "M288x", 5))
return 0;
return 1;