From 749b2b0413b87ea429488f4c23c052abc01d2284 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Thu, 30 Aug 2007 13:27:21 +0000 Subject: assume system is a laptop if it contains some "Intel Corporation|Mobile" devices (fix Samsung Q1U detection, #32967) --- perl-install/NEWS | 3 +++ perl-install/detect_devices.pm | 1 + perl-install/install/NEWS | 2 ++ 3 files changed, 6 insertions(+) (limited to 'perl-install') diff --git a/perl-install/NEWS b/perl-install/NEWS index a734e612f..7533f57bc 100644 --- a/perl-install/NEWS +++ b/perl-install/NEWS @@ -1,3 +1,6 @@ +- assume system is a laptop if it contains some "Intel Corporation|Mobile" devices + (fix Samsung Q1U detection, #32967) + Version 10.4.181 - 29 August 2007, by Thierry Vignaud - fix plural translating for C locale diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index c66706858..7857ead77 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -1042,6 +1042,7 @@ sub 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') || + matching_desc__regexp('Intel Corporation\|Mobile') || matching_desc__regexp('ATI.*(Mobility|LT)')) || cat_('/proc/cpuinfo') =~ /\bmobile\b/i || probe_unique_name("Type") eq 'laptop' diff --git a/perl-install/install/NEWS b/perl-install/install/NEWS index f93c64cf8..5016ef037 100644 --- a/perl-install/install/NEWS +++ b/perl-install/install/NEWS @@ -1,4 +1,6 @@ - set specific icons for summary steps (#32923) +- assume system is a laptop if it contains some "Intel Corporation|Mobile" devices + (fix Samsung Q1U detection, #32967) Version 10.4.181 - 29 August 2007, by Thierry Vignaud -- cgit v1.2.1