diff options
Diffstat (limited to 'h-source/Application/Include/hardware.php')
-rw-r--r-- | h-source/Application/Include/hardware.php | 2 |
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)); |