aboutsummaryrefslogtreecommitdiff
path: root/my-x200.sh
diff options
context:
space:
mode:
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