Hi all, I'd like to add support for the accelerometer sensor which is found in the Lenovo Ideapad S10-3t. I would use this code as a starting point (kudos to Javier): http://gitorious.org/iaps/lsrot/blobs/master/lsrot.c The code uses the WMI interfaces to get notified of coarse orientation changes. But how should these changes be reported to userspace? Should they go through the input subsystem (I didn't find any suitable key codes to report these events), or via the /sys filesystem? In the latter case, is there a convention on naming and reporting data from devices of this kind? Secondly, I'd like to add support for reading the accelerometer values, as it's done here (again, kudos to Javier): http://gitorious.org/iaps/iaps/blobs/master/iaps.c I know that no one is happy of directly accessing the raw I/O ports, but all my attempts of reading these values through the ACPI interfaces or the EC fields have failed: the fields are always set to 0. So, what I plan to do is to check the DMI information, and if the machine is a S10-3t I would you the code linked above to read and report the accelerometer values. Would that be acceptable? And finally: should the changes above be made to the existing ideapad-laptop.c file, or should they go to a separate file/module? TIA, Alberto -- http://blog.mardy.it <- geek in un lingua international! -- To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html