diff options
-rw-r--r-- | perl-install/detect_devices.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |