From c064e8cd087b75f8016815b2354f41ee6b12febe Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 18 Apr 2005 19:36:01 +0000 Subject: space fix --- 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 f1622fcad..d2a7aaab9 100644 --- a/perl-install/detect_devices.pm +++ b/perl-install/detect_devices.pm @@ -470,7 +470,7 @@ sub getInputDevices() { @devices; } -sub getSynapticsTouchpads() { +sub getSynapticsTouchpads() { grep { member($_->{description}, "|SynPS/2 Synaptics TouchPad", "|AlpsPS/2 ALPS TouchPad") } getInputDevices(); -- cgit v1.2.1