aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include/hardware.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2010-12-25 22:25:45 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2010-12-25 22:25:45 +0000
commit3f18a25b33df582ecebf6cfaf043c6cc5939ec7c (patch)
tree20a47549fa6a2aec8fbad74a32dedf6e8257c854 /h-source/Application/Include/hardware.php
parent18d7cd4c01a71e1304b2e9e782d0490ca2e6e5a9 (diff)
added the subtype entry (laser,inkjet,..) for printers
Diffstat (limited to 'h-source/Application/Include/hardware.php')
-rw-r--r--h-source/Application/Include/hardware.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php
index 9879d14..c6d930e 100644
--- a/h-source/Application/Include/hardware.php
+++ b/h-source/Application/Include/hardware.php
@@ -55,6 +55,8 @@ class Printer extends hardware
public static $interface = "not-specified,USB,Serial,Parallel,Firewire,SCSI,Ethernet";
+ public static $subtype = "not-specified,laser,inkjet,other";
+
public static function vendorsList()
{
return implode(',',array_values(self::$vendors));