The patch titled
     acpi: also autoload the bay driver, was forgotten
has been added to the -mm tree.  Its filename is
     acpi-also-autoload-the-bay-driver-was-forgotten.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

------------------------------------------------------
Subject: acpi: also autoload the bay driver, was forgotten
From: Thomas Renninger <[EMAIL PROTECTED]>

Also autoload the bay driver, was forgotten...

Signed-off-by: Thomas Renninger <[EMAIL PROTECTED]>
Cc: Len Brown <[EMAIL PROTECTED]>
Cc: Kristen Carlson Accardi <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 drivers/acpi/bay.c |    6 ++++++
 1 file changed, 6 insertions(+)

diff -puN drivers/acpi/bay.c~acpi-also-autoload-the-bay-driver-was-forgotten 
drivers/acpi/bay.c
--- a/drivers/acpi/bay.c~acpi-also-autoload-the-bay-driver-was-forgotten
+++ a/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;
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

acpi-also-autoload-the-bay-driver-was-forgotten.patch
small-acpica-extension-to-be-able-to-store-the-name-of.patch
export-acpi_check_resource_conflict.patch
git-alsa.patch
check-for-acpi-resource-conflicts-in-i2c-bus-drivers.patch
check-for-acpi-resource-conflicts-in-hwmon-drivers.patch
declare-pnp-option-parsing-functions-as-__init.patch
declare-pnp-option-parsing-functions-as-__init-checkpatch-fixes.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to