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

Darren Salt linux at youmustbejoking.demon.co.uk
Wed Feb 3 21:46:41 UTC 2010


The following commit has been merged in the master branch:
commit 3ab61614a763714e3893307e9a6402e14a32a911
Author: Darren Salt <linux at youmustbejoking.demon.co.uk>
Date:   Wed Feb 3 21:44:46 2010 +0000

    Fn-Space == S.H.E button; they only return a hotkey event. Handle that.

diff --git a/debian/changelog b/debian/changelog
index 85370d9..8f1734f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 eeepc-acpi-scripts (1.1.10) UNRELEASED; urgency=low
 
+  * Fn-Space and the S.H.E. button are the same, and only generate a hotkey
+    event. Ensure that this isn't ignored.
+
  -- Darren Salt <linux at youmustbejoking.demon.co.uk>  Wed, 03 Feb 2010 21:41:29 +0000
 
 eeepc-acpi-scripts (1.1.9) unstable; urgency=low
diff --git a/etc/acpi/actions/hotkey.sh b/etc/acpi/actions/hotkey.sh
index cceace2..7b7e461 100755
--- a/etc/acpi/actions/hotkey.sh
+++ b/etc/acpi/actions/hotkey.sh
@@ -26,10 +26,10 @@ acpi=
 acpiwrite=
 ACPITEST=/lib/init/rw/eeepc-acpi-scripts.acpi-ignore
 case "$code" in
-    # Soft buttons 3 & 4 are special.
-    # They're always reported as hotkeys (901, at least).
+    # Soft buttons 3 & 4 and Fn-Space/SHE are special.
+    # They're always reported as hotkeys.
     # This will probably break when button events are added for these keys.
-    0000001[cd])
+    0000001[cd]|00000039)
 	;;
     *)
 	if test -f "$ACPITEST"; then
@@ -255,7 +255,7 @@ case $code in
 	;;
 
     # --/Space - SHE management
-    # (ACPI event code not known)
+    # See "SHE button" below
 
     # Silver keys, left to right
 

-- 
Maintenance of eeepc-acpi-scripts debian package



More information about the Debian-eeepc-commits mailing list