>-----Original Message----- >From: Jean Delvare [mailto:khali at linux-fr.org] >Sent: Friday, August 31, 2007 8:17 AM >To: Gaston, Jason D >Cc: LM Sensors >Subject: Re: [PATCH lm_sensors-2.10.4][RESEND] sensors-detect: patch for >Intel Tolapai > >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 Should we update the MAINTAINERS file in the base kernel to reflect this? I2C SUBSYSTEM P: Jean Delvare M: khali at linux-fr.org L: i2c at lm-sensors.org T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/ S: Maintained Thanks, Jason