From c93bef73b04858c7d972693bcc78fb402519872f Mon Sep 17 00:00:00 2001
From: Pascal Rigaux <pixel@mandriva.com>
Date: Wed, 23 Feb 2005 10:00:25 +0000
Subject: SuSE also have "Hand Held" as a laptop (ch_type in { 8, 9, 10, 11, 14
 })

---
 perl-install/detect_devices.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'perl-install')

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),
      };
 }
-- 
cgit v1.2.1