diff mbox

Input: elan_i2c - add ELAN0618 (Lenovo v330 15IKB) ACPI ID

Message ID d0dfd485-e351-50d2-7e90-abcc441b5c63@saltedge.com (mailing list archive)
State Under Review
Headers show

Commit Message

Alexandr Savca June 18, 2018, 9:21 a.m. UTC
Add ELAN0618 to the list of supported touchpads; this ID is used in
Lenovo v330 15IKB devices.

--
To unsubscribe from this list: send the line "unsubscribe linux-input" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Dmitry Torokhov June 19, 2018, 6:25 p.m. UTC | #1
Hi Alexandr,

On Mon, Jun 18, 2018 at 12:21:19PM +0300, Alexandr Savca wrote:
> Add ELAN0618 to the list of supported touchpads; this ID is used in
> Lenovo v330 15IKB devices.
> 

We'd need your "signed-off-by" to be able to apply the patch.

Also please use separator (---) between changelog and the patch body.

> diff --git a/drivers/input/mouse/elan_i2c_core.c
> b/drivers/input/mouse/elan_i2c_core.c
> index 8ff75114e762..f69d21610166 100644
> --- a/drivers/input/mouse/elan_i2c_core.c
> +++ b/drivers/input/mouse/elan_i2c_core.c
> @@ -1345,6 +1345,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
>         { "ELAN060C", 0 },
>         { "ELAN0611", 0 },
>         { "ELAN0612", 0 },
> +       { "ELAN0618", 0 },
>         { "ELAN1000", 0 },
>         { }
>  };

Thanks.
diff mbox

Patch

diff --git a/drivers/input/mouse/elan_i2c_core.c
b/drivers/input/mouse/elan_i2c_core.c
index 8ff75114e762..f69d21610166 100644
--- a/drivers/input/mouse/elan_i2c_core.c
+++ b/drivers/input/mouse/elan_i2c_core.c
@@ -1345,6 +1345,7 @@  static const struct acpi_device_id elan_acpi_id[] = {
        { "ELAN060C", 0 },
        { "ELAN0611", 0 },
        { "ELAN0612", 0 },
+       { "ELAN0618", 0 },
        { "ELAN1000", 0 },
        { }
 };