From 9be442d01ac0f0549db11c1c4d6e17405f9d7a1d Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Thu, 16 Jun 2022 00:18:05 +1000 Subject: Adding USB interface to video cards See https://h-node.org/issues/view/en/405#message-1086 --- Application/Include/hardware.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3