From 3f18a25b33df582ecebf6cfaf043c6cc5939ec7c Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sat, 25 Dec 2010 22:25:45 +0000 Subject: added the subtype entry (laser,inkjet,..) for printers --- h-source/Application/Include/hardware.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'h-source/Application/Include/hardware.php') 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)); -- cgit v1.2.3