linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Input: mouse: elan_i2c_core: Added support for ELAN0621 touchpad.
@ 2018-11-29 16:30 adam
  2018-11-29 17:11 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: adam @ 2018-11-29 16:30 UTC (permalink / raw)
  To: dmitry.torokhov
  Cc: benjamin.tissoires, kt.liao, dshanty, robh, jackxviichaos,
	ben.hutchings, gregkh, linux-input, linux-kernel, TheWongGuy

From: TheWongGuy <adam@adamwong.me>

Added the ability to detect the ELAN0621 touchpad found in some Lenovo
laptops.

Signed-off-by: TheWongGuy <adam@adamwong.me>
---
 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 b0f9d19b3410..a84362d0c99d 100644
--- a/drivers/input/mouse/elan_i2c_core.c
+++ b/drivers/input/mouse/elan_i2c_core.c
@@ -1348,6 +1348,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
 	{ "ELAN0618", 0 },
 	{ "ELAN061C", 0 },
 	{ "ELAN061D", 0 },
+	{ "ELAN0621", 0 },
 	{ "ELAN0622", 0 },
 	{ "ELAN1000", 0 },
 	{ }
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] Input: mouse: elan_i2c_core: Added support for ELAN0621 touchpad.
  2018-11-29 16:30 [PATCH] Input: mouse: elan_i2c_core: Added support for ELAN0621 touchpad adam
@ 2018-11-29 17:11 ` Greg KH
  0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2018-11-29 17:11 UTC (permalink / raw)
  To: adam
  Cc: dmitry.torokhov, benjamin.tissoires, kt.liao, dshanty, robh,
	jackxviichaos, ben.hutchings, linux-input, linux-kernel

On Thu, Nov 29, 2018 at 11:30:19AM -0500, adam@adamwong.me wrote:
> From: TheWongGuy <adam@adamwong.me>
> 
> Added the ability to detect the ELAN0621 touchpad found in some Lenovo
> laptops.
> 
> Signed-off-by: TheWongGuy <adam@adamwong.me>

I doubt that is the name on your passport :(

Please use your "real" name, like you did for the signed-off-by last
time, just fix up the From: line.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH] Input: mouse: elan_i2c_core: Added support for ELAN0621 touchpad.
  2018-11-29 17:38 adam
@ 2018-11-29 18:06 ` Dmitry Torokhov
  0 siblings, 0 replies; 6+ messages in thread
From: Dmitry Torokhov @ 2018-11-29 18:06 UTC (permalink / raw)
  To: adam
  Cc: benjamin.tissoires, kt.liao, dshanty, robh, jackxviichaos,
	ben.hutchings, gregkh, linux-input, linux-kernel

On Thu, Nov 29, 2018 at 12:38:24PM -0500, adam@adamwong.me wrote:
> From: Adam Wong <adam@adamwong.me>
> 
> Added the ability to detect the ELAN0621 touchpad found in some Lenovo
> laptops.
> 
> Signed-off-by: Adam Wong <adam@adamwong.me>

Applied, thank you.

> ---
>  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 b0f9d19b3410..a84362d0c99d 100644
> --- a/drivers/input/mouse/elan_i2c_core.c
> +++ b/drivers/input/mouse/elan_i2c_core.c
> @@ -1348,6 +1348,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
>  	{ "ELAN0618", 0 },
>  	{ "ELAN061C", 0 },
>  	{ "ELAN061D", 0 },
> +	{ "ELAN0621", 0 },
>  	{ "ELAN0622", 0 },
>  	{ "ELAN1000", 0 },
>  	{ }
> -- 
> 2.17.1
> 

-- 
Dmitry

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] Input: mouse: elan_i2c_core: Added support for ELAN0621 touchpad.
@ 2018-11-29 17:38 adam
  2018-11-29 18:06 ` Dmitry Torokhov
  0 siblings, 1 reply; 6+ messages in thread
From: adam @ 2018-11-29 17:38 UTC (permalink / raw)
  To: dmitry.torokhov
  Cc: benjamin.tissoires, kt.liao, dshanty, robh, jackxviichaos,
	ben.hutchings, gregkh, linux-input, linux-kernel, Adam Wong

From: Adam Wong <adam@adamwong.me>

Added the ability to detect the ELAN0621 touchpad found in some Lenovo
laptops.

Signed-off-by: Adam Wong <adam@adamwong.me>
---
 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 b0f9d19b3410..a84362d0c99d 100644
--- a/drivers/input/mouse/elan_i2c_core.c
+++ b/drivers/input/mouse/elan_i2c_core.c
@@ -1348,6 +1348,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
 	{ "ELAN0618", 0 },
 	{ "ELAN061C", 0 },
 	{ "ELAN061D", 0 },
+	{ "ELAN0621", 0 },
 	{ "ELAN0622", 0 },
 	{ "ELAN1000", 0 },
 	{ }
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH] Input: mouse: elan_i2c_core: Added support for ELAN0621 touchpad.
  2018-11-28 21:20 adam
@ 2018-11-29  7:50 ` Greg KH
  0 siblings, 0 replies; 6+ messages in thread
From: Greg KH @ 2018-11-29  7:50 UTC (permalink / raw)
  To: adam
  Cc: dmitry.torokhov, benjamin.tissoires, kt.liao, dshanty, robh,
	jackxviichaos, ben.hutchings, linux-input, linux-kernel

On Wed, Nov 28, 2018 at 04:20:01PM -0500, adam@adamwong.me wrote:
> From: TheWongGuy <adam@adamwong.me>

This name, does not match:

> Signed-off-by: Adam Wong <adam@adamwong.me>

That name :(

Please fix.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] Input: mouse: elan_i2c_core: Added support for ELAN0621 touchpad.
@ 2018-11-28 21:20 adam
  2018-11-29  7:50 ` Greg KH
  0 siblings, 1 reply; 6+ messages in thread
From: adam @ 2018-11-28 21:20 UTC (permalink / raw)
  To: dmitry.torokhov
  Cc: benjamin.tissoires, kt.liao, dshanty, robh, jackxviichaos,
	ben.hutchings, gregkh, linux-input, linux-kernel, TheWongGuy

From: TheWongGuy <adam@adamwong.me>

Added the ability to detect the ELAN0621 touchpad found in some Lenovo
laptops.

Signed-off-by: Adam Wong <adam@adamwong.me>
---
 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 b0f9d19b3410..a84362d0c99d 100644
--- a/drivers/input/mouse/elan_i2c_core.c
+++ b/drivers/input/mouse/elan_i2c_core.c
@@ -1348,6 +1348,7 @@ static const struct acpi_device_id elan_acpi_id[] = {
 	{ "ELAN0618", 0 },
 	{ "ELAN061C", 0 },
 	{ "ELAN061D", 0 },
+	{ "ELAN0621", 0 },
 	{ "ELAN0622", 0 },
 	{ "ELAN1000", 0 },
 	{ }
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-11-29 18:06 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-29 16:30 [PATCH] Input: mouse: elan_i2c_core: Added support for ELAN0621 touchpad adam
2018-11-29 17:11 ` Greg KH
  -- strict thread matches above, loose matches on Subject: below --
2018-11-29 17:38 adam
2018-11-29 18:06 ` Dmitry Torokhov
2018-11-28 21:20 adam
2018-11-29  7:50 ` Greg KH

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).