Date: Tue, 23 Dec 2008 15:47:31 +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: r186432 - in head/etc: . devd Message-ID: <200812231547.mBNFlVhT006255@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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";
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812231547.mBNFlVhT006255>