public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* ASUS L3C SMBus fixup
@ 2004-08-08 21:43 Karol Kozimor
  2004-08-09 21:55 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Karol Kozimor @ 2004-08-08 21:43 UTC (permalink / raw)
  To: linux; +Cc: linux-kernel

Hi,
Following the notes on bug #2976, here's the patch to add ASUS L3C notebook
to the list of machines hiding SMBus chip. The patch is against
2.6.8-rc3-mm1.
Best regards,

-- 
Karol 'sziwan' Kozimor
sziwan@hell.org.pl

--- linux-2.6.8/drivers/pci/quirks.c~	2004-08-08 01:29:42.000000000 +0200
+++ linux-2.6.8/drivers/pci/quirks.c	2004-08-08 01:34:55.000000000 +0200
@@ -778,6 +778,7 @@
 			switch(dev->subsystem_device) {
 			case 0x8070: /* P4B */
 			case 0x8088: /* P4B533 */
+			case 0x1626: /* L3C notebook */
 				asus_hides_smbus = 1;
 			}
 		if (dev->device == PCI_DEVICE_ID_INTEL_82845G_HB)
@@ -837,6 +838,7 @@
 }
 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL,	PCI_DEVICE_ID_INTEL_82801DB_0,	asus_hides_smbus_lpc );
 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL,	PCI_DEVICE_ID_INTEL_82801BA_0,	asus_hides_smbus_lpc );
+DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL,	PCI_DEVICE_ID_INTEL_82801CA_12,	asus_hides_smbus_lpc );
 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_INTEL,	PCI_DEVICE_ID_INTEL_82801DB_12,	asus_hides_smbus_lpc );
 
 /*

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: ASUS L3C SMBus fixup
  2004-08-08 21:43 ASUS L3C SMBus fixup Karol Kozimor
@ 2004-08-09 21:55 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2004-08-09 21:55 UTC (permalink / raw)
  To: Karol Kozimor; +Cc: linux, linux-kernel

On Sun, Aug 08, 2004 at 11:43:13PM +0200, Karol Kozimor wrote:
> Hi,
> Following the notes on bug #2976, here's the patch to add ASUS L3C notebook
> to the list of machines hiding SMBus chip. The patch is against
> 2.6.8-rc3-mm1.

Applied to my trees, thanks.

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-08-09 21:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-08 21:43 ASUS L3C SMBus fixup Karol Kozimor
2004-08-09 21:55 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox