[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:20 UTC 2009


The following commit has been merged in the master branch:
commit 97e56609479ff258026ccf6566bd2f7d5f6c0119
Author: Darren Salt <linux at youmustbejoking.demon.co.uk>
Date:   Wed Oct 14 17:02:03 2009 +0100

    Fix a bug which prevented touchpad toggling from working properly.

diff --git a/debian/changelog b/debian/changelog
index 21e26a1..3045dc4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ eeepc-acpi-scripts (1.1.3) UNRELEASED; urgency=low
     fully-commented copy in /usr/share/doc/eeepc-acpi-scripts/examples/.
   * Add configuration support for Fn-F4 on 10" models. No action is defined.
   * Make VGA toggling into a bindable function.
+  * Fix a bug which prevented touchpad toggling from working properly.
 
   [ Damyan Ivanov ]
   * rules: call dh_installinit with -u'start 20 S .' to prevent
diff --git a/etc/acpi/actions/hotkey.sh b/etc/acpi/actions/hotkey.sh
index a9f8bb3..127d811 100755
--- a/etc/acpi/actions/hotkey.sh
+++ b/etc/acpi/actions/hotkey.sh
@@ -141,7 +141,7 @@ case $code in
     # --/F3 - touchpad toggle
     00000037)
 	if [ "${FnF_TOUCHPAD}" != 'NONE' ]; then
-	    ${FnF_BACKLIGHTOFF:-handle_touchpad_toggle}
+	    ${FnF_TOUCHPAD:-handle_touchpad_toggle}
 	fi
 	;;
 

-- 
Maintenance of eeepc-acpi-scripts debian package



More information about the Debian-eeepc-commits mailing list