summaryrefslogtreecommitdiffstats
path: root/perl-install/detect_devices.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2005-02-23 10:00:25 +0000
committerPascal Rigaux <pixel@mandriva.com>2005-02-23 10:00:25 +0000
commitc93bef73b04858c7d972693bcc78fb402519872f (patch)
treea5ae858ad88bacf720e185679a852ecdac06df6f /perl-install/detect_devices.pm
parentf6238693bdf079dedb9c32202a91c83fbecefb0b (diff)
downloaddrakx-backup-do-not-use-c93bef73b04858c7d972693bcc78fb402519872f.tar
drakx-backup-do-not-use-c93bef73b04858c7d972693bcc78fb402519872f.tar.gz
drakx-backup-do-not-use-c93bef73b04858c7d972693bcc78fb402519872f.tar.bz2
drakx-backup-do-not-use-c93bef73b04858c7d972693bcc78fb402519872f.tar.xz
drakx-backup-do-not-use-c93bef73b04858c7d972693bcc78fb402519872f.zip
SuSE also have "Hand Held" as a laptop (ch_type in { 8, 9, 10, 11, 14 })
Diffstat (limited to 'perl-install/detect_devices.pm')
-rw-r--r--perl-install/detect_devices.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm
index 7fb9575cd..46107ed24 100644
--- a/perl-install/detect_devices.pm
+++ b/perl-install/detect_devices.pm
@@ -827,7 +827,7 @@ sub computer_info() {
$date =~ m!\d\d/\d\d/(\d\d)! && "20$1";
+{
- isLaptop => member($Chassis, 'Portable', 'Laptop', 'Notebook', 'Sub Notebook', 'Docking Station'),
+ isLaptop => member($Chassis, 'Portable', 'Laptop', 'Notebook', 'Hand Held', 'Sub Notebook', 'Docking Station'),
if_($BIOS_Year, BIOS_Year => $BIOS_Year),
};
}