Date: Wed, 18 Feb 2004 21:35:20 -0800 (PST) From: Nate Lawson <njl@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi.c acpi_button.c Message-ID: <200402190535.i1J5ZKuF039391@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
njl 2004/02/18 21:35:20 PST FreeBSD src repository Modified files: sys/dev/acpica acpi.c acpi_button.c Log: Fix problem caused by previous commit where some users' buttons stopped returning events. Don't disable the event when removing the handler because it still needs to be enabled for the other handler. Also, remove duplicate AcpiEnableEvent calls since the install function now does this for us. Revision Changes Path 1.117 +0 -2 src/sys/dev/acpica/acpi.c 1.19 +2 -9 src/sys/dev/acpica/acpi_button.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402190535.i1J5ZKuF039391>