[Debian-eeepc-commits] [SCM] Maintenance of eeepc-acpi-scripts debian package branch, master, updated. 1.1.1-43-g97e5660
Darren Salt
linux at youmustbejoking.demon.co.uk
Wed Oct 14 16:08:17 UTC 2009
The following commit has been merged in the master branch:
commit 9997c230769cd6b14d6a6ce9540c0c31e8331f4c
Author: Darren Salt <linux at youmustbejoking.demon.co.uk>
Date: Wed Oct 14 16:34:28 2009 +0100
Add configuration support for Fn-F4 on 10" models. No action is defined.
diff --git a/debian/changelog b/debian/changelog
index ab12787..498f880 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ eeepc-acpi-scripts (1.1.3) UNRELEASED; urgency=low
manual or auto.
* Strip out comments from /etc/default/eeepc-acpi-scripts and store a
fully-commented copy in /usr/share/doc/eeepc-acpi-scripts/examples/.
+ * Add configuration support for Fn-F4 on 10" models. No action is defined.
[ Damyan Ivanov ]
* rules: call dh_installinit with -u'start 20 S .' to prevent
diff --git a/debian/eeepc-acpi-scripts.default.in b/debian/eeepc-acpi-scripts.default.in
index 91680f2..ecb2d33 100644
--- a/debian/eeepc-acpi-scripts.default.in
+++ b/debian/eeepc-acpi-scripts.default.in
@@ -118,6 +118,8 @@ SOFTBTN4_ACTION='handle_bluetooth_toggle'
# ("--" = not available.)
# --/F3 - touchpad toggle
FnF_TOUCHPAD='handle_touchpad_toggle'
+# --/F4 - resolution change
+FnF_RESCHANGE='NONE'
# --/F7 - backlight off
FnF_BACKLIGHTOFF='handle_blank_screen'
# F6/F9 - 'task manager' key
diff --git a/etc/acpi/actions/hotkey.sh b/etc/acpi/actions/hotkey.sh
index 4d6ad09..d1dee0b 100755
--- a/etc/acpi/actions/hotkey.sh
+++ b/etc/acpi/actions/hotkey.sh
@@ -143,6 +143,9 @@ case $code in
# --/F4 - resolution change
00000038)
+ if [ "${FnF_RESCHANGE}" != 'NONE' ]; then
+ $FnF_RESCHANGE
+ fi
;;
# F3/F5 - decrease brightness
--
Maintenance of eeepc-acpi-scripts debian package
More information about the Debian-eeepc-commits
mailing list