The patch titled acpi: add DMI info to enable OSI(Linux) on PRIMEQUEST has been added to the -mm tree. Its filename is acpi-add-dmi-info-to-enable-osilinux-on-primequest.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this 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-acpi_osi_dmi_table-evaluation-procedure-for-ia64-machines.patch 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