aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorJérôme de Bretagne <[email protected]>2017-09-18 00:57:12 +0200
committerDarren Hart (VMware) <[email protected]>2017-09-22 16:49:47 -0700
commit821b85366284542e00dd834062144c637e818ee0 (patch)
tree71cb03a21f3bbc000a126d7cb4132d71b6df87cd /tools/perf/scripts/python
parent12933ea2b8c1e1f87a5dfece947325ee9e6d65b0 (diff)
platform/x86: intel-hid: Power button suspend on Dell Latitude 7275
On Dell Latitude 7275 the 5-button array is not exposed in the ACPI tables, but notififies are still sent to the Intel HID device object (device ID INT33D5) in response to power button actions. They were ignored as the intel-hid driver was not prepared to take care of them until recently. Power button wakeup from suspend-to-idle was added in: commit 635173a17b03 ("intel-hid: Wake up Dell Latitude 7275 from suspend-to-idle") However power button suspend doesn't work yet on this platform so it would be good to add it also. On the affected platform (for which priv->array is NULL), add a new upfront check against the power button press notification (0xCE) to notify_handler(), outside the wakeup mode this time, which allows reporting the power button press event and triggers the suspend. Also catch and ignore the corresponding power button release notification (0xCF) to stop it from being reported as an "unknown event" in the logs. Link: https://bugzilla.kernel.org/show_bug.cgi?id=196115 Tested-by: Jérôme de Bretagne <[email protected]> Signed-off-by: Jérôme de Bretagne <[email protected]> Acked-By: Mario Limonciello <[email protected]> [dvhart: minor coding style and commit message format fix] Signed-off-by: Darren Hart (VMware) <[email protected]> Signed-off-by: Darren Hart (VMware) <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions