[lm-sensors] [PATCH lm_sensors-2.10.4][RESEND] sensors-detect: patch for Intel Tolapai
Jean Delvare
khali at linux-fr.org
Fri Aug 31 17:16:37 CEST 2007
Hi Jason,
For next time: patches to lm-sensors should be sent to the lm-sensors
list, not the i2c list.
On Thu, 30 Aug 2007 17:47:51 -0700, Jason Gaston wrote:
> Resend without wordwrap.
>
> 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,
Applied, thanks.
--
Jean Delvare
More information about the lm-sensors
mailing list