]> Git Repo - linux.git/commitdiff
ACPI: Also autoload the bay driver, was forgotten...
authorThomas Renninger <[email protected]>
Fri, 7 Dec 2007 12:20:43 +0000 (13:20 +0100)
committerLen Brown <[email protected]>
Sat, 8 Dec 2007 06:51:44 +0000 (01:51 -0500)
Signed-off-by: Thomas Renninger <[email protected]>
Signed-off-by: Len Brown <[email protected]>
drivers/acpi/bay.c

index 6daf6088ac888329177f35e4f7258bc8dfa42ddb..477711435b24e10784a6142acac33cf79a5ee50d 100644 (file)
@@ -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;
This page took 0.058434 seconds and 4 git commands to generate.