diff options
| author | Jérôme de Bretagne <[email protected]> | 2019-01-06 18:56:44 +0100 |
|---|---|---|
| committer | Darren Hart (VMware) <[email protected]> | 2019-01-26 11:07:34 -0800 |
| commit | e97a34563d18606ee5db93e495382a967f999cd4 (patch) | |
| tree | 54dbdebe8e088ea4130e020fc76a389feb96f3f0 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py | |
| parent | 49a57857aeea06ca831043acbb0fa5e0f50602fd (diff) | |
platform/x86: intel-hid: Missing power button release on some Dell models
Power button suspend for some Dell models was added in:
commit 821b85366284 ("platform/x86: intel-hid: Power button suspend on Dell Latitude 7275")
by checking against the power button press notification (0xCE) to report
the power button press event. The corresponding power button release
notification (0xCF) was caught and ignored to stop it from being reported
as an "unknown event" in the logs.
The missing button release event is creating issues on Android-x86, as
reported on the project mailing list for a Dell Latitude 5175 model, since
the events are expected in down/up pairs.
Report the power button release event to fix this issue.
Link: https://groups.google.com/forum/#!topic/android-x86/aSwZK9Nf9Ro
Tested-by: Tristian Celestin <[email protected]>
Tested-by: Jérôme de Bretagne <[email protected]>
Signed-off-by: Jérôme de Bretagne <[email protected]>
Reviewed-by: Mario Limonciello <[email protected]>
[dvhart: corrected commit reference format per checkpatch]
Signed-off-by: Darren Hart (VMware) <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions