diff --git a/includes/osdiscovery/konica.inc.php b/includes/osdiscovery/konica.inc.php index 3091a0790..425383c38 100644 --- a/includes/osdiscovery/konica.inc.php +++ b/includes/osdiscovery/konica.inc.php @@ -2,7 +2,7 @@ if(!$os) { - if(strstr($sysDescr, "KONICA MINOLTA magicolor")) { $os = "konica"; } + if(strstr($sysDescr, "KONICA MINOLTA ")) { $os = "konica"; } } diff --git a/includes/polling/device-ironware.inc.php b/includes/polling/device-ironware.inc.php index 6ea3e1bed..a1ad81dce 100644 --- a/includes/polling/device-ironware.inc.php +++ b/includes/polling/device-ironware.inc.php @@ -1,5 +1,6 @@