
https://bugzilla.novell.com/show_bug.cgi?id=301365#c11 --- Comment #11 from Ruediger Oertel <ro@novell.com> 2007-08-21 16:07:35 MST --- ok, little fuzz applying the patch, first hunk here needs to look like @@ -133,7 +133,7 @@ static struct acpi_driver acpi_sbs_driver = { .name = "sbs", .class = ACPI_SBS_CLASS, - .ids = sbs_device_ids, + .ids = "ACPI0001,ACPI0005", .ops = { .add = acpi_sbs_add, .remove = acpi_sbs_remove, instead of @@ -127,7 +127,7 @@ static int acpi_sbs_resume(struct acpi_device *device); static struct acpi_driver acpi_sbs_driver = { .name = "sbs", .class = ACPI_SBS_CLASS, - .ids = ACPI_SBS_HID, + .ids = "ACPI0001,ACPI0005", .ops = { .add = acpi_sbs_add, .remove = acpi_sbs_remove, but that's probably harmless. trying to compile and load now. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.