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

Ben Armstrong synrg at debian.org
Fri Nov 12 11:00:56 UTC 2010


The following commit has been merged in the master branch:
commit 860e2e3891154909a555481839953f708fabe60a
Author: Luca Niccoli <lultimouomo at gmail.com>
Date:   Fri Apr 23 18:31:46 2010 +0200

    Turn off volume handling by default, since it conflicts with most desktop environment.
    
    Signed-off-by: Luca Niccoli <lultimouomo at gmail.com>

diff --git a/debian/eeepc-acpi-scripts.default.in b/debian/eeepc-acpi-scripts.default.in
index 17234f7..ca61568 100644
--- a/debian/eeepc-acpi-scripts.default.in
+++ b/debian/eeepc-acpi-scripts.default.in
@@ -107,11 +107,11 @@ FnF_VGATOGGLE='handle_vga_toggle'
 # F6/F9 - 'task manager' key
 FnF_TASKMGR='NONE'
 # F7/F10 - mute/unmute speakers
-FnF_MUTE='handle_mute_toggle'
+FnF_MUTE='NONE'
 # F8/F11 - decrease volume
-FnF_VOLUMEDOWN='handle_volume_down'
+FnF_VOLUMEDOWN='NONE'
 # F9/F12 - increase volume
-FnF_VOLUMEUP='handle_volume_up'
+FnF_VOLUMEUP='NONE'
 
 # Clocking options when on AC or battery:
 # '0' = overclocked;

-- 
Maintenance of eeepc-acpi-scripts debian package



More information about the Debian-eeepc-commits mailing list