ACK: [PATCH 1/1 SRU X/Z] Input: elan_i2c - add ELAN0608 to the ACPI table

Colin Ian King colin.king at canonical.com
Tue Sep 5 09:32:40 UTC 2017


On 01/09/17 09:04, Kai-Heng Feng wrote:
> BugLink: https://bugs.launchpad.net/bugs/1708852
> 
> Similar to commit 722c5ac708b4f ("Input: elan_i2c - add ELAN0605 to the
> ACPI table"), ELAN0608 should be handled by elan_i2c.
> 
> This touchpad can be found in Lenovo ideapad 320-14IKB.
> 
> BugLink: https://bugs.launchpad.net/bugs/1708852
> 
> Signed-off-by: Kai-Heng Feng <kai.heng.feng at canonical.com>
> Cc: stable at vger.kernel.org
> Signed-off-by: Dmitry Torokhov <dmitry.torokhov at gmail.com>
> (cherry picked from commit 1874064eed0502bd9bef7be8023757b0c4f26883)
> Signed-off-by: Kai-Heng Feng <kai.heng.feng at canonical.com>
> ---
>  drivers/input/mouse/elan_i2c_core.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/input/mouse/elan_i2c_core.c b/drivers/input/mouse/elan_i2c_core.c
> index a26f44c28d82..36bbf1728bbb 100644
> --- a/drivers/input/mouse/elan_i2c_core.c
> +++ b/drivers/input/mouse/elan_i2c_core.c
> @@ -1234,6 +1234,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
>  	{ "ELAN0100", 0 },
>  	{ "ELAN0600", 0 },
>  	{ "ELAN0605", 0 },
> +	{ "ELAN0608", 0 },
>  	{ "ELAN1000", 0 },
>  	{ }
>  };
> 

Clean cherry pick, adds functionality to one limited set of hardware,
looks good to me.

Acked-by: Colin Ian King <colin.king at canonical.com>




More information about the kernel-team mailing list