From owner-svn-src-head@FreeBSD.ORG Tue Dec 23 15:47:31 2008 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CA2DF1065678; Tue, 23 Dec 2008 15:47:31 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id B98158FC22; Tue, 23 Dec 2008 15:47:31 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id mBNFlV21006257; Tue, 23 Dec 2008 15:47:31 GMT (envelope-from thompsa@svn.freebsd.org) Received: (from thompsa@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id mBNFlVhT006255; Tue, 23 Dec 2008 15:47:31 GMT (envelope-from thompsa@svn.freebsd.org) Message-Id: <200812231547.mBNFlVhT006255@svn.freebsd.org> From: Andrew Thompson Date: Tue, 23 Dec 2008 15:47:31 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r186432 - in head/etc: . devd X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2008 15:47:31 -0000 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";