Revision: 134
          http://svn.sourceforge.net/mactel-linux/?rev=134&view=rev
Author:   nboichat
Date:     2007-07-12 06:56:52 -0700 (Thu, 12 Jul 2007)

Log Message:
-----------
Minor change in applesmc_int.patch

Modified Paths:
--------------
    trunk/kernel/mactel-patches-2.6.22/applesmc_int.patch
    trunk/kernel/mactel-patches-2.6.22/series

Modified: trunk/kernel/mactel-patches-2.6.22/applesmc_int.patch
===================================================================
--- trunk/kernel/mactel-patches-2.6.22/applesmc_int.patch       2007-06-27 
13:14:46 UTC (rev 133)
+++ trunk/kernel/mactel-patches-2.6.22/applesmc_int.patch       2007-07-12 
13:56:52 UTC (rev 134)
@@ -1,4 +1,4 @@
-Interrupt support for the accelerometer.
+Add interrupt support for the accelerometer. A message is printed in dmesg 
when an interrupt occurs, but no further handling is done.
 
 From: Nicolas Boichat <[EMAIL PROTECTED]>
 
@@ -9,7 +9,7 @@
  1 files changed, 298 insertions(+), 23 deletions(-)
 
 diff --git a/drivers/hwmon/applesmc.c b/drivers/hwmon/applesmc.c
-index 232cbad..933a72d 100644
+index 232cbad..c022c98 100644
 --- a/drivers/hwmon/applesmc.c
 +++ b/drivers/hwmon/applesmc.c
 @@ -39,14 +39,20 @@
@@ -255,7 +255,7 @@
  
 +static int applesmc_remove(struct platform_device *dev)
 +{
-+      free_irq(6, NULL);
++      free_irq(APPLESMC_IRQ, NULL);
 +      return 0;
 +}
 +

Modified: trunk/kernel/mactel-patches-2.6.22/series
===================================================================
--- trunk/kernel/mactel-patches-2.6.22/series   2007-06-27 13:14:46 UTC (rev 
133)
+++ trunk/kernel/mactel-patches-2.6.22/series   2007-07-12 13:56:52 UTC (rev 
134)
@@ -1,4 +1,4 @@
-# This series applies on GIT commit 48d8d7ee5dd17c64833e0343ab4ae8ef01cc2648
+# This series applies on GIT commit f44bba1a92e01bbab6ca9817b86ddf9e1744a616
 applesmc-use-input-polldev.patch
 applesmc-add-macbook-temperature-keys.patch
 sigmatel_audio2.patch


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Mactel-linux-devel mailing list
Mactel-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mactel-linux-devel

Reply via email to