diff options
Diffstat (limited to 'h-source/Application/Include/hardware.php')
-rw-r--r-- | h-source/Application/Include/hardware.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php index 8da5186..61a01dd 100644 --- a/h-source/Application/Include/hardware.php +++ b/h-source/Application/Include/hardware.php @@ -81,6 +81,7 @@ class Hardware 'sd-card-reader' => 'H2O/media-flash-sd-mmc_22.png', 'modem' => 'Crystal/modem_22.png', 'RAID-adapter' => 'Crystal/1282042976_hardware.png', + 'PCMCIA-controller' => 'Crystal/1282042976_hardware.png', ); public static $typeToController = array( @@ -99,6 +100,7 @@ class Hardware 'sd-card-reader' => 'sdcardreaders', 'modem' => 'modems', 'RAID-adapter' => 'raidadapters', + 'PCMCIA-controller' => 'pcmcia', ); public static function getTypes() @@ -456,3 +458,8 @@ class Raidadapters extends Acquisitioncards { } + +class PCMCIAControllers extends Acquisitioncards +{ + +}
\ No newline at end of file |