https://bugzilla.kernel.org/show_bug.cgi?id=215730 --- Comment #8 from xuemin (xuemin.wu@xxxxxxxxxxxxxxxx) --- All functions which depending on toshiba_acpi are not working. static struct acpi_driver toshiba_acpi_driver = { .name = "Toshiba ACPI driver", .owner = THIS_MODULE, .ids = toshiba_device_ids, .flags = ACPI_DRIVER_ALL_NOTIFY_EVENTS, .ops = { .add = toshiba_acpi_add, // ===> here .remove = toshiba_acpi_remove, .notify = toshiba_acpi_notify, }, .drv.pm = &toshiba_acpi_pm, }; the toshiba_acpi_add(...){ ...} not be excuted on that device. Thanks. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.