diff options
author | Dave Jones <davej@redhat.com> | 2007-06-06 09:34:07 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2008-01-13 01:28:56 +0100 |
commit | 37748ebf8888aef6a252016d7c3cdc84514df051 (patch) | |
tree | dbae4030b7a6efee1403678637a1a90c96140779 | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb (diff) | |
download | linux-37748ebf8888aef6a252016d7c3cdc84514df051.tar.xz linux-37748ebf8888aef6a252016d7c3cdc84514df051.zip |
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: Dave Jones <davej@redhat.com>
Signed-off-by: Len Brown <len.brown@intel.com>
-rw-r--r-- | drivers/acpi/blacklist.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/acpi/blacklist.c b/drivers/acpi/blacklist.c index 3ec110ce00c8..7c24a8dafde6 100644 --- a/drivers/acpi/blacklist.c +++ b/drivers/acpi/blacklist.c @@ -67,8 +67,6 @@ static struct acpi_blacklist_item acpi_blacklist[] __initdata = { /* IBM 600E - _ADR should return 7, but it returns 1 */ {"IBM ", "TP600E ", 0x00000105, ACPI_SIG_DSDT, less_than_or_equal, "Incorrect _ADR", 1}, - {"ASUS\0\0", "P2B-S ", 0, ACPI_SIG_DSDT, all_versions, - "Bogus PCI routing", 1}, {""} }; |