From dad96fd2adef8272aba89c3cbcac1a336fc7586d Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Fri, 4 May 2012 07:45:29 +0000 Subject: added PCMCIA Controllers category, part 1 - rsandu issue --- h-source/Application/Include/hardware.php | 7 +++++++ 1 file changed, 7 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 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 -- cgit v1.2.3