All of lore.kernel.org
 help / color / mirror / Atom feed
* Input: synaptics - enable SMBus on ThinkPad L470
@ 2020-02-07 18:50 Gaurav Agrawal
  2020-02-14  1:07 ` Dmitry Torokhov
  0 siblings, 1 reply; 2+ messages in thread
From: Gaurav Agrawal @ 2020-02-07 18:50 UTC (permalink / raw)
  To: linux-input; +Cc: benjamin.tissoires, dmitry.torokhov

Add touchpad LEN2044 to the list, as it is capable of working with
psmouse.synaptics_intertouch=1

Signed-off-by: Gaurav Agrawal <agrawalgaurav@gnome.org>
---
 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 1ae6f8bba9ae1..6947772cfc405 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -179,6 +179,7 @@ static const char * const smbus_pnp_ids[] = {
     "LEN0097", /* X280 -> ALPS trackpoint */
     "LEN009b", /* T580 */
     "LEN200f", /* T450s */
+    "LEN2044", /* L470  */
     "LEN2054", /* E480 */
     "LEN2055", /* E580 */
     "SYN3052", /* HP EliteBook 840 G4 */

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

* Re: Input: synaptics - enable SMBus on ThinkPad L470
  2020-02-07 18:50 Input: synaptics - enable SMBus on ThinkPad L470 Gaurav Agrawal
@ 2020-02-14  1:07 ` Dmitry Torokhov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Torokhov @ 2020-02-14  1:07 UTC (permalink / raw)
  To: Gaurav Agrawal; +Cc: linux-input, benjamin.tissoires

On Sat, Feb 08, 2020 at 12:20:16AM +0530, Gaurav Agrawal wrote:
> Add touchpad LEN2044 to the list, as it is capable of working with
> psmouse.synaptics_intertouch=1
> 
> Signed-off-by: Gaurav Agrawal <agrawalgaurav@gnome.org>

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 1ae6f8bba9ae1..6947772cfc405 100644
> --- a/drivers/input/mouse/synaptics.c
> +++ b/drivers/input/mouse/synaptics.c
> @@ -179,6 +179,7 @@ static const char * const smbus_pnp_ids[] = {
>      "LEN0097", /* X280 -> ALPS trackpoint */
>      "LEN009b", /* T580 */
>      "LEN200f", /* T450s */
> +    "LEN2044", /* L470  */
>      "LEN2054", /* E480 */
>      "LEN2055", /* E580 */
>      "SYN3052", /* HP EliteBook 840 G4 */

-- 
Dmitry

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

end of thread, other threads:[~2020-02-14  1:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-07 18:50 Input: synaptics - enable SMBus on ThinkPad L470 Gaurav Agrawal
2020-02-14  1:07 ` 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.