mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] update Toshiba ohci quirk DMI table
@ 2005-12-17 17:27 Jesse Barnes
  0 siblings, 0 replies; only message in thread
From: Jesse Barnes @ 2005-12-17 17:27 UTC (permalink / raw)
  To: gregkh, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 523 bytes --]

I upgraded my Toshiba Satellite BIOS recently to see if it would fix an 
ACPI related problem I have 
(http://bugzilla.kernel.org/show_bug.cgi?id=5727).  Unfortunately, it 
didn't, and moreover, Toshiba chose to change the system version in the 
DMI table with the update, causing the OHCI1394 related quirk to break.  
This patch updates the DMI table for the quirk to include Toshiba's new 
version name for this machine; I've tested it and it seems to work 
fine.

Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>

[-- Attachment #2: toshiba-ohci1394-fixup-dmitable-update.patch --]
[-- Type: text/x-diff, Size: 433 bytes --]

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"),
+		},
+	},
 	{ }
 };
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-12-17 17:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-17 17:27 [PATCH] update Toshiba ohci quirk DMI table Jesse Barnes

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®