lkml.org 
[lkml]   [2005]   [Jun]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
SubjectRE: [PATCH] Hidden SMBus bridge on Toshiba Tecra M2
Date
Greg KH wrote:
> On Sat, Jun 18, 2005 at 12:36:18AM +0200, Daniele Gaffuri wrote:
>> Here's a trivial patch, against 2.6.12-rc6, to unhide SMBus on
>> Toshiba Centrino laptops using Intel 82855PM chipset.
>
> Your patch is linewrapped, and missing a Signed-off-by: line. Care to
> redo it?
>
> thanks,
>
> greg k-h

Sorry. Didn't realize. Trying to attach to avoid it.

Trivial patch, against 2.6.12-rc6, to unhide SMBus on Toshiba Centrino
laptops using Intel 82855PM chipset

Signed-off-by: Daniele Gaffuri <d.gaffuri@reply.it>

Daniele
--- 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) {
\
 
 \ /
  Last update: 2005-06-18 02:54    [W:0.373 / U:0.116 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site