From 19af78f77ceaa72cfe0bdea661471ceecb17c130 Mon Sep 17 00:00:00 2001 From: Michael Mrozek Date: Sat, 12 Nov 2011 01:17:26 +0100 Subject: [PATCH] op_nubmode.py: Changed path to reset-command from relative to absolute --- recipes/pandora-system/pandora-scripts/op_nubmode.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/pandora-system/pandora-scripts/op_nubmode.py b/recipes/pandora-system/pandora-scripts/op_nubmode.py index 7b858ff..8183e8b 100755 --- a/recipes/pandora-system/pandora-scripts/op_nubmode.py +++ b/recipes/pandora-system/pandora-scripts/op_nubmode.py @@ -15,7 +15,7 @@ PROFILES = '/etc/pandora/conf/nub_profiles.conf' # Shell command to reset nub: 3-0066 = left-nub, 3-0067 = right-nub # apparently they are linked and resetting one resets both. #RESET_CMD = 'echo %i > /sys/bus/i2c/drivers/vsense/3-00%i/reset' -RESET_CMD = "sudo ./reset_nubs.sh" +RESET_CMD = "sudo /usr/pandora/scripts/reset_nubs.sh" # Valid values for mode setting MODES = ("mouse", "mbuttons", "scroll", "absolute") -- 2.39.2