commit | 44b9c74f4d1512fea5d68537f79928ddb184009c | [log] [tgz] |
---|---|---|
author | Dennis Kempin <[email protected]> | Wed Apr 02 21:44:53 2014 |
committer | chrome-internal-fetch <[email protected]> | Fri Apr 04 04:57:42 2014 |
tree | 8ec8824f0bebce3b52360096149a8436c3ea1ee5 | |
parent | 3d52d795377cf0cb18c9b597e87d09a0a0a3604d [diff] [blame] |
New script: curve_experiment This script will update mouse acceleration curves to different settings. BUG=chromium:359288 TEST=run the script and check if the mouse acceleration on all connected mice changes. Change-Id: Ic6f1de87ebbf0d09e744546d8bce75e509db3cb8 Reviewed-on: https://chromium-review.googlesource.com/192932 Reviewed-by: Andrew de los Reyes <[email protected]> Tested-by: Dennis Kempin <[email protected]> Commit-Queue: Dennis Kempin <[email protected]>
diff --git a/xinput.sh b/xinput.sh index 3a5b41b..93959da 100755 --- a/xinput.sh +++ b/xinput.sh
@@ -137,8 +137,8 @@ device_set_prop() { assert_eq $# 3 - log "$XINPUT set-prop \"$1\" \"$2\" \"$3\"" - $XINPUT set-prop "$1" "$2" "$3" + log "$XINPUT set-prop \"$1\" \"$2\" $3" + $XINPUT set-prop "$1" "$2" $3 } device_get_prop() {