From: Jean Delvare <khali@linux-fr.org>
To: lm-sensors@vger.kernel.org
Subject: Re: [lm-sensors] Same problem, different form factor.
Date: Mon, 27 Jul 2009 13:34:03 +0000 [thread overview]
Message-ID: <20090727153403.5bd571fc@hyperion.delvare> (raw)
In-Reply-To: <537754.36624.qm@web111504.mail.gq1.yahoo.com>
Hi Nuzhna,
On Sun, 26 Jul 2009 17:20:34 -0700 (PDT), Nuzhna Pomoshch wrote:
> --- On Sun, 7/26/09, Jean Delvare <khali@linux-fr.org> wrote:
>
> > It shouldn't be too difficult to extend the PCI quirk to
> > apply to your machine as well. Please send the output of
> > "lspci -vnn" and acpidump.
>
> Thanks. I hope I have these in the right format.
Alright (although compressing the lspci output wasn't terribly needed).
Here's a patch to try. If applies on top of the other related patches.
It should apply right away on top of kernel >= 2.6.30. For kernels >2.6.27 you'll need to add the line manually due to changing context.
From: Jean Delvare <khali@linux-fr.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.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
---
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
Then please report if it worked OK or not. If you get lm-sensors to
work, please include the output of "sensors".
--
Jean Delvare
http://khali.linux-fr.org/wishlist.html
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
next prev parent reply other threads:[~2009-07-27 13:34 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-26 1:45 [lm-sensors] Same problem, different form factor Nuzhna Pomoshch
2009-07-26 18:51 ` Jean Delvare
2009-07-27 0:20 ` Nuzhna Pomoshch
2009-07-27 13:34 ` Jean Delvare [this message]
2009-07-28 4:54 ` Nuzhna Pomoshch
2009-07-28 7:34 ` Jean Delvare
2009-07-29 1:05 ` Nuzhna Pomoshch
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090727153403.5bd571fc@hyperion.delvare \
--to=khali@linux-fr.org \
--cc=lm-sensors@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.