Re: [PATCH] Fix Alps Touchpad two finger scroll does not work on right side

2017-08-15 Thread Takashi Iwai
On Mon, 31 Jul 2017 14:10:29 +0200, Takashi Iwai wrote: > > On Fri, 21 Jul 2017 08:53:05 +0200, > Takashi Iwai wrote: > > > > On Fri, 21 Jul 2017 02:27:30 +0200, > > Masaki Ota wrote: > > > > > > From: Masaki Ota > > > > > > Fixed the issue that two finger scroll does

Re: [PATCH] Fix Alps Touchpad two finger scroll does not work on right side

2017-08-15 Thread Takashi Iwai
On Mon, 31 Jul 2017 14:10:29 +0200, Takashi Iwai wrote: > > On Fri, 21 Jul 2017 08:53:05 +0200, > Takashi Iwai wrote: > > > > On Fri, 21 Jul 2017 02:27:30 +0200, > > Masaki Ota wrote: > > > > > > From: Masaki Ota > > > > > > Fixed the issue that two finger scroll does not work correctly > > >

Re: [PATCH] Fix Alps Touchpad two finger scroll does not work on right side

2017-07-31 Thread Takashi Iwai
On Fri, 21 Jul 2017 08:53:05 +0200, Takashi Iwai wrote: > > On Fri, 21 Jul 2017 02:27:30 +0200, > Masaki Ota wrote: > > > > From: Masaki Ota > > > > Fixed the issue that two finger scroll does not work correctly > > on V8 protocol. The cause is that V8 protocol

Re: [PATCH] Fix Alps Touchpad two finger scroll does not work on right side

2017-07-31 Thread Takashi Iwai
On Fri, 21 Jul 2017 08:53:05 +0200, Takashi Iwai wrote: > > On Fri, 21 Jul 2017 02:27:30 +0200, > Masaki Ota wrote: > > > > From: Masaki Ota > > > > Fixed the issue that two finger scroll does not work correctly > > on V8 protocol. The cause is that V8 protocol X-coordinate decode > > is wrong

Re: [PATCH] Fix Alps Touchpad two finger scroll does not work on right side

2017-07-22 Thread Paul Donohue
Tested-by: Paul Donohue On Fri, Jul 21, 2017 at 09:27:30AM +0900, Masaki Ota wrote: > From: Masaki Ota > > Fixed the issue that two finger scroll does not work correctly > on V8 protocol. The cause is that V8 protocol X-coordinate decode > is

Re: [PATCH] Fix Alps Touchpad two finger scroll does not work on right side

2017-07-22 Thread Paul Donohue
Tested-by: Paul Donohue On Fri, Jul 21, 2017 at 09:27:30AM +0900, Masaki Ota wrote: > From: Masaki Ota > > Fixed the issue that two finger scroll does not work correctly > on V8 protocol. The cause is that V8 protocol X-coordinate decode > is wrong at SS4 PLUS device. I added SS4 PLUS X decode

Re: [PATCH] Fix Alps Touchpad two finger scroll does not work on right side

2017-07-21 Thread Takashi Iwai
On Fri, 21 Jul 2017 02:27:30 +0200, Masaki Ota wrote: > > From: Masaki Ota > > Fixed the issue that two finger scroll does not work correctly > on V8 protocol. The cause is that V8 protocol X-coordinate decode > is wrong at SS4 PLUS device. I added SS4 PLUS X decode

Re: [PATCH] Fix Alps Touchpad two finger scroll does not work on right side

2017-07-21 Thread Takashi Iwai
On Fri, 21 Jul 2017 02:27:30 +0200, Masaki Ota wrote: > > From: Masaki Ota > > Fixed the issue that two finger scroll does not work correctly > on V8 protocol. The cause is that V8 protocol X-coordinate decode > is wrong at SS4 PLUS device. I added SS4 PLUS X decode definition. > >

[PATCH] Fix Alps Touchpad two finger scroll does not work on right side

2017-07-20 Thread Masaki Ota
From: Masaki Ota Fixed the issue that two finger scroll does not work correctly on V8 protocol. The cause is that V8 protocol X-coordinate decode is wrong at SS4 PLUS device. I added SS4 PLUS X decode definition. Signed-off-by: Masaki Ota

[PATCH] Fix Alps Touchpad two finger scroll does not work on right side

2017-07-20 Thread Masaki Ota
From: Masaki Ota Fixed the issue that two finger scroll does not work correctly on V8 protocol. The cause is that V8 protocol X-coordinate decode is wrong at SS4 PLUS device. I added SS4 PLUS X decode definition. Signed-off-by: Masaki Ota Tested-by: Takashi Iwai ---