* [PATCH] Input: elan_i2c: add ELAN0605 to the ACPI table
@ 2017-02-12 7:55 IHARA Hiroka
2017-02-12 22:42 ` dmitry.torokhov
0 siblings, 1 reply; 4+ messages in thread
From: IHARA Hiroka @ 2017-02-12 7:55 UTC (permalink / raw)
To: dmitry.torokhov@gmail.com; +Cc: linux-input@vger.kernel.org
ELAN0605 has been confirmed to be a variant of ELAN0600,
which is blacklisted in the hid-core to be managed by elan_i2c.
Signed-off-by: Hiroka IHARA <ihara_h@live.jp>
---
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 fa598f7..1e1d0ad 100644
--- a/drivers/input/mouse/elan_i2c_core.c
+++ b/drivers/input/mouse/elan_i2c_core.c
@@ -1231,6 +1231,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
{ "ELAN0000", 0 },
{ "ELAN0100", 0 },
{ "ELAN0600", 0 },
+ { "ELAN0605", 0 },
{ "ELAN1000", 0 },
{ }
};
--
2.9.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] Input: elan_i2c: add ELAN0605 to the ACPI table
2017-02-12 7:55 [PATCH] Input: elan_i2c: add ELAN0605 to the ACPI table IHARA Hiroka
@ 2017-02-12 22:42 ` dmitry.torokhov
2017-02-13 2:05 ` IHARA Hiroka
0 siblings, 1 reply; 4+ messages in thread
From: dmitry.torokhov @ 2017-02-12 22:42 UTC (permalink / raw)
To: IHARA Hiroka; +Cc: linux-input@vger.kernel.org
Hi Hiroka,
On Sun, Feb 12, 2017 at 07:55:23AM +0000, IHARA Hiroka wrote:
> ELAN0605 has been confirmed to be a variant of ELAN0600,
> which is blacklisted in the hid-core to be managed by elan_i2c.
Would you mind telling me what device(s) use ELAN0605?
Thanks!
>
> Signed-off-by: Hiroka IHARA <ihara_h@live.jp>
> ---
> 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 fa598f7..1e1d0ad 100644
> --- a/drivers/input/mouse/elan_i2c_core.c
> +++ b/drivers/input/mouse/elan_i2c_core.c
> @@ -1231,6 +1231,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
> { "ELAN0000", 0 },
> { "ELAN0100", 0 },
> { "ELAN0600", 0 },
> + { "ELAN0605", 0 },
> { "ELAN1000", 0 },
> { }
> };
> --
> 2.9.3
>
--
Dmitry
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Input: elan_i2c: add ELAN0605 to the ACPI table
2017-02-12 22:42 ` dmitry.torokhov
@ 2017-02-13 2:05 ` IHARA Hiroka
2017-02-13 2:35 ` dmitry.torokhov
0 siblings, 1 reply; 4+ messages in thread
From: IHARA Hiroka @ 2017-02-13 2:05 UTC (permalink / raw)
To: dmitry.torokhov@gmail.com; +Cc: linux-input@vger.kernel.org
Dear Dmitry,
I am sorry I did not supply that information.
There is currently only one laptop reported to contain the device, that is Lenovo ideapad 310s (80U4000).
ELAN0605 has the same Vendor/Product ID as ELAN0600 (04F3:0400).
My patch has been tested on this device.
--
Hiroka
From: dmitry.torokhov@gmail.com <dmitry.torokhov@gmail.com>
Sent: Monday, February 13, 2017 7:42
To: IHARA Hiroka
Cc: linux-input@vger.kernel.org
Subject: Re: [PATCH] Input: elan_i2c: add ELAN0605 to the ACPI table
Hi Hiroka,
On Sun, Feb 12, 2017 at 07:55:23AM +0000, IHARA Hiroka wrote:
> ELAN0605 has been confirmed to be a variant of ELAN0600,
> which is blacklisted in the hid-core to be managed by elan_i2c.
Would you mind telling me what device(s) use ELAN0605?
Thanks!
>
> Signed-off-by: Hiroka IHARA <ihara_h@live.jp>
> ---
> 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 fa598f7..1e1d0ad 100644
> --- a/drivers/input/mouse/elan_i2c_core.c
> +++ b/drivers/input/mouse/elan_i2c_core.c
> @@ -1231,6 +1231,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
> { "ELAN0000", 0 },
> { "ELAN0100", 0 },
> { "ELAN0600", 0 },
> + { "ELAN0605", 0 },
> { "ELAN1000", 0 },
> { }
> };
> --
> 2.9.3
>
--
Dmitry
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Input: elan_i2c: add ELAN0605 to the ACPI table
2017-02-13 2:05 ` IHARA Hiroka
@ 2017-02-13 2:35 ` dmitry.torokhov
0 siblings, 0 replies; 4+ messages in thread
From: dmitry.torokhov @ 2017-02-13 2:35 UTC (permalink / raw)
To: IHARA Hiroka; +Cc: linux-input@vger.kernel.org
On Mon, Feb 13, 2017 at 02:05:20AM +0000, IHARA Hiroka wrote:
> Dear Dmitry,
>
> I am sorry I did not supply that information.
> There is currently only one laptop reported to contain the device, that is Lenovo ideapad 310s (80U4000).
> ELAN0605 has the same Vendor/Product ID as ELAN0600 (04F3:0400).
>
> My patch has been tested on this device.
Applied, thank you.
> --
> Hiroka
>
> From: dmitry.torokhov@gmail.com <dmitry.torokhov@gmail.com>
> Sent: Monday, February 13, 2017 7:42
> To: IHARA Hiroka
> Cc: linux-input@vger.kernel.org
> Subject: Re: [PATCH] Input: elan_i2c: add ELAN0605 to the ACPI table
>
> Hi Hiroka,
>
> On Sun, Feb 12, 2017 at 07:55:23AM +0000, IHARA Hiroka wrote:
> > ELAN0605 has been confirmed to be a variant of ELAN0600,
> > which is blacklisted in the hid-core to be managed by elan_i2c.
>
> Would you mind telling me what device(s) use ELAN0605?
>
> Thanks!
>
> >
> > Signed-off-by: Hiroka IHARA <ihara_h@live.jp>
> > ---
> > 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 fa598f7..1e1d0ad 100644
> > --- a/drivers/input/mouse/elan_i2c_core.c
> > +++ b/drivers/input/mouse/elan_i2c_core.c
> > @@ -1231,6 +1231,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
> > { "ELAN0000", 0 },
> > { "ELAN0100", 0 },
> > { "ELAN0600", 0 },
> > + { "ELAN0605", 0 },
> > { "ELAN1000", 0 },
> > { }
> > };
> > --
> > 2.9.3
> >
>
> --
> Dmitry
>
--
Dmitry
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-02-13 2:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-12 7:55 [PATCH] Input: elan_i2c: add ELAN0605 to the ACPI table IHARA Hiroka
2017-02-12 22:42 ` dmitry.torokhov
2017-02-13 2:05 ` IHARA Hiroka
2017-02-13 2:35 ` dmitry.torokhov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).