aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views
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/Application/Views
parentfef5c074223364eb32032a5787ea824fcbadc4fe (diff)
added sd card readers - part 2
Diffstat (limited to 'h-source/Application/Views')
-rw-r--r--h-source/Application/Views/Search/lspci_results.php3
1 files changed, 3 insertions, 0 deletions
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>