[Debian-eeepc-commits] [SCM] Maintenance of eeepc-acpi-scripts debian package branch, master, updated. a003008367dc02c38b813c1a074889a4c7602705

Darren Salt linux at youmustbejoking.demon.co.uk
Mon Feb 2 17:49:56 UTC 2009


The following commit has been merged in the master branch:
commit 10ff87030027206abe37eeb457fb42afe32fd5eb
Author: Darren Salt <linux at youmustbejoking.demon.co.uk>
Date:   Sat Jan 24 00:10:07 2009 +0000

    Give immediate indication of pressing of Fn-F2.

diff --git a/debian/changelog b/debian/changelog
index 88610bf..3b84c42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ eeepc-acpi-scripts (1.0.12) UNRELEASED; urgency=low
     the controlling process is a login manager.
   * Try to use rfkill when toggling wireless & bluetooth.
   * Ignore events when shutting down or rebooting.
+  * Give immediate indication of pressing of Fn-F2.
 
  -- Darren Salt <linux at youmustbejoking.demon.co.uk>  Mon, 02 Feb 2009 16:55:55 +0000
 
diff --git a/etc/acpi/actions/hotkey.sh b/etc/acpi/actions/hotkey.sh
index a7bef3d..035453c 100755
--- a/etc/acpi/actions/hotkey.sh
+++ b/etc/acpi/actions/hotkey.sh
@@ -97,10 +97,12 @@ handle_camera_toggle() {
 case $code in
     # Fn+F2 -- toggle wireless
     00000010)
+	notify wireless 'Wireless ...'
 	/etc/acpi/actions/wireless.sh on
 	show_wireless
 	;;
     00000011)
+	notify wireless 'Wireless ...'
 	/etc/acpi/actions/wireless.sh off
 	show_wireless
 	;;

-- 
Maintenance of eeepc-acpi-scripts debian package



More information about the Debian-eeepc-commits mailing list