[PATCH 0/4][SRU][xenial] intel-hid: handle new hotkeys including wireless button
Alex Hung
alex.hung at canonical.com
Tue Jun 28 09:02:53 UTC 2016
Impact:
Intel ntroduced a new ACPI device to handle various hotkeys, especially, it is
used to handle the wireless hotkey in newer dell laptop systems.
Fix:
The new driver handles new events and fix the problem that wireless hoteky
does not work on new Dell systems
The patches are included in upstream and are cherry-picked from Linus's repo.
Tested:
The patches are tested on Dell XPS 13 9360
BugLink: http://bugs.launchpad.net/bugs/1589886
Alex Hung (3):
intel-hid: new hid event driver for hotkeys
intel-hid: fix incorrect entries in intel_hid_keymap
intel-hid: add a workaround to ignore an event after waking up from
S4.
Wolfram Sang (1):
intel-hid: allocate correct amount of memory for private struct
MAINTAINERS | 6 +
drivers/platform/x86/Kconfig | 12 ++
drivers/platform/x86/Makefile | 1 +
drivers/platform/x86/intel-hid.c | 289 +++++++++++++++++++++++++++++++++++++++
4 files changed, 308 insertions(+)
create mode 100644 drivers/platform/x86/intel-hid.c
--
2.7.4
More information about the kernel-team
mailing list