[Mactel-linux-devel] [PATCH] add temperature field to applesmc driver

2006-11-01 Thread Soeren Sonnenburg
This adds a temperature field, i.e. /sys/devices/platform/applesmc/temperature as suggested by the osxish smcFanControl.app. apply on top of the applesmc.patch Soeren --- applesmc.c 2006-10-30 00:38:09.0 +0100 +++ applesmc_new.c 2006-10-30 00:32:29.0 +0100 @@ -57,6 +57,8 @@ #de

[Mactel-linux-devel] [PATCH] make usbhid not occupy the apple{ir, touch} driver

2006-11-01 Thread Soeren Sonnenburg
This patch makes it possible to load the appleir / appletouch driver after usbhid as usbhid will no longer open the device. However as a consequence you will need to load appletouch module for the mouse to function. apply in addition to the patches to kernel 2.6.18* Soeren. Signed-off-by: Soeren