From 9cf3d7b9fa1a873b93c6966508b8eadd5e526b36 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 25 Apr 2014 15:41:42 +0200 Subject: common: Fix documentation for hotplug script The code at the bottom says we'll ignore further configuration if "1" is returned, but the top said if "0" is returned. Make both say "1". --- plugins/common/input-device-example.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/common/input-device-example.sh b/plugins/common/input-device-example.sh index 50aa949a..235cdc41 100644 --- a/plugins/common/input-device-example.sh +++ b/plugins/common/input-device-example.sh @@ -12,7 +12,7 @@ # device ID being the XInput device ID # The name of the device # -# The script should return 0 if the device is to be +# The script should return 1 if the device is to be # ignored from future configuration. # # Set the script to be used with: -- cgit v1.2.1