OSDN Git Service

platform/x86: Add LG Gram laptop special features driver
authorMatan Ziv-Av <matan@svgalib.org>
Fri, 28 Sep 2018 14:34:06 +0000 (17:34 +0300)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 19 Oct 2018 16:21:57 +0000 (19:21 +0300)
commitdbf0c5a6b1f8e7bec5e17baa60a1e04c28d90f9b
treebeb9d919d4707d7c7fe3cbbea34aae20b7fbd651
parent9fe44fc98ce45fe42004be9fd282775030c6b147
platform/x86: Add LG Gram laptop special features driver

A driver for LG Gram laptop supporting features not available through the
standard interfaces:

- Support for the 5 Fn keys that generate ACPI or WMI events.

- Two software controlled LEDs: keyboard backlight (also controlled by
  hardware) and touchpad LED.

- Extra features: reader mode, Fn lock, cooling mode, USB charge mode, and
  maximal battery charging level.

Signed-off-by: Matan Ziv-Av <matan@svgalib.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Documentation/ABI/testing/sysfs-platform-lg-laptop [new file with mode: 0644]
Documentation/laptops/lg-laptop.rst [new file with mode: 0644]
MAINTAINERS
drivers/platform/x86/Kconfig
drivers/platform/x86/Makefile
drivers/platform/x86/lg-laptop.c [new file with mode: 0644]