Re: [PATCH v2 2/2] input: soc_button_array for newer surface devices

From: Maximilian Luz
Date: Wed Jul 17 2019 - 15:23:40 EST


On 7/16/19 10:18 PM, Dmitry Torokhov wrote:
OK, fair enough. By the way, I see you are adding some #ifdef
CONFIG_ACPI and stubbing out new functions, but the driver does not
really work without ACPI (acpi_match_device() will fail in this case I
would think and that will cause probe() to abort). So maybe we just add
depends on ACPI to the driver's Kconfig entry?

Makes sense, I can change that too.

Maximilian