linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] Input: synaptics - enable SMBus for HP 15-ay000 (SYN3221).
@ 2018-11-16  4:04 Teika Kazura
  2018-11-16  7:46 ` Benjamin Tissoires
  2018-12-03 19:26 ` Dmitry Torokhov
  0 siblings, 2 replies; 3+ messages in thread
From: Teika Kazura @ 2018-11-16  4:04 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-input, linux-kernel, Benjamin Tissoires

SMBus works fine for the touchpad with id SYN3221, used in the HP 15-ay000 series,

This device has been reported in these messages in the "linux-input" mailing list:
* https://marc.info/?l=linux-input&m=152016683003369&w=2
* https://www.spinics.net/lists/linux-input/msg52525.html

Reported-by: Nitesh Debnath <niteshkd1999@gmail.com>
Reported-by: Teika Kazura <teika@gmx.com>
Signed-off-by: Teika Kazura <teika@gmx.com>
---
 drivers/input/mouse/synaptics.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
index 55d33500d5..591b776f22 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -179,6 +179,7 @@ static const char * const smbus_pnp_ids[] = {
 	"LEN0096", /* X280 */
 	"LEN0097", /* X280 -> ALPS trackpoint */
 	"LEN200f", /* T450s */
+	"SYN3221", /* HP 15-ay000 */
 	NULL
 };

--
2.18.1

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

* Re: [PATCH 1/1] Input: synaptics - enable SMBus for HP 15-ay000 (SYN3221).
  2018-11-16  4:04 [PATCH 1/1] Input: synaptics - enable SMBus for HP 15-ay000 (SYN3221) Teika Kazura
@ 2018-11-16  7:46 ` Benjamin Tissoires
  2018-12-03 19:26 ` Dmitry Torokhov
  1 sibling, 0 replies; 3+ messages in thread
From: Benjamin Tissoires @ 2018-11-16  7:46 UTC (permalink / raw)
  To: Teika Kazura; +Cc: Dmitry Torokhov, open list:HID CORE LAYER, lkml

On Fri, Nov 16, 2018 at 6:00 AM Teika Kazura <teika@gmx.com> wrote:
>
> SMBus works fine for the touchpad with id SYN3221, used in the HP 15-ay000 series,

Nice.

Thanks for the patch.

Reviewed-by: Benjamin Tissoires <benjamin.tissoires@redhat.com>

Cheers,
Benjamin

>
> This device has been reported in these messages in the "linux-input" mailing list:
> * https://marc.info/?l=linux-input&m=152016683003369&w=2
> * https://www.spinics.net/lists/linux-input/msg52525.html
>
> Reported-by: Nitesh Debnath <niteshkd1999@gmail.com>
> Reported-by: Teika Kazura <teika@gmx.com>
> Signed-off-by: Teika Kazura <teika@gmx.com>
> ---
>  drivers/input/mouse/synaptics.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
> index 55d33500d5..591b776f22 100644
> --- a/drivers/input/mouse/synaptics.c
> +++ b/drivers/input/mouse/synaptics.c
> @@ -179,6 +179,7 @@ static const char * const smbus_pnp_ids[] = {
>         "LEN0096", /* X280 */
>         "LEN0097", /* X280 -> ALPS trackpoint */
>         "LEN200f", /* T450s */
> +       "SYN3221", /* HP 15-ay000 */
>         NULL
>  };
>
> --
> 2.18.1

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

* Re: [PATCH 1/1] Input: synaptics - enable SMBus for HP 15-ay000 (SYN3221).
  2018-11-16  4:04 [PATCH 1/1] Input: synaptics - enable SMBus for HP 15-ay000 (SYN3221) Teika Kazura
  2018-11-16  7:46 ` Benjamin Tissoires
@ 2018-12-03 19:26 ` Dmitry Torokhov
  1 sibling, 0 replies; 3+ messages in thread
From: Dmitry Torokhov @ 2018-12-03 19:26 UTC (permalink / raw)
  To: Teika Kazura; +Cc: linux-input, linux-kernel, Benjamin Tissoires

On Fri, Nov 16, 2018 at 01:04:59PM +0900, Teika Kazura wrote:
> SMBus works fine for the touchpad with id SYN3221, used in the HP 15-ay000 series,
> 
> This device has been reported in these messages in the "linux-input" mailing list:
> * https://marc.info/?l=linux-input&m=152016683003369&w=2
> * https://www.spinics.net/lists/linux-input/msg52525.html
> 
> Reported-by: Nitesh Debnath <niteshkd1999@gmail.com>
> Reported-by: Teika Kazura <teika@gmx.com>
> Signed-off-by: Teika Kazura <teika@gmx.com>

Applied, thank you.

> ---
>  drivers/input/mouse/synaptics.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
> index 55d33500d5..591b776f22 100644
> --- a/drivers/input/mouse/synaptics.c
> +++ b/drivers/input/mouse/synaptics.c
> @@ -179,6 +179,7 @@ static const char * const smbus_pnp_ids[] = {
>  	"LEN0096", /* X280 */
>  	"LEN0097", /* X280 -> ALPS trackpoint */
>  	"LEN200f", /* T450s */
> +	"SYN3221", /* HP 15-ay000 */
>  	NULL
>  };
> 
> --
> 2.18.1

-- 
Dmitry

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

end of thread, other threads:[~2018-12-03 19:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-16  4:04 [PATCH 1/1] Input: synaptics - enable SMBus for HP 15-ay000 (SYN3221) Teika Kazura
2018-11-16  7:46 ` Benjamin Tissoires
2018-12-03 19:26 ` 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).