All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] input/mouse/elantech.c: Fix Lenovo version typo
@ 2016-08-23  0:56 Marcos Paulo de Souza
  2016-09-25 11:21 ` Marcos Paulo de Souza
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Marcos Paulo de Souza @ 2016-08-23  0:56 UTC (permalink / raw)
  To: linux-input, ulrik.debie-os; +Cc: Marcos Paulo de Souza

Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
Reviewed-by: Ulrik De Bie <ulrik.debie-os@e2big.org>

---
Just forgot to add the SoB in the first version.

 drivers/input/mouse/elantech.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/mouse/elantech.c b/drivers/input/mouse/elantech.c
index 08e252a..1b51961 100644
--- a/drivers/input/mouse/elantech.c
+++ b/drivers/input/mouse/elantech.c
@@ -1134,7 +1134,7 @@ static int elantech_get_resolution_v4(struct psmouse *psmouse,
  * System76 Pangolin       0x250f01        ?               2 hw buttons
  * (*) + 3 trackpoint buttons
  * (**) + 0 trackpoint buttons
- * Note: Lenovo L430 and Lenovo L430 have the same fw_version/caps
+ * Note: Lenovo L430 and Lenovo L530 have the same fw_version/caps
  */
 static void elantech_set_buttonpad_prop(struct psmouse *psmouse)
 {
-- 
2.7.4


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

* Re: [PATCH v2] input/mouse/elantech.c: Fix Lenovo version typo
  2016-08-23  0:56 [PATCH v2] input/mouse/elantech.c: Fix Lenovo version typo Marcos Paulo de Souza
@ 2016-09-25 11:21 ` Marcos Paulo de Souza
  2016-10-03 23:36 ` Marcos Paulo de Souza
  2016-10-03 23:46 ` Dmitry Torokhov
  2 siblings, 0 replies; 4+ messages in thread
From: Marcos Paulo de Souza @ 2016-09-25 11:21 UTC (permalink / raw)
  To: linux-input, ulrik.debie-os

ping?

On Mon, Aug 22, 2016 at 09:56:32PM -0300, Marcos Paulo de Souza wrote:
> Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
> Reviewed-by: Ulrik De Bie <ulrik.debie-os@e2big.org>
> 
> ---
> Just forgot to add the SoB in the first version.
> 
>  drivers/input/mouse/elantech.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/input/mouse/elantech.c b/drivers/input/mouse/elantech.c
> index 08e252a..1b51961 100644
> --- a/drivers/input/mouse/elantech.c
> +++ b/drivers/input/mouse/elantech.c
> @@ -1134,7 +1134,7 @@ static int elantech_get_resolution_v4(struct psmouse *psmouse,
>   * System76 Pangolin       0x250f01        ?               2 hw buttons
>   * (*) + 3 trackpoint buttons
>   * (**) + 0 trackpoint buttons
> - * Note: Lenovo L430 and Lenovo L430 have the same fw_version/caps
> + * Note: Lenovo L430 and Lenovo L530 have the same fw_version/caps
>   */
>  static void elantech_set_buttonpad_prop(struct psmouse *psmouse)
>  {
> -- 
> 2.7.4
> 

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

* Re: [PATCH v2] input/mouse/elantech.c: Fix Lenovo version typo
  2016-08-23  0:56 [PATCH v2] input/mouse/elantech.c: Fix Lenovo version typo Marcos Paulo de Souza
  2016-09-25 11:21 ` Marcos Paulo de Souza
@ 2016-10-03 23:36 ` Marcos Paulo de Souza
  2016-10-03 23:46 ` Dmitry Torokhov
  2 siblings, 0 replies; 4+ messages in thread
From: Marcos Paulo de Souza @ 2016-10-03 23:36 UTC (permalink / raw)
  To: linux-input, ulrik.debie-os, linux-kernel; +Cc: dmitry.torokhov

ping?

On Mon, Aug 22, 2016 at 09:56:32PM -0300, Marcos Paulo de Souza wrote:
> Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
> Reviewed-by: Ulrik De Bie <ulrik.debie-os@e2big.org>
> 
> ---
> Just forgot to add the SoB in the first version.
> 
>  drivers/input/mouse/elantech.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/input/mouse/elantech.c b/drivers/input/mouse/elantech.c
> index 08e252a..1b51961 100644
> --- a/drivers/input/mouse/elantech.c
> +++ b/drivers/input/mouse/elantech.c
> @@ -1134,7 +1134,7 @@ static int elantech_get_resolution_v4(struct psmouse *psmouse,
>   * System76 Pangolin       0x250f01        ?               2 hw buttons
>   * (*) + 3 trackpoint buttons
>   * (**) + 0 trackpoint buttons
> - * Note: Lenovo L430 and Lenovo L430 have the same fw_version/caps
> + * Note: Lenovo L430 and Lenovo L530 have the same fw_version/caps
>   */
>  static void elantech_set_buttonpad_prop(struct psmouse *psmouse)
>  {
> -- 
> 2.7.4
> 

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

* Re: [PATCH v2] input/mouse/elantech.c: Fix Lenovo version typo
  2016-08-23  0:56 [PATCH v2] input/mouse/elantech.c: Fix Lenovo version typo Marcos Paulo de Souza
  2016-09-25 11:21 ` Marcos Paulo de Souza
  2016-10-03 23:36 ` Marcos Paulo de Souza
@ 2016-10-03 23:46 ` Dmitry Torokhov
  2 siblings, 0 replies; 4+ messages in thread
From: Dmitry Torokhov @ 2016-10-03 23:46 UTC (permalink / raw)
  To: Marcos Paulo de Souza; +Cc: linux-input, ulrik.debie-os

On Mon, Aug 22, 2016 at 09:56:32PM -0300, Marcos Paulo de Souza wrote:
> Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com>
> Reviewed-by: Ulrik De Bie <ulrik.debie-os@e2big.org>
> 
> ---
> Just forgot to add the SoB in the first version.

Applied, thank you.

> 
>  drivers/input/mouse/elantech.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/input/mouse/elantech.c b/drivers/input/mouse/elantech.c
> index 08e252a..1b51961 100644
> --- a/drivers/input/mouse/elantech.c
> +++ b/drivers/input/mouse/elantech.c
> @@ -1134,7 +1134,7 @@ static int elantech_get_resolution_v4(struct psmouse *psmouse,
>   * System76 Pangolin       0x250f01        ?               2 hw buttons
>   * (*) + 3 trackpoint buttons
>   * (**) + 0 trackpoint buttons
> - * Note: Lenovo L430 and Lenovo L430 have the same fw_version/caps
> + * Note: Lenovo L430 and Lenovo L530 have the same fw_version/caps
>   */
>  static void elantech_set_buttonpad_prop(struct psmouse *psmouse)
>  {
> -- 
> 2.7.4
> 
> --
> 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

-- 
Dmitry

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

end of thread, other threads:[~2016-10-03 23:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-23  0:56 [PATCH v2] input/mouse/elantech.c: Fix Lenovo version typo Marcos Paulo de Souza
2016-09-25 11:21 ` Marcos Paulo de Souza
2016-10-03 23:36 ` Marcos Paulo de Souza
2016-10-03 23:46 ` Dmitry Torokhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.