[i2c] [PATCH lm_sensors-2.10.4] sensors-detect: patch for Intel Tolapai

Jason Gaston jason.d.gaston at intel.com
Fri Aug 31 00:56:04 CEST 2007


This patch adds the Intel Tolapai SMBus Controller DID to the sensors-detect 
script.

Signed-off-by:  Jason Gaston <jason.d.gaston at intel.com>

--- lm_sensors-2.10.4/prog/detect/sensors-detect.orig	2007-08-30 
15:51:39.000000000 -0700
+++ lm_sensors-2.10.4/prog/detect/sensors-detect	2007-08-30 15:53:06.000000000 
-0700
@@ -166,7 +166,14 @@
        procid => "Intel ICH9",
        driver => "i2c-i801",
        match => qr/^SMBus I801 adapter at [0-9a-f]{4}/,
-     }, 
+     },
+     { 
+       vendid => 0x8086,
+       devid  => 0x5032,
+       procid => "Intel Tolapai",
+       driver => "i2c-i801",
+       match => qr/^SMBus I801 adapter at [0-9a-f]{4}/,
+     },  
      { 
        vendid => 0x1106,
        devid  => 0x3040,



More information about the i2c mailing list