Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Nov 2008 17:56:01 -0200
From:      "Renato Botelho" <rbgarga@gmail.com>
To:        "Rui Paulo" <rpaulo@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r184625 - in head: etc sys/dev/acpi_support
Message-ID:  <747dc8f30811041156qe2b710ape595c5671bc0ddf5@mail.gmail.com>
In-Reply-To: <200811041152.mA4BqoPb095612@svn.freebsd.org>
References:  <200811041152.mA4BqoPb095612@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 4, 2008 at 9:52 AM, Rui Paulo <rpaulo@freebsd.org> wrote:
> Author: rpaulo
> Date: Tue Nov  4 11:52:50 2008
> New Revision: 184625
> URL: http://svn.freebsd.org/changeset/base/184625
>
> Log:
>  Add support for Asus A8Sr notebooks.
>
>  PR:           128553
>  Submitted by: Eygene Ryabinkin <rea-fbsd at codelabs.ru>
>  Reviewed by:  philip
>  MFC after:    2 months
>
> Modified:
>  head/etc/devd.conf
>  head/sys/dev/acpi_support/acpi_asus.c
>
> Modified: head/etc/devd.conf
> ==============================================================================
> --- head/etc/devd.conf  Tue Nov  4 11:31:09 2008        (r184624)
> +++ head/etc/devd.conf  Tue Nov  4 11:52:50 2008        (r184625)
> @@ -255,6 +255,28 @@ 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"i      "ASUS";

devd.conf part is broken, you forgot a wrong "i" there

-- 
Renato Botelho



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?747dc8f30811041156qe2b710ape595c5671bc0ddf5>