[Debian-eeepc-devel] [SCM] Maintenance of eeepc-acpi-scripts debian package branch, master, updated. 7d0b0a54da5511c51a45e2937ef368340653a0ce

Nico Golde nion at debian.org
Fri Mar 7 14:44:15 UTC 2008


The following commit has been merged in the master branch:
commit 7d0b0a54da5511c51a45e2937ef368340653a0ce
Author: Nico Golde <nion at debian.org>
Date:   Fri Mar 7 15:44:28 2008 +0100

    basic vga toggle support should work now

diff --git a/actions/hotkey.sh b/actions/hotkey.sh
index 41ad3e0..51a6005 100755
--- a/actions/hotkey.sh
+++ b/actions/hotkey.sh
@@ -79,6 +79,11 @@ case $code in
 	amixer -q set $HEADPHONE_LABEL on
 	show_volume
 	;;
+	# F+F5 -- toggle vga
+	0000003[012])
+	notify
+	/etc/acpi/actions/vga-toggle.sh
+	;;
     # Fn+F9 -- increase volume
     00000015)
 	amixer -q set $VOLUME_LABEL 2+ unmute
diff --git a/debian/changelog b/debian/changelog
index af80ca1..b241551 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ eeepc-acpi-scripts (1.0.1) unstable; urgency=low
   * Adding Vcs-Browser and Vcs-Git control fields.
   * Prevent the system to go into suspend after a lid event if a shutdown
     is in progress (Closes: #469505).
+  * Add basic support for Fn-F5 key (vga toggle).
 
   [ Damyan Ivanov ]
   * Make actions do nothing when package is removed

-- 
Maintenance of eeepc-acpi-scripts debian package



More information about the Debian-eeepc-devel mailing list