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(-) -- 2.20.1