svn commit: r186432 - in head/etc: . devd

Andrew Thompson thompsa at FreeBSD.org
Tue Dec 23 15:47:31 UTC 2008


Author: thompsa
Date: Tue Dec 23 15:47:31 2008
New Revision: 186432
URL: http://svn.freebsd.org/changeset/base/186432

Log:
  Move another block of ASUS events to devd/asus.conf that were missed in r186249

Modified:
  head/etc/devd.conf
  head/etc/devd/asus.conf

Modified: head/etc/devd.conf
==============================================================================
--- head/etc/devd.conf	Tue Dec 23 15:00:03 2008	(r186431)
+++ head/etc/devd.conf	Tue Dec 23 15:47:31 2008	(r186432)
@@ -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

Modified: head/etc/devd/asus.conf
==============================================================================
--- head/etc/devd/asus.conf	Tue Dec 23 15:00:03 2008	(r186431)
+++ head/etc/devd/asus.conf	Tue Dec 23 15:47:31 2008	(r186432)
@@ -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";


More information about the svn-src-head mailing list