summaryrefslogtreecommitdiffstats
path: root/etc/devd.conf
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2008-12-17 19:12:30 +0000
committerthompsa <thompsa@FreeBSD.org>2008-12-17 19:12:30 +0000
commit5beb5f2d952ce87b3eee93996d028cf87523c164 (patch)
tree2d4217beaa0b27e7f84b106ede422dd53aaba047 /etc/devd.conf
parent6a06481400f465d20b6ba8737f46132e3549aefa (diff)
downloadFreeBSD-src-5beb5f2d952ce87b3eee93996d028cf87523c164.zip
FreeBSD-src-5beb5f2d952ce87b3eee93996d028cf87523c164.tar.gz
Add /etc/devd/ and move hardware specific configuration there. This makes it
easier to maintain custom rules for non-system things like ACPI hotkeys. /etc/devd.conf is already set up to check this directory, no change needed there.
Diffstat (limited to 'etc/devd.conf')
-rw-r--r--etc/devd.conf23
1 files changed, 0 insertions, 23 deletions
diff --git a/etc/devd.conf b/etc/devd.conf
index 601e588..2b12af0 100644
--- a/etc/devd.conf
+++ b/etc/devd.conf
@@ -277,29 +277,6 @@ notify 0 {
action "mixer vol +10";
};
-# The next blocks enable volume hotkeys that can be found on the Asus EeePC
-# The four keys above the keyboard notify 0x1a through to 0x1d respectively
-notify 0 {
- match "system" "ACPI";
- match "subsystem" "ASUS-Eee";
- match "notify" "0x13";
- action "mixer 0";
-};
-
-notify 0 {
- match "system" "ACPI";
- match "subsystem" "ASUS-Eee";
- match "notify" "0x14";
- action "mixer vol -10";
-};
-
-notify 0 {
- match "system" "ACPI";
- match "subsystem" "ASUS-Eee";
- match "notify" "0x15";
- action "mixer vol +10";
-};
-
/* EXAMPLES TO END OF FILE
# The following might be an example of something that a vendor might
OpenPOWER on IntegriCloud