* [PATCH 3/3] Also autoload the bay driver, was forgotten
@ 2007-12-07 12:20 Thomas Renninger
0 siblings, 0 replies; only message in thread
From: Thomas Renninger @ 2007-12-07 12:20 UTC (permalink / raw)
To: Len Brown; +Cc: fseidel, Holger Macht, Kay Sievers, linux-acpi, akpm
Also autoload the bay driver, was forgotten...
Signed-off-by: Thomas Renninger <trenn@suse.de>
---
drivers/acpi/bay.c | 6 ++++++
1 file changed, 6 insertions(+)
Index: linux-2.6.22-SL103_BRANCH/drivers/acpi/bay.c
===================================================================
--- linux-2.6.22-SL103_BRANCH.orig/drivers/acpi/bay.c
+++ linux-2.6.22-SL103_BRANCH/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;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-12-07 12:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-07 12:20 [PATCH 3/3] Also autoload the bay driver, was forgotten Thomas Renninger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).