diff options
Diffstat (limited to 'h-source')
-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 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", ); |