aboutsummaryrefslogtreecommitdiff
path: root/h-source
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-10-02 17:40:34 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-10-02 17:40:34 +0000
commita3161064a637e80ad04aeee2994001f6cee4a372 (patch)
treef4b249823106b63e7196f6c53a7a28e8157e963f /h-source
parentfef5c074223364eb32032a5787ea824fcbadc4fe (diff)
added sd card readers - part 2
Diffstat (limited to 'h-source')
-rw-r--r--h-source/Application/Include/hardware.php1
-rw-r--r--h-source/Application/Views/Search/lspci_results.php3
2 files changed, 4 insertions, 0 deletions
diff --git a/h-source/Application/Include/hardware.php b/h-source/Application/Include/hardware.php
index e919326..abef543 100644
--- a/h-source/Application/Include/hardware.php
+++ b/h-source/Application/Include/hardware.php
@@ -53,6 +53,7 @@ class Hardware
'0400' => 'acquisitioncards',
'0401' => 'acquisitioncards',
'0480' => 'acquisitioncards',
+ '0805' => 'sdcardreaders',
);
public static $icons = array(
diff --git a/h-source/Application/Views/Search/lspci_results.php b/h-source/Application/Views/Search/lspci_results.php
index dc6b152..b74867b 100644
--- a/h-source/Application/Views/Search/lspci_results.php
+++ b/h-source/Application/Views/Search/lspci_results.php
@@ -70,6 +70,9 @@
case 'acquisition-card':
echo gtext("does it work with free software?"). " <b>".gtext($row['hardware']['compatibility'])."</b>";
break;
+ case 'sd-card-reader':
+ echo gtext("does it work with free software?"). " <b>".gtext($row['hardware']['sd_card_works'])."</b>";
+ break;
}
?>
</div>