diff --git a/html/images/os/brother.png b/html/images/os/brother.png new file mode 100644 index 0000000000..a44922c4ec Binary files /dev/null and b/html/images/os/brother.png differ diff --git a/includes/osdiscovery/discover-brother.php b/includes/osdiscovery/discover-brother.php new file mode 100644 index 0000000000..352554a4d7 --- /dev/null +++ b/includes/osdiscovery/discover-brother.php @@ -0,0 +1,9 @@ + diff --git a/includes/static-config.php b/includes/static-config.php index 32d458a65c..680ac37516 100644 --- a/includes/static-config.php +++ b/includes/static-config.php @@ -224,6 +224,12 @@ $config['os']['ricoh']['overgraph'][] = "device_toner"; $config['os']['ricoh']['overtext'] = "Toner"; $config['os']['ricoh']['type'] = "printer"; +$config['os']['brother']['group'] = "printer"; +$config['os']['brother']['text'] = "Brother Printer"; +$config['os']['brother']['overgraph'][] = "device_toner"; +$config['os']['brother']['overtext'] = "Toner"; +$config['os']['brother']['type'] = "printer"; + $config['os']['konica']['group'] = "printer"; $config['os']['konica']['text'] = "Konica-Minolta Printer"; $config['os']['konica']['overgraph'][] = "device_toner";