diff options
-rw-r--r-- | perl-install/common.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/common.pm b/perl-install/common.pm index 792ff6534..e81253ed3 100644 --- a/perl-install/common.pm +++ b/perl-install/common.pm @@ -258,6 +258,7 @@ sub check_for_xserver() { } sub is_xbox() { + require detect_devices; any { $_->{vendor} == 0x10de && $_->{id} == 0x02a5 } detect_devices::pci_probe(); } |