Bug#426210: linux-2.6: could ams module be enabled on apple platforms like powerbooks?

2007-05-28 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Yves-Alexis Perez wrote:
 Package: linux-2.6
 Severity: wishlist
 
 Hi,
 
 ams is the Apple Motion Sensor present in various powerbooks (and maybe
 macbooks pro). Values from the sensor can be read from linux using the
 ams module now present upstream, but it's not compiled in on Debian
 kernels:
 # CONFIG_SENSORS_AMS is not set
 
 Could this module be enabled on Debian kernel for platforms that support
 it?

- From drivers/hwmon/Kconfig it seems the driver is only for 32bit
PowerMacs.


 - Jonas


- --
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

 - Enden er nær: http://www.shibumi.org/eoti.htm
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGWoxfn7DbMsAkQLgRAuwZAJ4pjh6QIpu3VzUAZq4c4WXR54fWGACgihfo
YEvftSWDRgg5rY85Z1pBIKY=
=hsg4
-END PGP SIGNATURE-



Bug#426210: linux-2.6: could ams module be enabled on apple platforms like powerbooks?

2007-05-28 Thread Yves-Alexis Perez
On lun, 2007-05-28 at 10:01 +0200, Jonas Smedegaard wrote:
  Could this module be enabled on Debian kernel for platforms that
 support
  it?
 
 From drivers/hwmon/Kconfig it seems the driver is only for 32bit
 PowerMacs. 

Could it be enabled for 32bit powermacs. Or even only for powerbooks and
macbooks pro, a I think there is no ams on desktop machines (maybe on
ibook and macbook too).

Regards,
-- 
Yves-Alexis



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#426210: linux-2.6: could ams module be enabled on apple platforms like powerbooks?

2007-05-28 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Yves-Alexis Perez wrote:
 On lun, 2007-05-28 at 10:01 +0200, Jonas Smedegaard wrote:
 Could this module be enabled on Debian kernel for platforms that
 support
 it?
 From drivers/hwmon/Kconfig it seems the driver is only for 32bit
 PowerMacs. 
 
 Could it be enabled for 32bit powermacs. Or even only for powerbooks and
 macbooks pro, a I think there is no ams on desktop machines (maybe on
 ibook and macbook too).

There's no Linux kernel officially compiled for Debian that is targeted
at powerbooks only.

Macbooks (pro or not) does not use the ams driver. Instead, I believe
they use the applesmc driver available from http://www.mactel-linux.org/
(some of it adopted officially in 2.6.21 but not yet the applesmc
driver, it seems).


 - Jonas

- --
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

 - Enden er nær: http://www.shibumi.org/eoti.htm
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGWqU9n7DbMsAkQLgRAtjVAJ0eNp+qrVYDD8a2ErXSTys0Z+LbPwCdHFZN
Q6Y+eg8p9HSNmDwNdmwWr/s=
=s2dU
-END PGP SIGNATURE-



Bug#426210: linux-2.6: could ams module be enabled on apple platforms like powerbooks?

2007-05-28 Thread Yves-Alexis Perez
On lun, 2007-05-28 at 11:47 +0200, Jonas Smedegaard wrote:
 There's no Linux kernel officially compiled for Debian that is
 targeted
 at powerbooks only.
 
Yeah but it can be enabled for 32bits powermacs. It won't load on
powermacs without hardware, but like every module.
-- 
Yves-Alexis



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#426210: linux-2.6: could ams module be enabled on apple platforms like powerbooks?

2007-05-28 Thread Jonas Smedegaard
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Yves-Alexis Perez wrote:
 On lun, 2007-05-28 at 11:47 +0200, Jonas Smedegaard wrote:
 There's no Linux kernel officially compiled for Debian that is
 targeted
 at powerbooks only.

 Yeah but it can be enabled for 32bits powermacs. It won't load on
 powermacs without hardware, but like every module.


I see no problem simply enabling it globally, and let the Linux code
resolve the architectures relevant or not for actual compilation.

If theoretically some day the code is enhanced to support more
architectures (like if it is merged with the x86-specific applesmc) the
change is silently included in Debian.


Only reason I see for limiting a configuration scope is if it is
technically possible to build for more architectures but causes problems
(like some networking options disabled for arm that I suspect is too
slow to make sense there even if technically possible).


 - Jonas

- --
* Jonas Smedegaard - idealist og Internet-arkitekt
* Tlf.: +45 40843136  Website: http://dr.jones.dk/

 - Enden er nær: http://www.shibumi.org/eoti.htm
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGWq3Ln7DbMsAkQLgRArfnAJ9b96wEmYAeFhg5JuThoCqLavMMGQCghn33
kVwCzmvnvnErS5mMJnNhPrs=
=vgKQ
-END PGP SIGNATURE-



Bug#426210: linux-2.6: could ams module be enabled on apple platforms like powerbooks?

2007-05-28 Thread Yves-Alexis Perez
On lun, 2007-05-28 at 12:24 +0200, Jonas Smedegaard wrote:
  Yeah but it can be enabled for 32bits powermacs. It won't load on
  powermacs without hardware, but like every module.
 
 
 I see no problem simply enabling it globally, and let the Linux code
 resolve the architectures relevant or not for actual compilation.
 
 If theoretically some day the code is enhanced to support more
 architectures (like if it is merged with the x86-specific applesmc)
 the
 change is silently included in Debian.
 
 
 Only reason I see for limiting a configuration scope is if it is
 technically possible to build for more architectures but causes
 problems
 (like some networking options disabled for arm that I suspect is too
 slow to make sense there even if technically possible). 

Ah yes, I'm complety for enabling it globally, but I tought maybe kernel
team wouldn't want to do it and would restrict it to a list of supported
archs. Thanks!
-- 
Yves-Alexis



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#426210: linux-2.6: could ams module be enabled on apple platforms like powerbooks?

2007-05-27 Thread Yves-Alexis Perez
Package: linux-2.6
Severity: wishlist

Hi,

ams is the Apple Motion Sensor present in various powerbooks (and maybe
macbooks pro). Values from the sensor can be read from linux using the
ams module now present upstream, but it's not compiled in on Debian
kernels:
# CONFIG_SENSORS_AMS is not set

Could this module be enabled on Debian kernel for platforms that support
it?

Thanks and regards,

--
Yves-Alexis Perez



-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: powerpc (ppc)

Kernel: Linux 2.6.21-1-powerpc
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]