From patchwork Tue Jul 28 09:49:19 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jean Delvare X-Patchwork-Id: 37688 Received: from vger.kernel.org (vger.kernel.org [209.132.176.167]) by demeter.kernel.org (8.14.2/8.14.2) with ESMTP id n6S9xcem006364 for ; Tue, 28 Jul 2009 09:59:38 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750733AbZG1J7g (ORCPT ); Tue, 28 Jul 2009 05:59:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751106AbZG1J7g (ORCPT ); Tue, 28 Jul 2009 05:59:36 -0400 Received: from bamako.nerim.net ([62.4.17.28]:54815 "EHLO bamako.nerim.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750733AbZG1J7g (ORCPT ); Tue, 28 Jul 2009 05:59:36 -0400 X-Greylist: delayed 608 seconds by postgrey-1.27 at vger.kernel.org; Tue, 28 Jul 2009 05:59:35 EDT Received: from localhost (localhost [127.0.0.1]) by bamako.nerim.net (Postfix) with ESMTP id A9FD439DE44; Tue, 28 Jul 2009 11:49:23 +0200 (CEST) X-Virus-Scanned: amavisd-new at nerim.net Received: from bamako.nerim.net ([127.0.0.1]) by localhost (bamako.nerim.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QArIgQG2Myic; Tue, 28 Jul 2009 11:49:22 +0200 (CEST) Received: from hyperion.delvare (jeuneurs-301-2-142.rtc.nerim.net [62.212.126.142]) by bamako.nerim.net (Postfix) with ESMTP id 4763739DCD9; Tue, 28 Jul 2009 11:49:21 +0200 (CEST) Date: Tue, 28 Jul 2009 11:49:19 +0200 From: Jean Delvare To: Jesse Barnes Cc: linux-pci@vger.kernel.org, Linux I2C , Nuzhna Pomoshch Subject: [PATCH] PCI: Unhide the SMBus on the Compaq Evo D510 USDT Message-ID: <20090728114919.211f48a3@hyperion.delvare> X-Mailer: Claws Mail 3.5.0 (GTK+ 2.14.4; i586-suse-linux-gnu) Mime-Version: 1.0 Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Subject: PCI: Unhide the SMBus on the Compaq Evo D510 USDT One more form factor for Compaq Evo D510, which needs the same quirk as the other form factors. Apparently there's no hardware monitoring chip on that one, but SPD EEPROMs, so it's still worth unhiding the SMBus. Signed-off-by: Jean Delvare Cc: Jesse Barnes Tested-by: Nuzhna Pomoshch --- drivers/pci/quirks.c | 1 + 1 file changed, 1 insertion(+) --- linux-2.6.31-rc4.orig/drivers/pci/quirks.c 2009-07-14 10:26:41.000000000 +0200 +++ linux-2.6.31-rc4/drivers/pci/quirks.c 2009-07-27 14:47:15.000000000 +0200 @@ -1201,6 +1201,7 @@ static void __init asus_hides_smbus_host switch(dev->subsystem_device) { case 0x00b8: /* Compaq Evo D510 CMT */ case 0x00b9: /* Compaq Evo D510 SFF */ + case 0x00ba: /* Compaq Evo D510 USDT */ /* Motherboard doesn't have Host bridge * subvendor/subdevice IDs and on-board VGA * controller is disabled if an AGP card is