cvs commit: src/sys/dev/acpica acpi.c acpi_button.c

Nate Lawson njl at FreeBSD.org
Wed Feb 18 21:35:21 PST 2004


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


More information about the cvs-src mailing list