summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2008-12-23 15:47:31 +0000
committerthompsa <thompsa@FreeBSD.org>2008-12-23 15:47:31 +0000
commit467b45492dac1a1e45b3bc11029c2e8cf66a1a1c (patch)
tree0e41bd8ec598bf4a3da44e314c6e0e47cc73e7da /etc
parente79f1ce74354aa2633d05a6eebedd6b418b7872f (diff)
downloadFreeBSD-src-467b45492dac1a1e45b3bc11029c2e8cf66a1a1c.zip
FreeBSD-src-467b45492dac1a1e45b3bc11029c2e8cf66a1a1c.tar.gz
Move another block of ASUS events to devd/asus.conf that were missed in r186249
Diffstat (limited to 'etc')
-rw-r--r--etc/devd.conf22
-rw-r--r--etc/devd/asus.conf22
2 files changed, 22 insertions, 22 deletions
diff --git a/etc/devd.conf b/etc/devd.conf
index 2b12af0..8dbf34b 100644
--- a/etc/devd.conf
+++ b/etc/devd.conf
@@ -255,28 +255,6 @@ notify 10 {
action "/etc/rc.resume acpi $notify";
};
-# 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";
-};
-
/* EXAMPLES TO END OF FILE
# The following might be an example of something that a vendor might
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";
OpenPOWER on IntegriCloud