kopia lustrzana https://gitlab.com/sane-project/backends
Samsung C460 does not have the JPEG mode
rodzic
efb693e0b7
commit
bc2f40b274
|
@ -209,6 +209,7 @@ static int isSupportedDevice(struct device __sane_unused__ *dev)
|
||||||
if (dev->compressionTypes & (1 << 6)) {
|
if (dev->compressionTypes & (1 << 6)) {
|
||||||
/* blacklist malfunctioning device(s) */
|
/* blacklist malfunctioning device(s) */
|
||||||
if (!strncmp(dev->sane.model, "SCX-4500W", 9) ||
|
if (!strncmp(dev->sane.model, "SCX-4500W", 9) ||
|
||||||
|
!strncmp(dev->sane.model, "C460", 4) ||
|
||||||
!strncmp(dev->sane.model, "M288x", 5))
|
!strncmp(dev->sane.model, "M288x", 5))
|
||||||
return 0;
|
return 0;
|
||||||
return 1;
|
return 1;
|
||||||
|
|
Ładowanie…
Reference in New Issue