[Mactel-linux-devel] mactel-2.6.18 patches not applying cleanly

2006-10-17 Thread Erik Osheim
Hello, I have been running a patched 2.6.17.1 kernel. Today I tried to update to new kernel sources, but couldn't figure out which versions of 2.6.18 would patch cleanly. I first tried to patch 2.6.18-rc7, but that wouldn't apply cleanly. Then I tried patching 2.6.18, and that also wouldn't patch

Re: [Mactel-linux-devel] mactel-2.6.18 patches not applying cleanly

2006-10-17 Thread Ludovic Rousseau
On 17/10/06, Erik Osheim <[EMAIL PROTECTED]> wrote: > Hello, > > I have been running a patched 2.6.17.1 kernel. Today I tried to update > to new kernel sources, but couldn't figure out which versions of 2.6.18 > would patch cleanly. > > I first tried to patch 2.6.18-rc7, but that wouldn't apply cle

Re: [Mactel-linux-devel] mactel-2.6.18 patches not applying cleanly

2006-10-17 Thread Nicolas Boichat
Ludovic Rousseau wrote: > Maybe we should remove this file since it _only_ changes the kernel > name from x.y.z to x.y.z-mactel and need to be updated for each new > kernel version. > > Any objection to the removal of this mostly useless file? > Nope. ---

Re: [Mactel-linux-devel] [Mactel-linux-users] Does lm-sensors work on MBP?

2006-10-17 Thread Nicolas Boichat
Jan Bernhardt wrote: > Nicolas Boichat wrote: > >> Please send me a patch of what you updated in the driver to make it >> working on a Mac Mini. I don't care if it's dirty, I'll clean it up. >> >> I think there is no accelerometer, no light sensors and obviously no >> keyboard backlight on the MacM

Re: [Mactel-linux-devel] SF.net SVN: mactel-linux: [51] trunk/kernel/mactel-patches-2.6.18/applesmc. patch

2006-10-17 Thread Jan Bernhardt
Hi Nicolas, thanks for the Mac Mini addition. Attached is an again quick and dirty patch adding support for the SMC temperature sensor. Maybe it's helpful. Regards, - Jan. --- applesmc.c.orig 2006-10-17 15:58:42.0 +0200 +++ applesmc.c 2006-10-17 17:35:42.0 +0200 @@ -33,7 +33,7

Re: [Mactel-linux-devel] [Mactel-linux-users] Does lm-sensors work on MBP?

2006-10-17 Thread Jan Bernhardt
> It might be because there is no accelerometer in the Mac Mini, looking > at your patch, you didn't deactivate the input device related to the > accelerometer, which constantly tries to read the accelerometer data > (and always fails...). My new patch should fix the problem. It does indeed, thank

[Mactel-linux-devel] SF.net SVN: mactel-linux: [52] trunk/kernel/mactel-patches-2.6.18/version. patch

2006-10-17 Thread ludov
Revision: 52 http://svn.sourceforge.net/mactel-linux/?rev=52&view=rev Author: ludov Date: 2006-10-17 09:33:04 -0700 (Tue, 17 Oct 2006) Log Message: --- removed since it is more problematic than helpful. This patch does not fix any problem and is just cosmetic. Removed Path

Re: [Mactel-linux-devel] SF.net SVN: mactel-linux: [51] trunk/kernel/mactel-patches-2.6.18/applesmc. patch

2006-10-17 Thread Jan Bernhardt
Hi Nicolas, here is another version of my patch which fixes the module loading delay and contains conditionals which allow the module to be compiled for kernels < 2.6.17. I don't know when the led subsystem was introduced so I assumed kernel version 2.6.17. If you'd like to integrate the patch fe

[Mactel-linux-devel] SF.net SVN: mactel-linux: [53] trunk/tools/keyboard_brigthness

2006-10-17 Thread ludov
Revision: 53 http://svn.sourceforge.net/mactel-linux/?rev=53&view=rev Author: ludov Date: 2006-10-17 12:29:10 -0700 (Tue, 17 Oct 2006) Log Message: --- set the keyboard brigthness on a Apple MacBook Pro computer Added Paths: --- trunk/tools/keyboard_brigthness

[Mactel-linux-devel] SF.net SVN: mactel-linux: [54] trunk/tools

2006-10-17 Thread ludov
Revision: 54 http://svn.sourceforge.net/mactel-linux/?rev=54&view=rev Author: ludov Date: 2006-10-17 12:44:19 -0700 (Tue, 17 Oct 2006) Log Message: --- Apple Macbook Pro LCD backlight control Added Paths: --- trunk/tools/backlight/ trunk/tools/backlight/Mak

[Mactel-linux-devel] Proposed Patch: prevent usbhid from taking over appletouch

2006-10-17 Thread Till Straumann
I was annoyed by usbhid taking over the touchpad (sometimes this happens [suspend/resume] even if /etc/modules forces loading appletouch before usbhid) and so I added a 'quirk' that lets usbhid ignore it. The quirk is only enabled for ID 217 so far since that's what I have. -- Till This patch add