diff options
Diffstat (limited to 'Application/Include')
-rw-r--r-- | Application/Include/hardware.php | 2 |
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 { |