Hi Noah,
On Mon, Nov 26, 2018 at 10:52:16PM +0000, Noah Westervelt wrote:
Add ELAN061E to the ACPI table to support Elan touchpad found in Lenovo IdeaPad 330-15ARR.
Signed-off-by: Noah Westervelt nwestervelt@outlook.commailto:nwestervelt@outlook.com Cc: stable@vger.kernel.orgmailto:stable@vger.kernel.org
I untangled it from HTML/attacjment mess that outlook made and applied, but please next time use git-send-email for patches: it allows out scripts to pick up patches more easily.
Thanks!
drivers/input/mouse/elan_i2c_core.c | 1 + 1 file changed, 1 insertion(+)
--- /home/noah/input/drivers/input/mouse/elan_i2c_core.c.orig 2018-11-26 16:23:39.378342074 -0600 +++ /home/noah/input/drivers/input/mouse/elan_i2c_core.c 2018-11-26 16:26:20.283458731 -0600 @@ -1344,6 +1344,7 @@ static const struct acpi_device_id elan_ { "ELAN060B", 0 }, { "ELAN060C", 0 }, { "ELAN0611", 0 },
- { "ELAN061E", 0 }, { "ELAN1000", 0 }, { }
};
linux-stable-mirror@lists.linaro.org