svn commit: r184344 - head/etc

Andrew Thompson thompsa at FreeBSD.org
Mon Oct 27 09:20:40 PDT 2008


Author: thompsa
Date: Mon Oct 27 16:20:40 2008
New Revision: 184344
URL: http://svn.freebsd.org/changeset/base/184344

Log:
  Make a note about the notify codes for the four special function keys above the
  keyboard on the EeePC.

Modified:
  head/etc/devd.conf

Modified: head/etc/devd.conf
==============================================================================
--- head/etc/devd.conf	Mon Oct 27 16:13:28 2008	(r184343)
+++ head/etc/devd.conf	Mon Oct 27 16:20:40 2008	(r184344)
@@ -256,6 +256,7 @@ notify 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";


More information about the svn-src-head mailing list