From fa95b7df25753ca791974b24efeb55ab49e2e2bf Mon Sep 17 00:00:00 2001 From: Alex Murray Date: Mon, 3 May 2010 20:19:13 +0930 Subject: Add sysfs entry for temperature sensor labels This allows userspace applications to determine which temperature sensor value entry corresponds to which sensor say to easily determine which sensor is the CPU temperature Signed-off-by: Alex Murray Signed-off-by: Henrik Rydberg --- debian/changelog | 6 ++++++ debian/postinst | 2 +- debian/postrm | 2 +- debian/prerm | 2 +- debian/rules | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 3238ff7..6354545 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +applesmc-dkms (0.16.0) unstable; urgency=low + + * Add names for temperature sensors to sysfs + + -- Alex Murray Sun, 02 May 2010 23:50:41 +0930 + applesmc-dkms (0.15.2~rc1) unstable; urgency=low * Support for models MBP5,3, MBP5,4, MBP6 and MBP7 diff --git a/debian/postinst b/debian/postinst index ad053c6..284cb05 100644 --- a/debian/postinst +++ b/debian/postinst @@ -3,7 +3,7 @@ set -e NAME=applesmc -VERSION=0.15.2 +VERSION=0.16.0 case "$1" in configure) diff --git a/debian/postrm b/debian/postrm index ed01ca4..f3fdfa8 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,7 +1,7 @@ #!/bin/sh NAME=applesmc -VERSION=0.15.2 +VERSION=0.16.0 set -e diff --git a/debian/prerm b/debian/prerm index 37e3329..289774d 100644 --- a/debian/prerm +++ b/debian/prerm @@ -1,7 +1,7 @@ #!/bin/sh NAME=applesmc -VERSION=0.15.2 +VERSION=0.16.0 set -e diff --git a/debian/rules b/debian/rules index cdfee50..cb78873 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 NAME=applesmc -VERSION=0.15.2 +VERSION=0.16.0 configure: configure-stamp configure-stamp: -- cgit v1.2.3