From b26ac497670ea0326f57611b1aabc95e59611622 Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Sat, 24 Jan 2009 13:42:53 +0100 Subject: Add support for MacPro 3 temperature sensors From: Bharath Ramesh MacPro 3 have more temperature sensors than the previous MacPro's also the sensor THTG has been removed. This patch add supports for the newer temperature sensors in the MacPro3. Signed-off-by: Bharath Ramesh 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 680ced9..c2c6093 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +applesmc-dkms (0.14.3) unstable; urgency=low + + * Add support for MacPro 3 temperature sensors + + -- Bharath Ramesh Sat, 24 Jan 2009 13:17:39 +0100 + applesmc-dkms (0.14.2) unstable; urgency=low * Fix light sensor readings on newer MacBooks diff --git a/debian/postinst b/debian/postinst index 89c94eb..2dfb3d1 100644 --- a/debian/postinst +++ b/debian/postinst @@ -3,7 +3,7 @@ set -e NAME=applesmc -VERSION=0.14.2 +VERSION=0.14.3 case "$1" in configure) diff --git a/debian/postrm b/debian/postrm index 7f94688..18b202f 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,7 +1,7 @@ #!/bin/sh NAME=applesmc -VERSION=0.14.2 +VERSION=0.14.3 set -e diff --git a/debian/prerm b/debian/prerm index a6cf719..d82a270 100644 --- a/debian/prerm +++ b/debian/prerm @@ -1,7 +1,7 @@ #!/bin/sh NAME=applesmc -VERSION=0.14.2 +VERSION=0.14.3 set -e diff --git a/debian/rules b/debian/rules index 9fdb303..7a3af34 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 NAME=applesmc -VERSION=0.14.2 +VERSION=0.14.3 configure: configure-stamp configure-stamp: -- cgit v1.2.3