From 467b45492dac1a1e45b3bc11029c2e8cf66a1a1c Mon Sep 17 00:00:00 2001 From: thompsa Date: Tue, 23 Dec 2008 15:47:31 +0000 Subject: Move another block of ASUS events to devd/asus.conf that were missed in r186249 --- etc/devd/asus.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'etc/devd/asus.conf') diff --git a/etc/devd/asus.conf b/etc/devd/asus.conf index 7671bd1..a195a58 100644 --- a/etc/devd/asus.conf +++ b/etc/devd/asus.conf @@ -2,6 +2,28 @@ # # ASUS specific devd events +# The next blocks enable volume hotkeys that can be found on the Asus laptops +notify 0 { + match "system" "ACPI"; + match "subsystem" "ASUS"; + match "notify" "0x32"; + action "mixer 0"; +}; + +notify 0 { + match "system" "ACPI"; + match "subsystem" "ASUS"; + match "notify" "0x31"; + action "mixer vol -10"; +}; + +notify 0 { + match "system" "ACPI"; + match "subsystem" "ASUS"; + match "notify" "0x30"; + action "mixer vol +10"; +}; + # The next blocks enable volume hotkeys that can be found on the Asus EeePC notify 0 { match "system" "ACPI"; -- cgit v1.1