Re: [PATCH 2/3] Input: synaptics - warn the users when there is a better mode

2017-05-30 Thread Benjamin Tissoires
On May 29 2017 or thereabouts, Dmitry Torokhov wrote: > On Tue, May 23, 2017 at 02:20:51PM -0700, Dmitry Torokhov wrote: > > On Tue, May 23, 2017 at 10:36:56AM +0200, Benjamin Tissoires wrote: > > > The Synaptics touchpads are now either using i2c-hid or rmi-smbus. > > > Warn the users if they are

Re: [PATCH 2/3] Input: synaptics - warn the users when there is a better mode

2017-05-29 Thread Dmitry Torokhov
On Tue, May 23, 2017 at 02:20:51PM -0700, Dmitry Torokhov wrote: > On Tue, May 23, 2017 at 10:36:56AM +0200, Benjamin Tissoires wrote: > > The Synaptics touchpads are now either using i2c-hid or rmi-smbus. > > Warn the users if they are missing the rmi-smbus modules and have no > > chance of report

Re: [PATCH 2/3] Input: synaptics - warn the users when there is a better mode

2017-05-23 Thread Dmitry Torokhov
On Tue, May 23, 2017 at 10:36:56AM +0200, Benjamin Tissoires wrote: > The Synaptics touchpads are now either using i2c-hid or rmi-smbus. > Warn the users if they are missing the rmi-smbus modules and have no > chance of reporting correct data. > > Signed-off-by: Benjamin Tissoires > --- > driver

[PATCH 2/3] Input: synaptics - warn the users when there is a better mode

2017-05-23 Thread Benjamin Tissoires
The Synaptics touchpads are now either using i2c-hid or rmi-smbus. Warn the users if they are missing the rmi-smbus modules and have no chance of reporting correct data. Signed-off-by: Benjamin Tissoires --- drivers/input/mouse/synaptics.c | 4 1 file changed, 4 insertions(+) diff --git a/