Re: [Mactel-linux-devel] SF.net SVN: mactel-linux: [55]

2006-11-05 Thread Soeren Sonnenburg
On Fri, 03 Nov 2006 06:31:26 +, Nicolas Boichat wrote: > Jan Bernhardt wrote: >> Nicolas Boichat wrote: >> >>> My patch is more complete, as it adds support for 6 sensors. Sorry to >>> see that Soeren worked on it while I had a working solution already... >>> >>> >> Do you have any

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

2006-11-04 Thread Nicolas Boichat
Hello, Tino Keitel wrote: > On Fri, Nov 03, 2006 at 14:33:09 +0800, Nicolas Boichat wrote: > >> Tino Keitel wrote: >> > > [...] > > >>> Hi, >>> >>> With your patch, I get the following on my mini: >>> >>> $ for i in temperature* ; do echo -n "$i: " ; cat $i ; done >>> temperature_0: cat

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

2006-11-04 Thread Nicolas Boichat
Jan Bernhardt wrote: > Hi, > > to get rid of the warnings and the delay modify applesmc_device_init > like this (the if statement): > > ... > static int applesmc_device_init(void) > { > int total, ret = -ENXIO; > u8 buffer[2]; > > if (!applesmc_accelerometer) return 0; > >

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

2006-11-03 Thread Tino Keitel
On Fri, Nov 03, 2006 at 08:59:15 +0100, Jan Bernhardt wrote: > Tino Keitel wrote: > > I didn't meant that there is something to fix. But if you start working > > on this, I have 2 other remarks: > > > > 1. When I load the applesmc module, I get this output: > > > > applesmc: Apple Macmini detected

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

2006-11-03 Thread Jan Bernhardt
Tino Keitel wrote: > I didn't meant that there is something to fix. But if you start working > on this, I have 2 other remarks: > > 1. When I load the applesmc module, I get this output: > > applesmc: Apple Macmini detected (model without accelerometer, light > sensors and backlight). > applesmc: w

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

2006-11-02 Thread Tino Keitel
On Fri, Nov 03, 2006 at 14:33:09 +0800, Nicolas Boichat wrote: > Tino Keitel wrote: [...] > > Hi, > > > > With your patch, I get the following on my mini: > > > > $ for i in temperature* ; do echo -n "$i: " ; cat $i ; done > > temperature_0: cat: temperature_0: Input/output error > > temperature_

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

2006-11-02 Thread Nicolas Boichat
Tino Keitel wrote: > On Thu, Nov 02, 2006 at 21:09:23 +0800, Nicolas Boichat wrote: > >> Ludovic Rousseau wrote: >> >>> On 02/11/06, [EMAIL PROTECTED] >>> <[EMAIL PROTECTED]> wrote: >>> >>> Revision: 55 http://svn.sourceforge.net/mactel-linux/?rev=55&view=rev >

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

2006-11-02 Thread Nicolas Boichat
Jan Bernhardt wrote: > Nicolas Boichat wrote: > >> My patch is more complete, as it adds support for 6 sensors. Sorry to >> see that Soeren worked on it while I had a working solution already... >> >> > Do you have any idea what these sensors do actually measure? > I have no idea, I'

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

2006-11-02 Thread Tino Keitel
On Thu, Nov 02, 2006 at 21:09:23 +0800, Nicolas Boichat wrote: > Ludovic Rousseau wrote: > > On 02/11/06, [EMAIL PROTECTED] > > <[EMAIL PROTECTED]> wrote: > > > >> Revision: 55 > >> http://svn.sourceforge.net/mactel-linux/?rev=55&view=rev > >> Author: nboichat > >> Date: 2006-11-

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

2006-11-02 Thread Jan Bernhardt
Nicolas Boichat wrote: > My patch is more complete, as it adds support for 6 sensors. Sorry to > see that Soeren worked on it while I had a working solution already... > Do you have any idea what these sensors do actually measure? - Jan. ---

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

2006-11-02 Thread Nicolas Boichat
Ludovic Rousseau wrote: > On 02/11/06, [EMAIL PROTECTED] > <[EMAIL PROTECTED]> wrote: > >> Revision: 55 >> http://svn.sourceforge.net/mactel-linux/?rev=55&view=rev >> Author: nboichat >> Date: 2006-11-02 02:47:25 -0800 (Thu, 02 Nov 2006) >> >> Log Message: >> --- >> Add t

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

2006-11-02 Thread Ludovic Rousseau
On 02/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Revision: 55 > http://svn.sourceforge.net/mactel-linux/?rev=55&view=rev > Author: nboichat > Date: 2006-11-02 02:47:25 -0800 (Thu, 02 Nov 2006) > > Log Message: > --- > Add temperature sensors to applesmc (coded thi