Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1763286AbZJOXOY (ORCPT ); Thu, 15 Oct 2009 19:14:24 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757024AbZJOXOX (ORCPT ); Thu, 15 Oct 2009 19:14:23 -0400 Received: from terminus.zytor.com ([198.137.202.10]:51979 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756903AbZJOXOW (ORCPT ); Thu, 15 Oct 2009 19:14:22 -0400 Message-ID: <4AD7AC56.5040806@zytor.com> Date: Thu, 15 Oct 2009 16:12:22 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.1) Gecko/20090814 Fedora/3.0-2.6.b3.fc11 Thunderbird/3.0b3 MIME-Version: 1.0 To: Justin Piszcz CC: Bryan Donlan , bruce.w.allan@intel.com, linux-kernel@vger.kernel.org, Thomas Gleixner , Ingo Molnar , x86@kernel.org Subject: Re: [PATCH] Add quirk for ACPI reboots on Intel DP55KG boards. References: <1255645796-29944-1-git-send-email-bdonlan@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 673 Lines: 25 The DMI system name seems to actually be blank: Handle 0x0006, DMI type 1, 27 bytes System Information Manufacturer: Product Name: Version: Serial Number: As such, I suspect you need DMI_BOARD_VENDOR and DMI_BOARD_NAME: Handle 0x0007, DMI type 2, 20 bytes Base Board Information Manufacturer: Intel Corporation Product Name: DP55KG You can double-check by looking at what names Linux uses in /sys/class/dmi/id. -hpa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/