diff options
-rwxr-xr-x | bin/touchpad_driver_info.py (renamed from bin/touchpad_driver_info) | 0 | ||||
-rw-r--r-- | units/info/jobs.pxu | 2 | ||||
-rw-r--r-- | units/touchpad/jobs.pxu | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/bin/touchpad_driver_info b/bin/touchpad_driver_info.py index 431b874..431b874 100755 --- a/bin/touchpad_driver_info +++ b/bin/touchpad_driver_info.py 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 |