aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-06-16 00:18:05 +1000
committerYuchen Pei <hi@ypei.me>2022-06-16 00:18:05 +1000
commit9be442d01ac0f0549db11c1c4d6e17405f9d7a1d (patch)
tree69bddcd03c958516fb6db901686d8ace87cc815b
parentfb81b75b50a6c6cd94d12e48e44f1bc3d0c1b9a1 (diff)
Adding USB interface to video cards
See https://h-node.org/issues/view/en/405#message-1086
-rw-r--r--Application/Include/hardware.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Application/Include/hardware.php b/Application/Include/hardware.php
index acf8db9..4a641c2 100644
--- a/Application/Include/hardware.php
+++ b/Application/Include/hardware.php
@@ -285,7 +285,7 @@ class Videocard extends Hardware
"does_not_work" => "it does not work",
);
- public static $interface = "not-specified,PCI,AGP,PCI-E,ISA,MCA,VLB";
+ public static $interface = "not-specified,PCI,AGP,PCI-E,ISA,MCA,VLB,USB";
public static function videoList(): string
{