public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Input: synaptics - Enable RMI on HP Envy 13-ad105ng
@ 2020-03-07 21:35 Yussuf Khalil
  2020-03-07 22:18 ` Dmitry Torokhov
  0 siblings, 1 reply; 3+ messages in thread
From: Yussuf Khalil @ 2020-03-07 21:35 UTC (permalink / raw)
  To: Dmitry Torokhov, linux-input, linux-kernel; +Cc: Yussuf Khalil

This laptop (and perhaps other variants of the same model) reports an
SMBus-capable Synaptics touchpad. Everything (including suspend and
resume) works fine when RMI is enabled via the kernel command line, so
let's add it to the whitelist.

Signed-off-by: Yussuf Khalil <dev@pp3345.net>
---
 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 2c666fb34625..4d2036209b45 100644
--- a/drivers/input/mouse/synaptics.c
+++ b/drivers/input/mouse/synaptics.c
@@ -186,6 +186,7 @@ static const char * const smbus_pnp_ids[] = {
 	"SYN3052", /* HP EliteBook 840 G4 */
 	"SYN3221", /* HP 15-ay000 */
 	"SYN323d", /* HP Spectre X360 13-w013dx */
+	"SYN3257", /* HP Envy 13-ad105ng */
 	NULL
 };
 
-- 
2.24.1


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

* Re: [PATCH] Input: synaptics - Enable RMI on HP Envy 13-ad105ng
  2020-03-07 21:35 [PATCH] Input: synaptics - Enable RMI on HP Envy 13-ad105ng Yussuf Khalil
@ 2020-03-07 22:18 ` Dmitry Torokhov
  2020-03-07 22:39   ` Yussuf Khalil
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Torokhov @ 2020-03-07 22:18 UTC (permalink / raw)
  To: Yussuf Khalil; +Cc: linux-input, linux-kernel

Hi Yussuf,

On Sat, Mar 07, 2020 at 10:35:08PM +0100, Yussuf Khalil wrote:
> This laptop (and perhaps other variants of the same model) reports an
> SMBus-capable Synaptics touchpad. Everything (including suspend and
> resume) works fine when RMI is enabled via the kernel command line, so
> let's add it to the whitelist.

Are there issues with the touchpad when it works in the legacy (PS/2)
mode? I will be applying your patch, I just need to understand if it
needs to go into stable series, or we can just get it into 5.6 and later
versions.

Thanks!

-- 
Dmitry

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

* Re: [PATCH] Input: synaptics - Enable RMI on HP Envy 13-ad105ng
  2020-03-07 22:18 ` Dmitry Torokhov
@ 2020-03-07 22:39   ` Yussuf Khalil
  0 siblings, 0 replies; 3+ messages in thread
From: Yussuf Khalil @ 2020-03-07 22:39 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: linux-input, linux-kernel

Hi Dmitry,

I currently don't have access to the device anymore, but apart from 
missing gesture functionality, it seemed to have some issues with 
selecting text by clicking and moving the cursor when running in PS/2 
mode, so I guess it might be good to push the patch to stable.

Regards
Yussuf Khalil

> Hi Yussuf,
> 
> On Sat, Mar 07, 2020 at 10:35:08PM +0100, Yussuf Khalil wrote:
>> This laptop (and perhaps other variants of the same model) reports an
>> SMBus-capable Synaptics touchpad. Everything (including suspend and
>> resume) works fine when RMI is enabled via the kernel command line, so
>> let's add it to the whitelist.
> 
> Are there issues with the touchpad when it works in the legacy (PS/2)
> mode? I will be applying your patch, I just need to understand if it
> needs to go into stable series, or we can just get it into 5.6 and later
> versions.
> 
> Thanks!
> 

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

end of thread, other threads:[~2020-03-07 22:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-07 21:35 [PATCH] Input: synaptics - Enable RMI on HP Envy 13-ad105ng Yussuf Khalil
2020-03-07 22:18 ` Dmitry Torokhov
2020-03-07 22:39   ` Yussuf Khalil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox