From aee03329d5fc4452cfe64e72f15cd24429d44185 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 18 Apr 2005 19:36:29 +0000 Subject: perl_checker fix --- perl-install/detect_devices.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/detect_devices.pm') diff --git a/perl-install/detect_devices.pm b/perl-install/detect_devices.pm index d2a7aaab9..1de3d4b21 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -472,7 +472,7 @@ sub getInputDevices() { sub getSynapticsTouchpads() { grep { - member($_->{description}, "|SynPS/2 Synaptics TouchPad", "|AlpsPS/2 ALPS TouchPad") + member($_->{description}, "|SynPS/2 Synaptics TouchPad", "|AlpsPS/2 ALPS TouchPad"); } getInputDevices(); } -- cgit v1.2.1