aboutsummaryrefslogtreecommitdiff
path: root/my-x200.sh
diff options
context:
space:
mode:
authorRobert Alessi <alessi@robertalessi.net>2021-02-14 09:59:13 +0100
committerRobert Alessi <alessi@robertalessi.net>2021-02-14 09:59:13 +0100
commit1d81f2d8f9a1f89c45b95615a1122ce59873c69c (patch)
tree34cabefb89afee3ce68279fea411a4cb24a8acc7 /my-x200.sh
parentfaf5cd914d7e8f1dcf766410f571ea4fbbe46453 (diff)
downloadmy-x200-f9a8f11bd883b748c50274870d681e185cb2d34b.tar.gz
Mapped ThinkVantage to the refresh function. Added new section on usagev0.7-3
Diffstat (limited to 'my-x200.sh')
-rw-r--r--my-x200.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/my-x200.sh b/my-x200.sh
index 1cd3b06..42dec59 100644
--- a/my-x200.sh
+++ b/my-x200.sh
@@ -41,4 +41,15 @@ case "$1" in
41 ;; 41 ;;
42 esac 42 esac
43 ;; 43 ;;
44 button/vendor)
45 case "$2" in
46 VNDR)
47 logger 'ThinkVantage pressed'
48 /etc/init.d/my-x200 refresh
49 ;;
50 *)
51 logger "ACPI action undefined: $2"
52 ;;
53 esac
54 ;;
44esac 55esac