+2
−2
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
With kernel 3.13rc5 there are no AC adapter notifications on my laptop. Commit cc8ef527 "ACPI / AC: convert ACPI ac driver to platform bus" changed the driver to listen to device notifications only. However, AML code on my laptop notifies the driver with zero event. This patch changes the driver to listen to all events again. Fixes: cc8ef527 (ACPI / AC: convert ACPI ac driver to platform bus) References: https://bugzilla.kernel.org/show_bug.cgi?id=67821 Signed-off-by:Alexander Mezin <mezin.alexander@gmail.com> Signed-off-by:
Rafael J. Wysocki <rafael.j.wysocki@intel.com>