diff --git a/html/images/os/develop.png b/html/images/os/develop.png
new file mode 100644
index 0000000000..871d83cdf9
Binary files /dev/null and b/html/images/os/develop.png differ
diff --git a/includes/definitions.inc.php b/includes/definitions.inc.php
index 31f417edd2..dc4325b6e4 100644
--- a/includes/definitions.inc.php
+++ b/includes/definitions.inc.php
@@ -1236,6 +1236,14 @@ $config['os'][$os]['icon'] = 'lexmark';
$config['os'][$os]['over'][0]['graph'] = 'device_toner';
$config['os'][$os]['over'][0]['text'] = 'Toner';
+$os ='developprinter';
+$config['os'][$os]['group'] = 'printer';
+$config['os'][$os]['text'] = 'Develop Printer';
+$config['os'][$os]['type'] = 'printer';
+$config['os'][$os]['icon'] = 'develop';
+$config['os'][$os]['over'][0]['graph'] = 'device_toner';
+$config['os'][$os]['over'][0]['text'] = 'Toner';
+
$os = '3com';
$config['os'][$os]['text'] = '3Com';
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
diff --git a/includes/polling/os/develop.inc.php b/includes/polling/os/develop.inc.php
new file mode 100644
index 0000000000..86dc994cfd
--- /dev/null
+++ b/includes/polling/os/develop.inc.php
@@ -0,0 +1,12 @@
+
+ * This program is free software: you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation, either version 3 of the License, or (at your
+ * option) any later version. Please see LICENSE.txt at the top level of
+ * the source code distribution for details.
+ */
+$hardware = str_replace("Develop ","",$poll_device['sysDescr']);