From 9d8658acd6be9139ef91dfe6c001796e7a03ded6 Mon Sep 17 00:00:00 2001 From: Azael Avalos Date: Tue, 25 Mar 2014 20:38:32 -0600 Subject: [PATCH] toshiba_acpi: Add touchpad enable/disable support- Toshiba laptops have two ways of letting userspace know the touchpad has changed state, one with a button on top of the touchpad that simply emmits scancodes whenever enabled/disabled, and another one by pressing Fn-F9 (touchpad toggle) hotkey. This patch adds support to enable/disable the touchpad by exposing the _touchpad_ file in sysfs that simply makes a call to a SCI register, imitating what Toshiba provided software does on Windows. Signed-off-by: Azael Avalos Signed-off-by: Matthew Garrett --- Reading git-format-patch failed