Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=17196d6e533a5c09ca57bf398099ffa3c13248b1 Commit: 17196d6e533a5c09ca57bf398099ffa3c13248b1 Parent: a340af14b4c08a53c5f7d821d8bd910e17403384 Author: Thomas Renninger <[EMAIL PROTECTED]> AuthorDate: Fri Dec 7 13:20:43 2007 +0100 Committer: Len Brown <[EMAIL PROTECTED]> CommitDate: Sat Dec 8 01:51:44 2007 -0500
ACPI: Also autoload the bay driver, was forgotten... Signed-off-by: Thomas Renninger <[EMAIL PROTECTED]> Signed-off-by: Len Brown <[EMAIL PROTECTED]> --- drivers/acpi/bay.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/drivers/acpi/bay.c b/drivers/acpi/bay.c index 6daf608..4777114 100644 --- a/drivers/acpi/bay.c +++ b/drivers/acpi/bay.c @@ -46,6 +46,12 @@ MODULE_LICENSE("GPL"); printk(KERN_DEBUG PREFIX "%s: %s\n", prefix, s); } static void bay_notify(acpi_handle handle, u32 event, void *data); +static const struct acpi_device_id bay_device_ids[] = { + {"LNXIOBAY", 0}, + {"", 0}, +}; +MODULE_DEVICE_TABLE(acpi, bay_device_ids); + struct bay { acpi_handle handle; char *name; - To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html