From b8270d9fd0568195dd3ce2f202182593c91c7142 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 2 Dec 2004 16:56:06 +0000 Subject: helping titi that didn't get isLaptop() right in 3 commits ;p --- perl-install/detect_devices.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/detect_devices.pm') diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 049f32f32..50018f99b 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -817,7 +817,7 @@ sub computer_info() { sub isLaptop() { arch() =~ /ppc/ ? get_mac_model() =~ /Book/ : - { computer_info() }->{isLaptop} + computer_info()->{isLaptop} || (matching_desc__regexp('C&T.*655[45]\d') || matching_desc__regexp('C&T.*68554') || matching_desc__regexp('Neomagic.*Magic(Media|Graph)') || matching_desc__regexp('ViRGE.MX') || matching_desc__regexp('S3.*Savage.*[IM]X') || -- cgit v1.2.1