* [lm-sensors] sensor-detect patch for detecting SMSC SCH5504-NS
2007-02-16 17:23 [lm-sensors] sensor-detect patch for detecting SMSC SCH5504-NS corentin.labbe
@ 2007-02-18 17:42 ` Jean Delvare
2007-03-05 21:25 ` corentin.labbe
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Jean Delvare @ 2007-02-18 17:42 UTC (permalink / raw)
To: lm-sensors
Hi Corentin,
On Fri, 16 Feb 2007 18:23:55 +0100, corentin.labbe wrote:
> This patch add the detecting of the SMSC SCH5504-NS Super IO chip
>
> Signed-off-by: Corentin Labbe <corentin.labbe at geomatys.fr>
>
> --- sensors-detect 2007-01-16 00:04:10.000000000 +0100
> +++ sensors-detect-new 2007-02-16 17:59:47.000000000 +0100
> @@ -1784,6 +1784,11 @@
> logdev => 0x08,
> },
> {
> + name => "SMSC SCH5504-NS Super IO",
> + driver => "not-a-sensor",
> + devid => 0x79,
> + },
> + {
> name => "SMSC LPC47M584-NC Super IO",
> # No datasheet
> devid => 0x76,
I'd be happy to apply this patch, except that it doesn't apply (check
by yourself.) Please provide a patch which applies cleanly on top of
lm-sensors SVN.
--
Jean Delvare
^ permalink raw reply [flat|nested] 6+ messages in thread* [lm-sensors] sensor-detect patch for detecting SMSC SCH5504-NS
2007-02-16 17:23 [lm-sensors] sensor-detect patch for detecting SMSC SCH5504-NS corentin.labbe
2007-02-18 17:42 ` Jean Delvare
@ 2007-03-05 21:25 ` corentin.labbe
2007-03-06 15:25 ` Jean Delvare
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: corentin.labbe @ 2007-03-05 21:25 UTC (permalink / raw)
To: lm-sensors
patch patched:)
--- sensors-detect-old 2007-03-04 21:16:18.000000000 +0100
+++ sensors-detect 2007-03-05 22:22:56.000000000 +0100
@@ -1812,6 +1812,12 @@
logdev => 0x08,
},
{
+ name => "SMSC SCH5504-NS Super IO",
+ # No datasheet
+ driver => "not-a-sensor",
+ devid => 0x79,
+ },
+ {
name => "SMSC LPC47M584-NC Super IO",
# No datasheet
devid => 0x76,
^ permalink raw reply [flat|nested] 6+ messages in thread* [lm-sensors] sensor-detect patch for detecting SMSC SCH5504-NS
2007-02-16 17:23 [lm-sensors] sensor-detect patch for detecting SMSC SCH5504-NS corentin.labbe
2007-02-18 17:42 ` Jean Delvare
2007-03-05 21:25 ` corentin.labbe
@ 2007-03-06 15:25 ` Jean Delvare
2007-03-10 21:51 ` corentin.labbe
2007-03-11 12:48 ` Jean Delvare
4 siblings, 0 replies; 6+ messages in thread
From: Jean Delvare @ 2007-03-06 15:25 UTC (permalink / raw)
To: lm-sensors
Hi Corentin,
On Mon, 05 Mar 2007 22:25:58 +0100, corentin.labbe wrote:
> patch patched:)
>
> --- sensors-detect-old 2007-03-04 21:16:18.000000000 +0100
> +++ sensors-detect 2007-03-05 22:22:56.000000000 +0100
> @@ -1812,6 +1812,12 @@
> logdev => 0x08,
> },
> {
> + name => "SMSC SCH5504-NS Super IO",
> + # No datasheet
> + driver => "not-a-sensor",
> + devid => 0x79,
> + },
> + {
> name => "SMSC LPC47M584-NC Super IO",
> # No datasheet
> devid => 0x76,
I'm sorry but your patch still doesn't apply. Check it by yourself. If
this is your e-mail client corrupting the patch, try sending it as an
attachement. Or maybe you built your patch based on a modified source
file - try fetching lm-sensors SVN again and base your patch on that.
Thanks,
--
Jean Delvare
^ permalink raw reply [flat|nested] 6+ messages in thread* [lm-sensors] sensor-detect patch for detecting SMSC SCH5504-NS
2007-02-16 17:23 [lm-sensors] sensor-detect patch for detecting SMSC SCH5504-NS corentin.labbe
` (2 preceding siblings ...)
2007-03-06 15:25 ` Jean Delvare
@ 2007-03-10 21:51 ` corentin.labbe
2007-03-11 12:48 ` Jean Delvare
4 siblings, 0 replies; 6+ messages in thread
From: corentin.labbe @ 2007-03-10 21:51 UTC (permalink / raw)
To: lm-sensors
Jean Delvare a ?crit :
> Hi Corentin,
>
> On Mon, 05 Mar 2007 22:25:58 +0100, corentin.labbe wrote:
>> patch patched:)
>>
>> --- sensors-detect-old 2007-03-04 21:16:18.000000000 +0100
>> +++ sensors-detect 2007-03-05 22:22:56.000000000 +0100
>> @@ -1812,6 +1812,12 @@
>> logdev => 0x08,
>> },
>> {
>> + name => "SMSC SCH5504-NS Super IO",
>> + # No datasheet
>> + driver => "not-a-sensor",
>> + devid => 0x79,
>> + },
>> + {
>> name => "SMSC LPC47M584-NC Super IO",
>> # No datasheet
>> devid => 0x76,
>
> I'm sorry but your patch still doesn't apply. Check it by yourself. If
> this is your e-mail client corrupting the patch, try sending it as an
> attachement. Or maybe you built your patch based on a modified source
> file - try fetching lm-sensors SVN again and base your patch on that.
>
> Thanks,
This is the patch updated.
LABBE C.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: sensordetect.patch
Url: http://lists.lm-sensors.org/pipermail/lm-sensors/attachments/20070310/d2132041/attachment-0001.pl
^ permalink raw reply [flat|nested] 6+ messages in thread* [lm-sensors] sensor-detect patch for detecting SMSC SCH5504-NS
2007-02-16 17:23 [lm-sensors] sensor-detect patch for detecting SMSC SCH5504-NS corentin.labbe
` (3 preceding siblings ...)
2007-03-10 21:51 ` corentin.labbe
@ 2007-03-11 12:48 ` Jean Delvare
4 siblings, 0 replies; 6+ messages in thread
From: Jean Delvare @ 2007-03-11 12:48 UTC (permalink / raw)
To: lm-sensors
On Sat, 10 Mar 2007 22:51:38 +0100, corentin.labbe wrote:
> This is the patch updated.
Applied, thanks :)
--
Jean Delvare
^ permalink raw reply [flat|nested] 6+ messages in thread