aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Include/hardware.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-05-04 07:45:29 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-05-04 07:45:29 +0000
commitdad96fd2adef8272aba89c3cbcac1a336fc7586d (patch)
tree81b9a482e7057aeeb3fa1b6675c7f3d4508c357b /h-source/Application/Include/hardware.php
parent1eb25ea6634e33a15e5c2ba8ac7a2bb833b87ed5 (diff)
added PCMCIA Controllers category, part 1 - rsandu issue
Diffstat (limited to 'h-source/Application/Include/hardware.php')
-rw-r--r--h-source/Application/Include/hardware.php7
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