Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 17196d6e authored by Thomas Renninger's avatar Thomas Renninger Committed by Len Brown
Browse files

ACPI: Also autoload the bay driver, was forgotten...



Signed-off-by: default avatarThomas Renninger <trenn@suse.de>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent a340af14
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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;