Re: [PATCH] Input: trackpoint: add new trackpoint firmware ID

2017-02-13 Thread Dmitry Torokhov
On Mon, Feb 13, 2017 at 04:30:02PM -0800, Andrew Duggan wrote: > On 02/12/2017 02:38 PM, Dmitry Torokhov wrote: > >On Fri, Feb 10, 2017 at 11:02:21AM +0800, Aaron Ma wrote: > >>Synaptics add new TP firmware ID: 0x2 and 0x3, for now both lower 2 bits > >>are indicated as TP. Change the constant to b

Re: [PATCH] Input: trackpoint: add new trackpoint firmware ID

2017-02-13 Thread Andrew Duggan
On 02/12/2017 02:38 PM, Dmitry Torokhov wrote: On Fri, Feb 10, 2017 at 11:02:21AM +0800, Aaron Ma wrote: Synaptics add new TP firmware ID: 0x2 and 0x3, for now both lower 2 bits are indicated as TP. Change the constant to bitwise values. Hmm, I thought IBM/Lenovo owned trackpoint support... And

Re: [PATCH] Input: trackpoint: add new trackpoint firmware ID

2017-02-12 Thread Aaron Ma
On 02/13/2017 06:38 AM, Dmitry Torokhov wrote: > On Fri, Feb 10, 2017 at 11:02:21AM +0800, Aaron Ma wrote: >> Synaptics add new TP firmware ID: 0x2 and 0x3, for now both lower 2 bits >> are indicated as TP. Change the constant to bitwise values. > > Hmm, I thought IBM/Lenovo owned trackpoint sup

Re: [PATCH] Input: trackpoint: add new trackpoint firmware ID

2017-02-12 Thread Dmitry Torokhov
On Fri, Feb 10, 2017 at 11:02:21AM +0800, Aaron Ma wrote: > Synaptics add new TP firmware ID: 0x2 and 0x3, for now both lower 2 bits > are indicated as TP. Change the constant to bitwise values. Hmm, I thought IBM/Lenovo owned trackpoint support... Andrew, is it yours now? Aaron, what devices hav

[PATCH] Input: trackpoint: add new trackpoint firmware ID

2017-02-09 Thread Aaron Ma
Synaptics add new TP firmware ID: 0x2 and 0x3, for now both lower 2 bits are indicated as TP. Change the constant to bitwise values. Signed-off-by: Aaron Ma Cc: sta...@vger.kernel.org --- drivers/input/mouse/trackpoint.c | 3 ++- drivers/input/mouse/trackpoint.h | 3 ++- 2 files changed, 4 inser