From 04b711579f8f923d2e836ff076c6ed47e7547bcf Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 26 Feb 2012 08:18:31 +0000 Subject: added ethernet interface for wifi card - OwlBob issue --- 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 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", ); -- cgit v1.2.3