https://bugzilla.kernel.org/show_bug.cgi?id=90161
Lan Tianyu <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|acpi_power-battery@kernel-b |[email protected] |ugs.osdl.org | --- Comment #3 from Lan Tianyu <[email protected]> --- Please try the following patch. diff --git a/drivers/acpi/ec.c b/drivers/acpi/ec.c index cb6066c..7089d38 100644 --- a/drivers/acpi/ec.c +++ b/drivers/acpi/ec.c @@ -870,6 +870,8 @@ static int acpi_ec_add(struct acpi_device *device) ret = ec_install_handlers(ec); + acpi_walk_dep_device_list(device->handle); + /* EC is fully operational, allow queries */ clear_bit(EC_FLAGS_QUERY_PENDING, &ec->flags); -- You are receiving this mail because: You are watching the assignee of the bug. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ acpi-bugzilla mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla
