Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=37748ebf8888aef6a252016d7c3cdc84514df051
Commit:     37748ebf8888aef6a252016d7c3cdc84514df051
Parent:     d0c4c9d4a2e46f052178806c4004d52cd3ae040f
Author:     Dave Jones <[EMAIL PROTECTED]>
AuthorDate: Wed Jun 6 03:34:07 2007 -0400
Committer:  Len Brown <[EMAIL PROTECTED]>
CommitDate: Sat Jan 12 19:28:56 2008 -0500

    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 <[EMAIL PROTECTED]>
    Signed-off-by: Len Brown <[EMAIL PROTECTED]>
---
 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 3ec110c..7c24a8d 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},
 
        {""}
 };
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to