fix: Samsung Printer Discovery #4251 (#4258)

* fix: Samsung Printer Discovery #4251
This commit is contained in:
Søren Rosiak
2016-08-29 23:00:07 +03:00
committed by Neil Lathwood
parent 883a0e6fd3
commit 5cff81b658

View File

@@ -2,7 +2,8 @@
if (!$os) {
if (strstr($sysDescr, 'Samsung CLX') ||
strstr($sysDescr, 'Samsung SCX') ||
strstr($sysDescr, 'Samsun C')) {
strstr($sysDescr, 'Samsung C') ||
strstr($sysDescr, 'Samsung S')) {
$os = 'samsungprinter';
}
}