Author: pebender
Date: Wed Oct  8 14:30:29 2008
New Revision: 3816

Added:
     
trunk/gar-minimyth/script/utils/lm_sensors/files/lm_sensors-3.0.3-changeset_5352.patch
Modified:
    trunk/gar-minimyth/script/utils/lm_sensors/Makefile
    trunk/gar-minimyth/script/utils/lm_sensors/checksums

Log:
- Updated lm_sensors fixes.



Modified: trunk/gar-minimyth/script/utils/lm_sensors/Makefile
==============================================================================
--- trunk/gar-minimyth/script/utils/lm_sensors/Makefile (original)
+++ trunk/gar-minimyth/script/utils/lm_sensors/Makefile Wed Oct  8 14:30:29  
2008
@@ -4,7 +4,9 @@
  MASTER_SITES  = http://dl.lm-sensors.org/lm-sensors/releases/
  MASTER_SITES += svn://lm-sensors.org/svn/lm-sensors/trunk/
  DISTFILES  = $(DISTNAME).tar.bz2
-PATCHFILES = $(DISTNAME)-perl.patch.gar
+PATCHFILES  = \
+       $(DISTNAME)-changeset_5352.patch
+PATCHFILES += $(DISTNAME)-perl.patch.gar
  LICENSE = GPL2

  DESCRIPTION =

Modified: trunk/gar-minimyth/script/utils/lm_sensors/checksums
==============================================================================
--- trunk/gar-minimyth/script/utils/lm_sensors/checksums        (original)
+++ trunk/gar-minimyth/script/utils/lm_sensors/checksums        Wed Oct  8  
14:30:29 2008
@@ -1,2 +1,3 @@
  e88b236228ac2a50821217015b8fd0fa  download/lm_sensors-3.0.3.tar.bz2
+6b9ea25ab25e7d15793193580b3fe5a9   
download/lm_sensors-3.0.3-changeset_5352.patch
  f49706aa8d881acb84fdc4fc3fda9636  download/lm_sensors-3.0.3-perl.patch.gar

Added:  
trunk/gar-minimyth/script/utils/lm_sensors/files/lm_sensors-3.0.3-changeset_5352.patch
==============================================================================
--- (empty file)
+++  
trunk/gar-minimyth/script/utils/lm_sensors/files/lm_sensors-3.0.3-changeset_5352.patch
   
Wed Oct  8 14:30:29 2008
@@ -0,0 +1,32 @@
+diff -Naur lm_sensors-3.0.3-old/CHANGES lm_sensors-3.0.3-new/CHANGES
+--- lm_sensors-3.0.3-old/CHANGES       2008-09-28 08:48:57.000000000 -0700
++++ lm_sensors-3.0.3-new/CHANGES       2008-10-08 14:29:19.000000000 -0700
+@@ -3,6 +3,7 @@
+
+ 3.0.3 (2008-09-28)
+   libsensors: Avoid namespace pollution
++  sensors-detect: Fix detection of ADT7463 and LM96000
+   fancontrol: Don't use named pipes when we don't need them (#2319)
+   pwmconfig: Tell the user about gnuplot if it isn't installed
+              Fix MINSTOP and MINSTART test functions
+diff -Naur lm_sensors-3.0.3-old/prog/detect/sensors-detect  
lm_sensors-3.0.3-new/prog/detect/sensors-detect
+--- lm_sensors-3.0.3-old/prog/detect/sensors-detect    2008-09-19  
08:05:28.000000000 -0700
++++ lm_sensors-3.0.3-new/prog/detect/sensors-detect    2008-10-08  
14:29:19.000000000 -0700
+@@ -4522,13 +4522,15 @@
+            && $verstep != 0x62;       # LM85 B
+   } elsif ($chip == 1) {
+     return if $vendor != 0x01;        # National Semiconductor
+-    return if $verstep != 0x68;       # LM96000
++    return if $verstep != 0x68        # LM96000
++           && $verstep != 0x69;       # LM96000
+   } elsif ($chip == 2) {
+     return if $vendor != 0x41;        # Analog Devices
+     return if $verstep != 0x60;       # ADM1027
+   } elsif ($chip == 3) {
+     return if $vendor != 0x41;        # Analog Devices
+-    return if $verstep != 0x62;       # ADT7463
++    return if $verstep != 0x62        # ADT7463
++           && $verstep != 0x6a;       # ADT7463 C
+   } elsif ($chip == 4) {
+     return if $vendor != 0x5c;        # SMSC
+     return if $verstep != 0x60        # EMC6D100/101 A0

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"minimyth-commits" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/minimyth-commits?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to