From 23a8826ff86acc3a7dfed2d7e3cf3e81c133adcb Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Sat, 17 Jul 2010 18:00:26 +0000 Subject: [PATCH] brother printer detection git-svn-id: http://www.observium.org/svn/observer/trunk@1386 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/images/os/brother.png | Bin 0 -> 740 bytes includes/osdiscovery/discover-brother.php | 9 +++++++++ includes/static-config.php | 6 ++++++ 3 files changed, 15 insertions(+) create mode 100644 html/images/os/brother.png create mode 100644 includes/osdiscovery/discover-brother.php diff --git a/html/images/os/brother.png b/html/images/os/brother.png new file mode 100644 index 0000000000000000000000000000000000000000..a44922c4ec6e1ff14bf80a7d8a930859dec0207b GIT binary patch literal 740 zcmVPx#24YJ`L;(K){{a7>y{D4^000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2igY_ z5i&W7Wo$hF00Lx5L_t(o!|m2RXq8tS$MNs)Jom}HiP}J0@J1JhI(2Z6O6^oyIwX~# zdAWnQlzWNbAkr>^h!k;f5ur$EOk5O8E_qV0gDIL(h$s&BWe}9Qh+-VnT21bK&d(t+ zpooqc`keXv&-w6w;T+j!HCJGjR{@e6`$v>Zi*$C~;(04237fzPX)@*M#ztq24TLa>m<0m% zK4uRoI4<}*C9S3iPI=f5_Ayh?o#vX z=F$|D6Erk&7C<{se*t_5x=38EOn2uT4u=>X4yx4>6weU&izGZEsAk)&`Jj)E((B!p z=OAu_{&iNbI;&T)ep}Am{Htvxh&5VjYRAue5D>yef_}yHs_&;VNjgMFdW~mawE?K` zkXHPXR5jW@rT#IKCZPB_AQ}=zX#1oF$8)Uvhz$_8p>Sbk3W`5r0Vn_kpaA^u0WSft W*YJiDOCJFM0000 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";