Re: [PATCH] Input: trackpoint - enable Synaptics trackpoints

2020-09-28 Thread Dmitry Torokhov
On Thu, Sep 24, 2020 at 01:30:13PM +0800, Vincent Huang wrote: > Add Synaptics IDs in trackpoint_start_protocol() to mark them as valid. > > Signed-off-by: Vincent Huang Applied, thank you. -- Dmitry

Re: [PATCH] Input: trackpoint - enable Synaptics trackpoints

2020-09-24 Thread Harry Cutts
On Thu, 24 Sep 2020 at 06:30, Vincent Huang wrote: > > Add Synaptics IDs in trackpoint_start_protocol() to mark them as valid. > > Signed-off-by: Vincent Huang Reviewed-by: Harry Cutts Tested-by: Harry Cutts Harry Cutts Chrome OS Touch/Input team > --- > drivers/input/mouse/trackpoint.c | 2

[PATCH] Input: trackpoint - enable Synaptics trackpoints

2020-09-23 Thread Vincent Huang
Add Synaptics IDs in trackpoint_start_protocol() to mark them as valid. Signed-off-by: Vincent Huang --- drivers/input/mouse/trackpoint.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/input/mouse/trackpoint.c b/drivers/input/mouse/trackpoint.c index 854d5e758724..ef2fa0905208 100