diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-11-17 12:55:58 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-11-17 12:55:58 +0000 |
commit | f6be8393e8a8062a6c2f0d2607dc36b2a4ca884b (patch) | |
tree | b8a32f3fceedfd57d0d6e89d07ba8011f3c3d554 /h-source/Application | |
parent | fc5527ee98a3369fb682efa959efa822a16cd741 (diff) |
added some PCI classes inside hardware.php
Diffstat (limited to 'h-source/Application')
-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 f2026a9..2cd6ed6 100644 --- a/h-source/Application/Include/hardware.php +++ b/h-source/Application/Include/hardware.php @@ -76,6 +76,8 @@ class Hardware '0703' => 'modems', '0104' => 'raidadapters', '0c00' => 'hostcontrollers', + '0c03' => 'hostcontrollers', + '0780' => 'hostcontrollers', ); public static $icons = array( |