aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/DownloadController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-05-08 15:52:39 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-05-08 15:52:39 +0000
commita60b8d9cc5078a894e007e5252313185e9810c2e (patch)
tree2c75fac7220078d65c10c2c489aaae66d44d4b05 /h-source/Application/Controllers/DownloadController.php
parent929e290e5241c4c759be287495214e60352eb43c (diff)
h-source:added architecture entry for notebooks
Diffstat (limited to 'h-source/Application/Controllers/DownloadController.php')
-rw-r--r--h-source/Application/Controllers/DownloadController.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/h-source/Application/Controllers/DownloadController.php b/h-source/Application/Controllers/DownloadController.php
index d55f5ad..64eec34 100644
--- a/h-source/Application/Controllers/DownloadController.php
+++ b/h-source/Application/Controllers/DownloadController.php
@@ -69,6 +69,7 @@ class DownloadController extends BaseController
}
if ($type === 'notebook')
{
+ $xml .= "\t\t<architecture>".$row['hardware']['architecture']."</architecture>\n";
$xml .= "\t\t<free_bios>".$row['hardware']['bios']."</free_bios>\n";
}
@@ -138,7 +139,7 @@ class DownloadController extends BaseController
$xml .= "\t\t<it_works>".$row['hardware']['fingerprint_works']."</it_works>\n";
}
- $devicesWithDriverEntry = array('printer','scanner','soundcard','webcam','bluetooth','wifi','videocard','acquisition-card','fingerprint-reader');
+ $devicesWithDriverEntry = array('printer','scanner','soundcard','webcam','bluetooth','wifi','videocard','acquisition-card','fingerprint-reader','3G-card');
if (in_array($type,$devicesWithDriverEntry))
{
$xml .= "\t\t<driver>".$row['hardware']['driver']."</driver>\n";