From 9659e883530d1e80eb5b9d469f4d58dfe4c18d04 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Mon, 4 May 2009 16:06:08 +0000 Subject: Add 'touchpad' type to rpmsrate --- perl-install/detect_devices.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/detect_devices.pm') diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index 4bc2a0928..741a0dfd6 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -1137,6 +1137,7 @@ sub has_cpu_flag { sub matching_types() { +{ laptop => isLaptop(), + 'touchpad' => hasTouchpad(), '64bit' => to_bool(arch() =~ /64/), wireless => to_bool(get_wireless_interface() || probe_category('network/wireless')), }; -- cgit v1.2.1