[Bug 215730] acpi_bus_register_driver() does not work on Alder Lake

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.



[Index of Archives]     [Linux Kernel Development]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux