public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH] Hidden SMBus bridge on Toshiba Tecra M2
@ 2005-06-21  4:40 Kenneth Parrish
  0 siblings, 0 replies; 6+ messages in thread
From: Kenneth Parrish @ 2005-06-21  4:40 UTC (permalink / raw)
  To: linux-kernel

-=> Daniele Gaffuri wrote to Greg KH <=-

here it looks ...

 DG>                         }=0A=
 DG> +               if (dev->device =3D=3D
 DG> PCI_DEVICE_ID_INTEL_82855PM_HB)=0A= +
 DG> switch(dev->subsystem_device) {=0A= +                       case
 DG> 0x0001: /* Toshiba Tecra M2 */=0A= +
 DG> asus_hides_smbus =3D 1;=0A= +                       }=0A=
 DG>         } else if (unlikely(dev->subsystem_vendor =3D=3D =
 DG> PCI_VENDOR_ID_SAMSUNG)) {=0A=
 DG>                 if (dev->device =3D=3D
 DG> PCI_DEVICE_ID_INTEL_82855PM_HB)=0A=
 DG>                         switch(dev->subsystem_device) {=0A=

--- MultiMail/Linux v0.46

^ permalink raw reply	[flat|nested] 6+ messages in thread
* [PATCH] Hidden SMBus bridge on Toshiba Tecra M2
@ 2005-06-17 22:36 Daniele Gaffuri
  2005-06-17 22:49 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: Daniele Gaffuri @ 2005-06-17 22:36 UTC (permalink / raw)
  To: linux-kernel; +Cc: gregkh

Here's a trivial patch, against 2.6.12-rc6, to unhide SMBus on Toshiba
Centrino laptops using Intel 82855PM chipset.

--- linux-2.6.12-rc6/drivers/pci/quirks.c	2005-06-17
23:49:32.000000000 +0200
+++ linux/drivers/pci/quirks.c	2005-06-18 00:06:45.000000000 +0200
@@ -822,6 +822,11 @@
 			case 0x0001: /* Toshiba Satellite A40 */
 				asus_hides_smbus = 1;
 			}
+		if (dev->device ==  PCI_DEVICE_ID_INTEL_82855PM_HB)
+			switch(dev->subsystem_device) {
+			case 0x0001: /* Toshiba Tecra M2 */
+				asus_hides_smbus = 1;
+			}
        } else if (unlikely(dev->subsystem_vendor == PCI_VENDOR_ID_SAMSUNG))
{
                if (dev->device ==  PCI_DEVICE_ID_INTEL_82855PM_HB)
                        switch(dev->subsystem_device) {

Tested on Toshiba Tecra M2.

Daniele 


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

end of thread, other threads:[~2005-06-21  9:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-21  4:40 [PATCH] Hidden SMBus bridge on Toshiba Tecra M2 Kenneth Parrish
  -- strict thread matches above, loose matches on Subject: below --
2005-06-17 22:36 Daniele Gaffuri
2005-06-17 22:49 ` Greg KH
2005-06-18  0:50   ` Daniele Gaffuri
2005-06-18 14:18   ` Daniele Gaffuri
2005-06-18 14:51     ` Jean Delvare

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