diff options
-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), }; } |