![]() | |||||||||||||
Messages in this thread
Patch in this message |
Fix DMI table entry for Fujitsu PRIMEQUEST.
Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
---
drivers/acpi/pci_slot.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Index: linux-2.6.25-rc6/drivers/acpi/pci_slot.c
===================================================================
--- linux-2.6.25-rc6.orig/drivers/acpi/pci_slot.c
+++ linux-2.6.25-rc6/drivers/acpi/pci_slot.c
@@ -332,10 +332,10 @@ static struct dmi_system_id acpi_pci_slo
*/
{
.callback = do_sta_before_sun,
- .ident = "Fujitsu Limited Primequest",
+ .ident = "Fujitsu PRIMEQUEST",
.matches = {
- DMI_MATCH(DMI_BIOS_VENDOR, "Fujitsu"),
- DMI_MATCH(DMI_BIOS_VERSION, "2.35"),
+ DMI_MATCH(DMI_BIOS_VENDOR, "FUJITSU LIMITED"),
+ DMI_MATCH(DMI_BIOS_VERSION, "PRIMEQUEST"),
},
},
{}
| ||||||||||||
| Last update: 2008-03-21 05:15 [from the cache] ©2003-2008 | |||||||||||||