-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello,
[EMAIL PROTECTED] wrote: > Revision: 102 > http://svn.sourceforge.net/mactel-linux/?rev=102&view=rev > Author: nboichat > Date: 2007-04-09 03:54:35 -0700 (Mon, 09 Apr 2007) > > Log Message: > ----------- > New features for applesmc: 1. Add support for keys enumeration. 2. IRQ > support for the accelerometer. 3. Add more temperature sensors on the Macbook > Pro. 4. Add fan description reading. I would need your help about this. Could you please run the following script, after applying the new patch, and send me the output (with your exact model, i,e. the output of 'dmidecode | grep "Product Name"')? - -- #!/bin/bash I=0 FILE=/sys/devices/platform/applesmc/key_at_index while [ $I -lt 256 ]; do echo $I > $FILE cat $FILE sleep 0.1 let I=I+1 done - -- With this, I'll update the temperature sensor set for each computer. Feel free to play with the accelerometer interrupts too (the free fall interrupt is easy to trigger without hurting your laptop .-)) (I'll update the driver later to make the interrupts sensitivity modifiable easily) Sven: As you have a Core2Duo, and a disassembled ACPI DSDT table, could you please send me the "Device (SMC)" part of it? (or just confirm it is the same as mine, below). Thanks. Best regards, Nicolas - --- Device (SMC) { Name (_HID, EisaId ("APP0001")) Name (_CID, "smc-napa") Name (_STA, 0x0B) Name (_CRS, ResourceTemplate () { IO (Decode16, 0x0300, // Range Minimum 0x0300, // Range Maximum 0x01, // Alignment 0x20, // Length ) IRQNoFlags () {6} }) Device (ALS0) { Name (_HID, "ACPI0008") Name (_CID, "smc-als") Method (_ALI, 0, NotSerialized) { Return (0x012C) } Name (_ALR, Package (0x03) { Package (0x02) { 0x46, 0x00 }, Package (0x02) { 0x64, 0x012C }, Package (0x02) { 0x96, 0x03E8 } }) } Device (SMS0) { Name (_HID, EisaId ("APP0003")) Name (_CID, "smc-sms") } } -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGGh9F01ajQnpJXgERAu3GAJ9+mVSkAjy51MI8IVrL+6TetP2TNwCeJeXj XMVWxEiJIhrzeEmMJw2e2uE= =o5zp -----END PGP SIGNATURE----- ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Mactel-linux-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mactel-linux-devel
