diff options
author | AceLan Kao <acelan.kao@canonical.com> | 2016-07-01 04:51:49 +0300 |
---|---|---|
committer | Darren Hart <dvhart@linux.intel.com> | 2016-07-22 23:17:40 +0300 |
commit | 332e081225fc2a657aa587c42943d5f5a7dae88b (patch) | |
tree | 74254faa2c2c0ca64d41bf4153a485467bfeba5f /MAINTAINERS | |
parent | df2294fb64285d2d793cf50c682ac4bfddf56c4c (diff) | |
download | linux-332e081225fc2a657aa587c42943d5f5a7dae88b.tar.xz |
intel-vbtn: new driver for Intel Virtual Button
This driver supports power button event in Intel Virtual Button currently.
New Dell XPS 13 requires this driver for the power button.
This driver is copied/modified from intel-hid.c
Most credit goes to the author of intel-hid.c,
Alex Hung <alex.hung@canonical.com>
Signed-off-by: AceLan Kao <acelan.kao@canonical.com>
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 16700e4fcc4a..f1efeae1fccd 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5903,6 +5903,12 @@ L: platform-driver-x86@vger.kernel.org S: Maintained F: drivers/platform/x86/intel-hid.c +INTEL VIRTUAL BUTTON DRIVER +M: AceLan Kao <acelan.kao@canonical.com> +L: platform-driver-x86@vger.kernel.org +S: Maintained +F: drivers/platform/x86/intel-vbtn.c + INTEL IDLE DRIVER M: Len Brown <lenb@kernel.org> L: linux-pm@vger.kernel.org |