diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2005-02-23 10:00:25 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2005-02-23 10:00:25 +0000 |
commit | c93bef73b04858c7d972693bcc78fb402519872f (patch) | |
tree | a5ae858ad88bacf720e185679a852ecdac06df6f /perl-install | |
parent | f6238693bdf079dedb9c32202a91c83fbecefb0b (diff) | |
download | drakx-c93bef73b04858c7d972693bcc78fb402519872f.tar drakx-c93bef73b04858c7d972693bcc78fb402519872f.tar.gz drakx-c93bef73b04858c7d972693bcc78fb402519872f.tar.bz2 drakx-c93bef73b04858c7d972693bcc78fb402519872f.tar.xz drakx-c93bef73b04858c7d972693bcc78fb402519872f.zip |
SuSE also have "Hand Held" as a laptop (ch_type in { 8, 9, 10, 11, 14 })
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/detect_devices.pm | 2 |
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), }; } |