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

Commit 37748ebf authored by Dave Jones's avatar Dave Jones Committed by Len Brown
Browse files

ACPI: remove P2B-S from blacklist.

According to http://bugzilla.kernel.org/show_bug.cgi?id=6933


The latest BIOS for the P2B-S works fine.
Remove it from the blacklist.

Signed-off-by: default avatarDave Jones <davej@redhat.com>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent d0c4c9d4
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -67,8 +67,6 @@ static struct acpi_blacklist_item acpi_blacklist[] __initdata = {
	/* IBM 600E - _ADR should return 7, but it returns 1 */
	/* IBM 600E - _ADR should return 7, but it returns 1 */
	{"IBM   ", "TP600E  ", 0x00000105, ACPI_SIG_DSDT, less_than_or_equal,
	{"IBM   ", "TP600E  ", 0x00000105, ACPI_SIG_DSDT, less_than_or_equal,
	 "Incorrect _ADR", 1},
	 "Incorrect _ADR", 1},
	{"ASUS\0\0", "P2B-S   ", 0, ACPI_SIG_DSDT, all_versions,
	 "Bogus PCI routing", 1},


	{""}
	{""}
};
};