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
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.
>
--
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
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
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
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
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
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
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
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
>
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:
>
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
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
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
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
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'
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
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
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
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
>
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
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
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
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
> > > >
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
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
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
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
>
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,
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
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
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
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
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
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
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
36 matches
Mail list logo