mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
* fix: Samsung Printer Discovery #4251
This commit is contained in:
committed by
Neil Lathwood
parent
883a0e6fd3
commit
5cff81b658
@@ -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';
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user