Date: Mon, 27 Oct 2008 16:20:40 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r184344 - head/etc Message-ID: <200810271620.m9RGKeRZ044441@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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";
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810271620.m9RGKeRZ044441>