svn commit: r184625 - in head: etc sys/dev/acpi_support

Renato Botelho rbgarga at gmail.com
Tue Nov 4 12:22:01 PST 2008


On Tue, Nov 4, 2008 at 9:52 AM, Rui Paulo <rpaulo at 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


More information about the svn-src-all mailing list