[PATCH 05/15] pci: Add Toshiba PSA40U laptop to ohci1394 quirk dmitable.

From: Ben Collins
Date: Wed Jan 04 2006 - 17:05:06 EST


Signed-off-by: Ben Collins <bcollins@xxxxxxxxxx>

---

arch/i386/pci/fixup.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)

ab501219717d15686ad4ab488e070cce8c42b24c
diff --git a/arch/i386/pci/fixup.c b/arch/i386/pci/fixup.c
index eeb1b1f..65f6707 100644
--- a/arch/i386/pci/fixup.c
+++ b/arch/i386/pci/fixup.c
@@ -413,6 +413,13 @@ static struct dmi_system_id __devinitdat
DMI_MATCH(DMI_PRODUCT_VERSION, "PSM4"),
},
},
+ {
+ .ident = "Toshiba A40 based laptop",
+ .matches = {
+ DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
+ DMI_MATCH(DMI_PRODUCT_VERSION, "PSA40U"),
+ },
+ },
{ }
};

--
1.0.5
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/