All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH] sensors-detect: List more Winbond chips
@ 2007-10-04 18:38 Uwe Hermann
  2007-10-05 17:37 ` Jean Delvare
  0 siblings, 1 reply; 2+ messages in thread
From: Uwe Hermann @ 2007-10-04 18:38 UTC (permalink / raw)
  To: lm-sensors


[-- Attachment #1.1.1: Type: text/plain, Size: 351 bytes --]

Hi,

here's a first patch to add some more recognized chips to the
sensors-detect output. No new IDs, just alternate names of existing
chips (which all have the same IDs).

More patches will follow.

Uwe.
-- 
http://www.hermann-uwe.de  | http://www.holsham-traders.de
http://www.crazy-hacks.org | http://www.unmaintained-free-software.org

[-- Attachment #1.1.2: sensors-detect-winbond.patch --]
[-- Type: text/x-diff, Size: 1851 bytes --]

List some more Winbond chips which can be detected with the same IDs.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>

Index: sensors-detect
===================================================================
--- sensors-detect	(Revision 4915)
+++ sensors-detect	(Arbeitskopie)
@@ -1921,20 +1921,20 @@
 	alias_detect => sub { vt1211_alias_detect(0, @_); },
       },
       {
-	name => "Winbond W83627HF Super IO Sensors",
+	name => "Winbond W83627HF/F/HG/G Super IO Sensors",
 	driver => "w83627hf",
 	devid => 0x52,
 	logdev => 0x0b,
 	alias_detect => sub { w83781d_alias_detect(3, @_); },
       },
       {
-	name => "Winbond W83627THF Super IO Sensors",
+	name => "Winbond W83627THF/THG Super IO Sensors",
 	driver => "w83627hf",
 	devid => 0x82,
 	logdev => 0x0b,
       },
       {
-	name => "Winbond W83637HF Super IO Sensors",
+	name => "Winbond W83637HF/HG Super IO Sensors",
 	driver => "w83627hf",
 	devid => 0x70,
 	logdev => 0x0b,
@@ -1946,19 +1946,19 @@
 	logdev => 0x0b,
       },
       {
-	name => "Winbond W83697HF Super IO Sensors",
+	name => "Winbond W83697HF/F/HG Super IO Sensors",
 	driver => "w83627hf",
 	devid => 0x60,
 	logdev => 0x0b,
       },
       {
-	name => "Winbond W83697SF/UF Super IO PWM",
+	name => "Winbond W83697SF/UF/UG Super IO PWM",
 	driver => "to-be-written",
 	devid => 0x68,
 	logdev => 0x0b,
       },
       {
-	name => "Winbond W83627EHF/EHG Super IO Sensors",
+	name => "Winbond W83627EHF/EF/EHG/EG Super IO Sensors",
 	driver => "w83627ehf",
 	# W83627EHF datasheet says 0x886x but 0x8853 was seen, thus the
 	# broader mask. W83627EHG was seen with ID 0x8863.
@@ -1976,7 +1976,7 @@
 	alias_detect => sub { w83781d_alias_detect(10, @_); },
       },
       {
-	name => "Winbond W83L517D Super IO",
+	name => "Winbond W83L517D/D-F Super IO",
 	driver => "not-a-sensor",
 	devid => 0x61,
       },

[-- Attachment #1.2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

[-- Attachment #2: Type: text/plain, Size: 153 bytes --]

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [lm-sensors] [PATCH] sensors-detect: List more Winbond chips
  2007-10-04 18:38 [lm-sensors] [PATCH] sensors-detect: List more Winbond chips Uwe Hermann
@ 2007-10-05 17:37 ` Jean Delvare
  0 siblings, 0 replies; 2+ messages in thread
From: Jean Delvare @ 2007-10-05 17:37 UTC (permalink / raw)
  To: lm-sensors

Hi Uwe,

On Thu, 4 Oct 2007 20:38:39 +0200, Uwe Hermann wrote:
> here's a first patch to add some more recognized chips to the
> sensors-detect output. No new IDs, just alternate names of existing
> chips (which all have the same IDs).

Patch applied, thanks for your contribution. I only backed out:

>        {
> -	name => "Winbond W83L517D Super IO",
> +	name => "Winbond W83L517D/D-F Super IO",
>  	driver => "not-a-sensor",
>  	devid => 0x61,
>        },

this last change, as mixing slashes and dashes can become confusing,
and the -F suffix doesn't add much value IMHO.

-- 
Jean Delvare

_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-10-05 17:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-04 18:38 [lm-sensors] [PATCH] sensors-detect: List more Winbond chips Uwe Hermann
2007-10-05 17:37 ` Jean Delvare

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.