diff options
Diffstat (limited to 'my-x200.sh')
-rw-r--r-- | my-x200.sh | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 | ;; | ||
44 | esac | 55 | esac |