summaryrefslogtreecommitdiff
path: root/units
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
parent4584223c209020d006276324decc538b313b50b6 (diff)
bin:touchpad_driver_info -> touchpad_driver_info.py
Diffstat (limited to 'units')
-rw-r--r--units/info/jobs.pxu2
-rw-r--r--units/touchpad/jobs.pxu2
2 files changed, 2 insertions, 2 deletions
diff --git a/units/info/jobs.pxu b/units/info/jobs.pxu
index 45878ea..337305f 100644
--- a/units/info/jobs.pxu
+++ b/units/info/jobs.pxu
@@ -290,7 +290,7 @@ plugin: attachment
category_id: com.canonical.plainbox::info
id: info/touchpad_driver
requires: device.category == 'TOUCHPAD'
-command: touchpad_driver_info
+command: touchpad_driver_info.py
estimated_duration: 0.384
_description:
Returns the name, driver name and driver version of any touchpad discovered on
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