summaryrefslogtreecommitdiff
path: root/units/touchpad
diff options
authorSylvain Pineau <sylvain.pineau@canonical.com>2020-07-14 13:33:13 +0200
committerSylvain Pineau <sylvain.pineau@canonical.com>2020-07-14 13:33:13 +0200
commit8458b7ef4ae033839d786b0d6cd921ef857f113d (patch)
tree5027609a913bd7c7f29f51d8d78d97826765aa0b /units/touchpad
parent4584223c209020d006276324decc538b313b50b6 (diff)
bin:touchpad_driver_info -> touchpad_driver_info.py
Diffstat (limited to 'units/touchpad')
-rw-r--r--units/touchpad/jobs.pxu2
1 files changed, 1 insertions, 1 deletions
diff --git a/units/touchpad/jobs.pxu b/units/touchpad/jobs.pxu
index a7b7e35..0c89823 100644
--- a/units/touchpad/jobs.pxu
+++ b/units/touchpad/jobs.pxu
@@ -189,7 +189,7 @@ id: touchpad/detected-as-mouse
requires: dmi.product in ['Notebook','Laptop','Portable','Convertible']
estimated_duration: 1.2
command:
- info=`touchpad_driver_info`
+ info=`touchpad_driver_info.py`
if [ $? -eq 0 ]; then
echo -e "touchpad detected with:\n$info"
else