Re: Support for Elantech trackpads (common on new laptops)

2016-08-24 Thread Ben Woods
On Thursday, 16 June 2016, Ben Woods  wrote:

> Hi everyone,
>
> [Vladimir Kondratyev] has kindly submitted a patch to bring support for
> Elantech trackpads, which are common in new laptops.
>
> ... It is attached to PR205690.
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205690
>
> Could someone familiar with moused and mice drivers in
> sys/dev/atkbdc/psm.c please have a look?
>
> Thanks,
> Ben
>

Hi everyone,

Could I please ask someone who is familiar with moused and mice drivers to
have a look at this patch and consider its inclusion in FreeBSD 12-current?

A couple of people have been running this for some time now without
problems, and one synaptics user has confirm they are not seeing any
regressions in the synaptics driver with the patch applied.

Thanks,
Ben


-- 

--
From: Benjamin Woods
woods...@gmail.com
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Support for Elantech trackpads (common on new laptops)

2016-06-16 Thread Raphael 'kena' Poss
Please give credit where credit is due, the patch was originally posted here:

https://lists.freebsd.org/pipermail/freebsd-mobile/2015-September/013327.html


Adrian Chadd  schreef op 16 juni 2016 04:20:13 CEST:
>I'll test it out tonight to see if anything is regressing
>
>
>a-
>
>
>On 15 June 2016 at 16:50, Ben Woods  wrote:
>> Hi everyone,
>>
>> Raphael Poss has kindly submitted a patch to bring support for
>Elantech
>> trackpads, which are common in new laptops.
>>
>> I have tidied the patch so that it applies cleanly to 11-current (as
>of
>> r301929). It is attached to PR205690.
>> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205690
>>
>> Could someone familiar with moused and mice drivers in
>sys/dev/atkbdc/psm.c
>> please have a look?
>>
>> Thanks,
>> Ben
>>
>> --
>> From: Benjamin Woods
>> woods...@gmail.com
>> ___
>> freebsd-current@freebsd.org mailing list
>> https://lists.freebsd.org/mailman/listinfo/freebsd-current
>> To unsubscribe, send any mail to
>"freebsd-current-unsubscr...@freebsd.org"

-- 
Sent from mobile. Please excuse my brevity.
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Support for Elantech trackpads (common on new laptops)

2016-06-16 Thread Ben Woods
On Thu, Jun 16, 2016 at 11:46:41AM +0200, Ben Woods wrote:
> On Thu, Jun 16, 2016 at 09:14:20AM +0200, Raphael 'kena' Poss wrote:
> > Please give credit where credit is due, the patch was originally posted 
> > here:
> > 
> > https://lists.freebsd.org/pipermail/freebsd-mobile/2015-September/013327.html
> > 
> 
> I've done some testing, and the short update is "it's working fine for me".
> I love having two-finger scroll support!
> 
> A few more testing details added to the bug report.
> 
> Vladimir: Thanks for porting this from OpenBSD!
> Thanks to the OpenBSD developers stsp, mpi, jcs, shadchin for the initial 
> work on this [1].
> Raphael: Thanks for ensuring this was captured in Bugzilla and for porting to 
> 10-STABLE.
> Adrian: Thanks in advance for your testing and help!
> 
> [1] http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pckbc/pms.c
> 
> Regards,
> Ben

Looking closer, it looks like this is largely Vladimir's original work, which
uses some of the absolute mode driver work from OpenBSD.

Regards,
Ben

--
From: Benjamin Woods
woods...@gmail.com
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Support for Elantech trackpads (common on new laptops)

2016-06-16 Thread Ben Woods
On Thu, Jun 16, 2016 at 09:14:20AM +0200, Raphael 'kena' Poss wrote:
> Please give credit where credit is due, the patch was originally posted here:
> 
> https://lists.freebsd.org/pipermail/freebsd-mobile/2015-September/013327.html
> 
> Adrian Chadd  schreef op 16 juni 2016 04:20:13 CEST:
> >I'll test it out tonight to see if anything is regressing
> >
> >a-
> >
> >On 15 June 2016 at 16:50, Ben Woods  wrote:
> >> Hi everyone,
> >>
> >> Raphael Poss has kindly submitted a patch to bring support for Elantech
> >> trackpads, which are common in new laptops.
> >>
> >> I have tidied the patch so that it applies cleanly to 11-current (as of
> >> r301929). It is attached to PR205690.
> >> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205690
> >>
> >> Could someone familiar with moused and mice drivers in sys/dev/atkbdc/psm.c
> >> please have a look?
> >>
> >> Thanks,
> >> Ben

I've done some testing, and the short update is "it's working fine for me".
I love having two-finger scroll support!

A few more testing details added to the bug report.

Vladimir: Thanks for porting this from OpenBSD!
Thanks to the OpenBSD developers stsp, mpi, jcs, shadchin for the initial work 
on this [1].
Raphael: Thanks for ensuring this was captured in Bugzilla and for porting to 
10-STABLE.
Adrian: Thanks in advance for your testing and help!

[1] http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/sys/dev/pckbc/pms.c

Regards,
Ben

--
From: Benjamin Woods
woods...@gmail.com
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: Support for Elantech trackpads (common on new laptops)

2016-06-15 Thread Adrian Chadd
I'll test it out tonight to see if anything is regressing


a-


On 15 June 2016 at 16:50, Ben Woods  wrote:
> Hi everyone,
>
> Raphael Poss has kindly submitted a patch to bring support for Elantech
> trackpads, which are common in new laptops.
>
> I have tidied the patch so that it applies cleanly to 11-current (as of
> r301929). It is attached to PR205690.
> https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205690
>
> Could someone familiar with moused and mice drivers in sys/dev/atkbdc/psm.c
> please have a look?
>
> Thanks,
> Ben
>
> --
> From: Benjamin Woods
> woods...@gmail.com
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Support for Elantech trackpads (common on new laptops)

2016-06-15 Thread Ben Woods
Hi everyone,

Raphael Poss has kindly submitted a patch to bring support for Elantech
trackpads, which are common in new laptops.

I have tidied the patch so that it applies cleanly to 11-current (as of
r301929). It is attached to PR205690.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205690

Could someone familiar with moused and mice drivers in sys/dev/atkbdc/psm.c
please have a look?

Thanks,
Ben

--
From: Benjamin Woods
woods...@gmail.com
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"