[i2c] [PATCH lm_sensors-2.10.1] sensors-detect: patch for Intel ICH9

Jason Gaston jason.d.gaston at intel.com
Mon Nov 27 20:19:05 CET 2006


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

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

--- lm_sensors-2.10.1/prog/detect/sensors-detect.orig	2006-11-27 11:10:47.000000000 -0800
+++ lm_sensors-2.10.1/prog/detect/sensors-detect	2006-11-27 11:13:31.000000000 -0800
@@ -155,6 +155,13 @@
        match => qr/^SMBus I801 adapter at [0-9a-f]{4}/,
      }, 
      { 
+       vendid => 0x8086,
+       devid  => 0x2930,
+       procid => "Intel ICH9",
+       driver => "i2c-i801",
+       match => qr/^SMBus I801 adapter at [0-9a-f]{4}/,
+     }, 
+     { 
        vendid => 0x1106,
        devid  => 0x3040,
        procid => "VIA Technologies VT82C586B Apollo ACPI",



More information about the i2c mailing list