aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorChen Yu <[email protected]>2015-08-18 23:30:25 +0800
committerDarren Hart <[email protected]>2015-08-26 00:21:27 -0700
commit2508a45a924dfa4a5f6e60675aa4732d888134a7 (patch)
tree94cf10510ec0c70de7b42fea8d0fd2ab0ecc8f2f /tools/perf/scripts/python/stackcollapse.py
parentfc0bfacd045a17e385b4272dfe2387ba3a6d8745 (diff)
surface pro 3: Add support driver for Surface Pro 3 buttons
Since Surface Pro 3 does not follow the specs of "Windows ACPI Design Guide for SoC Platform", code in drivers/input/misc/soc_array.c can not detect these buttons on it. According to bios implementation, Surface Pro 3 encapsulates these buttons in a device named "VGBI", with _HID "MSHW0028". When any of the buttons is pressed, a specify ACPI notification code for this button will be delivered to "VGBI". For example, if power button is pressed down, ACPI notification code of 0xc6 will be sent by Notify(VGBI, 0xc6). This patch leverages "VGBI" to distinguish different ACPI notification code from Power button, Home button, Volume button, then dispatches these code to input layer. Lid is already covered by acpi button driver, so there's no need to rewrite. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=84651 Tested-by: Ethan Schoonover <[email protected]> Tested-by: Peter Amidon <[email protected]> Tested-by: Donavan Lance <[email protected]> Tested-by: Stephen Just <[email protected]> Signed-off-by: Chen Yu <[email protected]> [[email protected]: Formatting corrections in MAINTAINERS and Intel (c)] Signed-off-by: Darren Hart <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions