diff options
-rw-r--r-- | h-source/Application/Include/hardware.php | 1 | ||||
-rw-r--r-- | h-source/Application/Views/Search/lspci_results.php | 3 |
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> |