kopia lustrzana https://gitlab.com/sane-project/backends
Merge branch '583-samsung-scx-4824fn-support' into 'master'
Resolve "Samsung SCX-4824FN Support" Closes #583 See merge request sane-project/backends!707escl-add-user-and-password
commit
6054620c69
|
|
@ -213,6 +213,7 @@ static int isSupportedDevice(struct device __sane_unused__ *dev)
|
|||
if (!strncmp(dev->sane.model, "SCX-4500W", 9) ||
|
||||
!strncmp(dev->sane.model, "C460", 4) ||
|
||||
!!strstr(dev->sane.model, "CLX-3170") ||
|
||||
!!strstr(dev->sane.model, "4x24") ||
|
||||
!strncmp(dev->sane.model, "M288x", 5))
|
||||
return 0;
|
||||
return 1;
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue