diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/detect_devices.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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')), }; |