- acpi-add-dmi-info-to-enable-osilinux-on-primequest.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     acpi: add DMI info to enable OSI(Linux) on PRIMEQUEST
has been removed from the -mm tree.  Its filename was
     acpi-add-dmi-info-to-enable-osilinux-on-primequest.patch

This patch was dropped because it was withdrawn

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: acpi: add DMI info to enable OSI(Linux) on PRIMEQUEST
From: Taku Izumi <izumi.taku@xxxxxxxxxxxxxx>

Add DMI info to enable OSI(Linux) on PRIMEQUEST.  (PRIMEQUEST is ia64
machine.)

Signed-off-by: Taku Izumi <izumi.taku@xxxxxxxxxxxxxx>
Cc: Len Brown <lenb@xxxxxxxxxx>
Cc: "Luck, Tony" <tony.luck@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/acpi/blacklist.c |   14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff -puN drivers/acpi/blacklist.c~acpi-add-dmi-info-to-enable-osilinux-on-primequest drivers/acpi/blacklist.c
--- a/drivers/acpi/blacklist.c~acpi-add-dmi-info-to-enable-osilinux-on-primequest
+++ a/drivers/acpi/blacklist.c
@@ -634,6 +634,20 @@ static struct dmi_system_id acpi_osi_dmi
 		     DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
 		},
 	},
+	/*
+	 * Enable OSI(Linux) on Fujitsu PRIMEQUEST
+	 *
+	 * DMI_MATCH(DMI_BIOS_VERSION, "PRIMEQUEST"),
+	 *
+	 */
+	{
+	.callback = dmi_enable_osi_linux,
+	.ident = "Fujitsu PRIMEQUEST",
+	.matches = {
+		     DMI_MATCH(DMI_BIOS_VENDOR, "FUJITSU LIMITED"),
+		     DMI_MATCH(DMI_BIOS_VERSION, "PRIMEQUEST"),
+		},
+	},
 	{}
 };
 
_

Patches currently in -mm which might be from izumi.taku@xxxxxxxxxxxxxx are

acpi-add-dmi-info-to-enable-osilinux-on-primequest.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux