Re: Call For Testers: Synaptics touchpads

2015-04-25 Thread Tomoaki AOKI
is patch can be applied to 10.1 RELEASE? > > > > > > > > -- > > View this message in context: > > http://freebsd.1045724.n5.nabble.com/Call-For-Testers-Synaptics-touchpads-tp6003555p6007628.html > > Sent from the freebsd-current mailing list archive at

Re: Call For Testers: Synaptics touchpads

2015-04-25 Thread Tomoaki AOKI
Do you know if this patch can be applied to 10.1 RELEASE? > > > > -- > View this message in context: > http://freebsd.1045724.n5.nabble.com/Call-For-Testers-Synaptics-touchpads-tp6003555p6007628.html > Sent from the freebsd-current mailing list archive at Nabble.com. >

Re: Call For Testers: Synaptics touchpads

2015-04-25 Thread r00ster
-- View this message in context: http://freebsd.1045724.n5.nabble.com/Call-For-Testers-Synaptics-touchpads-tp6003555p6007638.html Sent from the freebsd-current mailing list archive at Nabble.com. ___ freebsd-current@freebsd.org mailing list http://li

Re: Call For Testers: Synaptics touchpads

2015-04-25 Thread r00ster
Do you know if this patch can be applied to 10.1 RELEASE? -- View this message in context: http://freebsd.1045724.n5.nabble.com/Call-For-Testers-Synaptics-touchpads-tp6003555p6007628.html Sent from the freebsd-current mailing list archive at Nabble.com

Re: Call For Testers: Synaptics touchpads

2015-04-19 Thread Jan Kokemüller
On 08.04.2015 09:19, Rui Paulo wrote: The attached patch adds support for newer touchpad features and implements two finger scrolling. Hi, thanks for bringing two finger scrolling to the psm driver! I've attached a patch of some more improvements and fixes. I hope some of this stuff can make

Re: Call For Testers: Synaptics touchpads

2015-04-14 Thread Rui Paulo
On Tuesday 14 April 2015 23:39:58 Jakob Alvermark wrote: > On Tue, April 14, 2015 18:56, Rui Paulo wrote: > > On Monday 13 April 2015 21:23:58 Jakob Alvermark wrote: > >> Just tried booting the old kernel, and yes, only button 2 events gets > >> sent. With the new driver, I get both button 1 and 2

Re: Call For Testers: Synaptics touchpads

2015-04-14 Thread Jakob Alvermark
On Tue, April 14, 2015 18:56, Rui Paulo wrote: > On Monday 13 April 2015 21:23:58 Jakob Alvermark wrote: > >> Just tried booting the old kernel, and yes, only button 2 events gets >> sent. With the new driver, I get both button 1 and 2 events... >> > > Can you send me the boot time log with debug.p

Re: Call For Testers: Synaptics touchpads

2015-04-14 Thread Rui Paulo
On Monday 13 April 2015 21:23:58 Jakob Alvermark wrote: > Just tried booting the old kernel, and yes, only button 2 events gets sent. > With the new driver, I get both button 1 and 2 events... Can you send me the boot time log with debug.psm.loglevel=10? Then send me the log when you press the b

Re: Call For Testers: Synaptics touchpads

2015-04-13 Thread Jakob Alvermark
Sorry for not replying earlier, other things got in the way. I noticed the second patch was committed. Anyway here is some feedback: On Wed, April 8, 2015 23:58, Rui Paulo wrote: > On Wednesday 08 April 2015 22:38:33 Jakob Alvermark wrote: > >> Hi, >> >> >> Tested on my Acer E3-112 with a TouchPad

Re: Call For Testers: Synaptics touchpads

2015-04-13 Thread Lars Engels
On Fri, Apr 10, 2015 at 07:52:07PM +0200, Jan Kokemüller wrote: > > > But it would be aweseome to have both enabled. Could someone > > investigate? > > I've written a patch for this: > > https://lists.freebsd.org/pipermail/freebsd-x11/2014-November/015673.html > > With this, I can have both >

Re: Call For Testers: Synaptics touchpads

2015-04-11 Thread Lars Engels
On Fri, Apr 10, 2015 at 09:10:14AM -0700, Rui Paulo wrote: > On Friday 10 April 2015 14:22:00 Lars Engels wrote: > > On Thu, Apr 09, 2015 at 05:05:09PM -0700, Rui Paulo wrote: > > > > On Apr 9, 2015, at 14:03, Lars Engels wrote: > > > >> On Thu, Apr 09, 2015 at 01:14:18PM -0700, Rui Paulo wrote: >

Re: Call For Testers: Synaptics touchpads

2015-04-10 Thread Eitan Adler
On 9 April 2015 at 04:14, David Demelier wrote: >> Please test it and report back your experience. To enable synaptics >> support, >> you need: >> >> hw.psm.synaptics_support=1 > > > I strongly suggest to enable this by default, it will prevent lot of users > having headaches seeking why their to

Re: Call For Testers: Synaptics touchpads

2015-04-10 Thread Rui Paulo
On Apr 10, 2015, at 10:52 AM, Jan Kokemüller wrote: But it would be aweseome to have both enabled. Could someone investigate? I've written a patch for this: https://lists.freebsd.org/pipermail/freebsd-x11/2014-November/015673.html With this, I can have both hw.psm.synaptics_support="1" hw.p

Re: Call For Testers: Synaptics touchpads

2015-04-09 Thread Rui Paulo
On Wednesday 08 April 2015 22:38:33 Jakob Alvermark wrote: > > It does feel like it sometimes gets stuck in scrolling mode. When trying > to move the pointer just after having scrolled, it scrolls even using just > one finger. Please try the following patch. -- Rui Paulocommit 3896bb6cfdf0bde90

Re: Call For Testers: Synaptics touchpads

2015-04-09 Thread Lars Engels
On Thu, Apr 09, 2015 at 01:14:18PM -0700, Rui Paulo wrote: > On Thursday 09 April 2015 15:41:59 Lars Engels wrote: > > But it would be aweseome to have both enabled. Could someone > > investigate? > > I don't know how that can work since every time I run the enable_trackpoint() > routine on my ps

Re: Call For Testers: Synaptics touchpads

2015-04-09 Thread Rui Paulo
On Thursday 09 April 2015 15:41:59 Lars Engels wrote: > But it would be aweseome to have both enabled. Could someone > investigate? I don't know how that can work since every time I run the enable_trackpoint() routine on my psm device, it cannot complete the initialisation routine. Maybe there'

Re: Call For Testers: Synaptics touchpads

2015-04-09 Thread Rui Paulo
On Thursday 09 April 2015 13:14:49 David Demelier wrote: > Le 08/04/2015 09:19, Rui Paulo a écrit : > > Hi, > > > > The attached patch adds support for newer touchpad features and implements > > two finger scrolling. This is such a common feature these days that I > > think we should enable it by

Re: Call For Testers: Synaptics touchpads

2015-04-09 Thread Rui Paulo
On Thursday 09 April 2015 13:35:12 Gustau Pérez wrote: > On 08/04/2015 09:19, Rui Paulo wrote: > > Hi, > > > > The attached patch adds support for newer touchpad features and implements > > two finger scrolling. This is such a common feature these days that I > > think we should enable it by defa

Re: Call For Testers: Synaptics touchpads

2015-04-09 Thread Lars Engels
On Thu, Apr 09, 2015 at 01:14:49PM +0200, David Demelier wrote: > Le 08/04/2015 09:19, Rui Paulo a écrit : > > Hi, > > > > The attached patch adds support for newer touchpad features and implements > > two > > finger scrolling. This is such a common feature these days that I think we > > should e

Re: Call For Testers: Synaptics touchpads

2015-04-09 Thread Gustau Pérez
On 08/04/2015 09:19, Rui Paulo wrote: > Hi, > > The attached patch adds support for newer touchpad features and implements > two > finger scrolling. This is such a common feature these days that I think we > should enable it by default and disable edge scrolling. I've implemented > some >

Re: Call For Testers: Synaptics touchpads

2015-04-09 Thread Rui Paulo
On Thursday 09 April 2015 10:00:40 Sergey V. Dyatko wrote: > On Wed, 08 Apr 2015 23:27:28 -0700 > > Rui Paulo wrote: > > On Thursday 09 April 2015 09:10:52 Sergey V. Dyatko wrote: > > > On Wed, 08 Apr 2015 00:19:45 -0700 > > > > > > Rui Paulo wrote: > > > > Hi, > > > > > > > > The attached pat

Re: Call For Testers: Synaptics touchpads

2015-04-09 Thread Rui Paulo
On Thursday 09 April 2015 09:10:52 Sergey V. Dyatko wrote: > On Wed, 08 Apr 2015 00:19:45 -0700 > > Rui Paulo wrote: > > Hi, > > > > The attached patch adds support for newer touchpad features and implements > > two finger scrolling. This is such a common feature these days that I > > think we

Re: Call For Testers: Synaptics touchpads

2015-04-09 Thread David Demelier
Le 08/04/2015 09:19, Rui Paulo a écrit : Hi, The attached patch adds support for newer touchpad features and implements two finger scrolling. This is such a common feature these days that I think we should enable it by default and disable edge scrolling. I've implemented some detection code to

Re: Call For Testers: Synaptics touchpads

2015-04-09 Thread Sergey V. Dyatko
On Thu, 09 Apr 2015 00:21:10 -0700 Rui Paulo wrote: > On Thursday 09 April 2015 10:00:40 Sergey V. Dyatko wrote: > > On Wed, 08 Apr 2015 23:27:28 -0700 > > > > Rui Paulo wrote: > > > On Thursday 09 April 2015 09:10:52 Sergey V. Dyatko wrote: > > > > On Wed, 08 Apr 2015 00:19:45 -0700 > > > >

Re: Call For Testers: Synaptics touchpads

2015-04-09 Thread Sergey V. Dyatko
On Wed, 08 Apr 2015 23:27:28 -0700 Rui Paulo wrote: > On Thursday 09 April 2015 09:10:52 Sergey V. Dyatko wrote: > > On Wed, 08 Apr 2015 00:19:45 -0700 > > > > Rui Paulo wrote: > > > Hi, > > > > > > The attached patch adds support for newer touchpad features and implements > > > two finger sc

Re: Call For Testers: Synaptics touchpads

2015-04-08 Thread Sergey V. Dyatko
On Wed, 08 Apr 2015 00:19:45 -0700 Rui Paulo wrote: > Hi, > > The attached patch adds support for newer touchpad features and implements > two finger scrolling. This is such a common feature these days that I think > we should enable it by default and disable edge scrolling. I've implemented

Re: Call For Testers: Synaptics touchpads

2015-04-08 Thread Rui Paulo
On Wednesday 08 April 2015 22:38:33 Jakob Alvermark wrote: > Hi, > > Tested on my Acer E3-112 with a TouchPad. > > It works, thank you! > > I have been missing two-finger scrolling, it was quite awkward using edge > scrolling IMHO. > > It does feel like it sometimes gets stuck in scrolling mode

Re: Call For Testers: Synaptics touchpads

2015-04-08 Thread Jakob Alvermark
On Wed, April 8, 2015 09:19, Rui Paulo wrote: > Hi, > > > The attached patch adds support for newer touchpad features and > implements two finger scrolling. This is such a common feature these days > that I think we should enable it by default and disable edge scrolling. > I've implemented some >

Re: Call For Testers: Synaptics touchpads

2015-04-08 Thread Shawn Webb
On Apr 8, 2015 4:27 PM, "Lars Engels" wrote: > > On Wed, Apr 08, 2015 at 01:32:06PM -0400, Shawn Webb wrote: > > On Wed, 2015-04-08 at 09:19 -0700, Rui Paulo wrote: > > > On Wednesday 08 April 2015 09:13:51 Shawn Webb wrote: > > > > On Wed, 2015-04-08 at 00:19 -0700, Rui Paulo wrote: > > > > > Hi,

Re: Call For Testers: Synaptics touchpads

2015-04-08 Thread Lars Engels
On Wed, Apr 08, 2015 at 01:32:06PM -0400, Shawn Webb wrote: > On Wed, 2015-04-08 at 09:19 -0700, Rui Paulo wrote: > > On Wednesday 08 April 2015 09:13:51 Shawn Webb wrote: > > > On Wed, 2015-04-08 at 00:19 -0700, Rui Paulo wrote: > > > > Hi, > > > > > > > > The attached patch adds support for newe

Re: Call For Testers: Synaptics touchpads

2015-04-08 Thread Shawn Webb
On Wed, 2015-04-08 at 09:19 -0700, Rui Paulo wrote: > On Wednesday 08 April 2015 09:13:51 Shawn Webb wrote: > > On Wed, 2015-04-08 at 00:19 -0700, Rui Paulo wrote: > > > Hi, > > > > > > The attached patch adds support for newer touchpad features and implements > > > two finger scrolling. This is

Re: Call For Testers: Synaptics touchpads

2015-04-08 Thread Rui Paulo
On Wednesday 08 April 2015 17:04:41 Oliver Pinter wrote: > Is there any special settings / requirements for xorg.conf to enable > the palm detection and similar features? No, it's done in the kernel. See sysctl hw.psm. -- Rui Paulo ___ freebsd-current

Re: Call For Testers: Synaptics touchpads

2015-04-08 Thread Rui Paulo
On Wednesday 08 April 2015 09:13:51 Shawn Webb wrote: > On Wed, 2015-04-08 at 00:19 -0700, Rui Paulo wrote: > > Hi, > > > > The attached patch adds support for newer touchpad features and implements > > two finger scrolling. This is such a common feature these days that I > > think we should enab

Re: Call For Testers: Synaptics touchpads

2015-04-08 Thread Oliver Pinter
Is there any special settings / requirements for xorg.conf to enable the palm detection and similar features? On Wed, Apr 8, 2015 at 3:13 PM, Shawn Webb wrote: > On Wed, 2015-04-08 at 00:19 -0700, Rui Paulo wrote: >> Hi, >> >> The attached patch adds support for newer touchpad features and implem

Re: Call For Testers: Synaptics touchpads

2015-04-08 Thread Shawn Webb
On Wed, 2015-04-08 at 00:19 -0700, Rui Paulo wrote: > Hi, > > The attached patch adds support for newer touchpad features and implements > two > finger scrolling. This is such a common feature these days that I think we > should enable it by default and disable edge scrolling. I've implemente

Call For Testers: Synaptics touchpads

2015-04-08 Thread Rui Paulo
Hi, The attached patch adds support for newer touchpad features and implements two finger scrolling. This is such a common feature these days that I think we should enable it by default and disable edge scrolling. I've implemented some detection code to keep edge scrolling enabled when the to