aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include/hardware.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Application/Include/hardware.php')
-rw-r--r--h-source/Application/Include/hardware.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php
index c3827ad..8c134c9 100644
--- a/h-source/Application/Include/hardware.php
+++ b/h-source/Application/Include/hardware.php
@@ -170,9 +170,9 @@ class Printer extends Hardware
{
public static $compatibility = array(
- "A Full" => "A-Full",
- "B Partial" => "B-Partial",
- "C None" => "C-None",
+ "A-Full" => "A-Full",
+ "B-Partial" => "B-Partial",
+ "C-None" => "C-None",
);
public static $interface = "not-specified,USB,Serial,Parallel,Firewire,SCSI,Ethernet";