aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include/hardware.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-02-26 08:18:31 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-02-26 08:18:31 +0000
commit04b711579f8f923d2e836ff076c6ed47e7547bcf (patch)
tree9e9dc84ee231be739728e2431f6861f872453358 /h-source/Application/Include/hardware.php
parent3d7ef55a2f7cd820d511af2372b3274ec0c147a7 (diff)
added ethernet interface for wifi card - OwlBob issue
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 2827d31..1a38d75 100644
--- a/h-source/Application/Include/hardware.php
+++ b/h-source/Application/Include/hardware.php
@@ -197,6 +197,7 @@ class Wifi extends Hardware
"mini-PCI" => "mini-PCI",
"mini-PCI-E" => "mini-PCI-E",
"ExpressCard" => "ExpressCard",
+ "Ethernet" => "Ethernet",
"PCMCIA/PC-Card" => "PC-Card",
);
@@ -208,6 +209,7 @@ class Wifi extends Hardware
"mini-PCI" => "mini-PCI",
"mini-PCI-E" => "mini-PCI-E",
"ExpressCard" => "ExpressCard",
+ "Ethernet" => "Ethernet",
"PC-Card" => "PCMCIA/PC-Card",
);