All of lore.kernel.org
 help / color / mirror / Atom feed
* [lm-sensors] [PATCH] Add all new Fintek chips to default config
@ 2011-03-25 15:19 Jean Delvare
  2011-03-26  7:56 ` Hans de Goede
  0 siblings, 1 reply; 2+ messages in thread
From: Jean Delvare @ 2011-03-25 15:19 UTC (permalink / raw)
  To: lm-sensors

Hans, given that the f71882fg driver delegates the scaling of internal
voltages to user-space, I think we need the following config entries
for the new Fintek chips to have good-looking outputs by default?

Index: etc/sensors.conf.default
=================================--- etc/sensors.conf.default	(révision 5945)
+++ etc/sensors.conf.default	(copie de travail)
@@ -433,7 +433,8 @@
     set in6_max  3.0 * 1.10
 
 
-chip "f71882fg-*"
+chip "f71808e-*" "f71862fg-*" "f71869-*" "f71882fg-*" \
+     "f71889fg-*" "f71889ed-*" "f71889a-*"
 
     label in0 "+3.3V"
     label in7 "3VSB"
@@ -444,7 +445,7 @@
     compute in8  @*2, @/2
 
 
-chip "f8000-*"
+chip "f71858fg-*" "f8000-*"
 
     label in0 "+3.3V"
     label in1 "3VSB"
@@ -455,6 +456,17 @@
     compute in2  @*2, @/2
 
 
+chip "f81865f-*"
+
+    label in0 "+3.3V"
+    label in5 "3VSB"
+    label in6 "Vbat"
+
+    compute in0  @*2, @/2
+    compute in5  @*2, @/2
+    compute in6  @*2, @/2
+
+
 chip "adt7473-*" "adt7475-*"
 
     label in2 "+3.3V"


-- 
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:[~2011-03-26  7:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-25 15:19 [lm-sensors] [PATCH] Add all new Fintek chips to default config Jean Delvare
2011-03-26  7:56 ` Hans de Goede

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.