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

Darren Salt linux at youmustbejoking.demon.co.uk
Wed Feb 11 01:10:49 UTC 2009


The following commit has been merged in the master branch:
commit 029f2222a0ae4f764046127d5ae9fa5d709b1862
Author: Darren Salt <linux at youmustbejoking.demon.co.uk>
Date:   Tue Feb 10 22:48:09 2009 +0000

    Prepare for netlink-enabled acpid.
    
    Ignore lid-open events and accept the differently-reported hotkey events.

diff --git a/debian/changelog b/debian/changelog
index ed4c1d0..5a522c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -21,6 +21,8 @@ eeepc-acpi-scripts (1.0.12) UNRELEASED; urgency=low
   * Enable audio power saving, defaulting to a 5-second delay before
     powering down. (snd_hda_intel power_save in /etc/modprobe.d/eeepc)
   * When locking the display, if all else fails, try xtrlock.
+  * Prepare for netlink-enabled acpid: ignore lid-open events and handle
+    differently-reported hotkey events.
 
   [ Raphael Geissert ]
   * Auto detect the playback devices and the playback switches
diff --git a/etc/acpi/events/hotkey b/etc/acpi/events/hotkey-netlink
similarity index 61%
copy from etc/acpi/events/hotkey
copy to etc/acpi/events/hotkey-netlink
index 1642fea..6c4d134 100644
--- a/etc/acpi/events/hotkey
+++ b/etc/acpi/events/hotkey-netlink
@@ -1,2 +1,2 @@
-event=hotkey ATKD
+event=hotkey ASUS010:00
 action=/etc/acpi/actions/hotkey.sh %e
diff --git a/etc/acpi/events/lid b/etc/acpi/events/lid
index f674172..a169c30 100644
--- a/etc/acpi/events/lid
+++ b/etc/acpi/events/lid
@@ -1,2 +1,2 @@
-event=button/lid LID
+event=button/lid LID [^o]
 action=/etc/acpi/actions/lid.sh

-- 
Maintenance of eeepc-acpi-scripts debian package



More information about the Debian-eeepc-commits mailing list