Up for review. The following series of patches add support for the built-in accelerometer found on recent Toshiba laptops with HID TOS620A. Changes from v1 include: - Dropped the "movement" sysfs file, now the events are being propagated to userspace via netlink, since the time between vibration/stabilization events is ~1 second, let us propagate the events and let userspace act accordingly - Fixed some typos in toshiba_acpi.txt - Fixed build of module, the Makefile now has propper build support Azael Avalos (3): platform/x86: Toshiba HDD Active Protection Sensor Documentation: Add file about toshiba_haps module platform/x86: Enable build support for toshiba_haps Documentation/laptops/00-INDEX | 2 + Documentation/laptops/toshiba_haps.txt | 76 ++++++++++ drivers/platform/x86/Kconfig | 19 +++ drivers/platform/x86/Makefile | 1 + drivers/platform/x86/toshiba_haps.c | 269 +++++++++++++++++++++++++++++++++ 5 files changed, 367 insertions(+) create mode 100644 Documentation/laptops/toshiba_haps.txt create mode 100644 drivers/platform/x86/toshiba_haps.c -- 2.0.0 -- 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