mbox series

[v2,0/2] Input: edt-ft5x06: Enable for ACPI

Message ID 20190302180714.90014-1-andriy.shevchenko@linux.intel.com (mailing list archive)
Headers show
Series Input: edt-ft5x06: Enable for ACPI | expand

Message

Andy Shevchenko March 2, 2019, 6:07 p.m. UTC
Currently the driver is OF-centric and has no possibilities to be used
in ACPI-enabled environment.

This first patch in the series makes some changes to allow use it in
ACPI-enabled environment via special PRP0001 _HID.

This has been tested on Intel Edison (ACPI-variant) + Adafruit 2.8" TFT
with FT6206 capacitive touchscreen.

Changelog v2:
- fix commit message to correctly mention the input device, i.e. touchscreen

Andy Shevchenko (2):
  Input: edt-ft5x06 - Enable ACPI enumeration
  Input: edt-ft5x06 - Convert to use SPDX identifier

 drivers/input/touchscreen/edt-ft5x06.c | 23 ++++-------------------
 1 file changed, 4 insertions(+), 19 deletions(-)