git: 2ac1c1927258 - psm(4): Always initialize Synaptics touchpad report range with defaults

Vladimir Kondratyev wulf at FreeBSD.org
Wed Dec 23 08:24:52 UTC 2020


On 23.12.2020 11:11, Vladimir Kondratyev wrote:
> The branch main has been updated by wulf:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=2ac1c1927258e649e3ca3269aea40fb4c63e2296
> 
> commit 2ac1c1927258e649e3ca3269aea40fb4c63e2296
> Author:     Vladimir Kondratyev <wulf at FreeBSD.org>
> AuthorDate: 2020-12-22 20:44:42 +0000
> Commit:     Vladimir Kondratyev <wulf at FreeBSD.org>
> CommitDate: 2020-12-23 08:10:53 +0000
> 
>     psm(4): Always initialize Synaptics touchpad report range with defaults
>     
>     Otherwise libinput refuses to recoginize some Synaptics touchpads with
>     "kernel bug: device has min == max on ABS_X" message in Xorg.log.
>     
>     PR:             251149

Pushing multiple commits results in bugzilla updated with all of them,
not with the only one referencing the PR.

See: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251149

>     Reported-by:    Jens Grassel <freebsd-ports at jan0sch.de>
>     Tested-by:      Jens Grassel <freebsd-ports at jan0sch.de>
>     MFC-after:      2 weeks
> ---
>  sys/dev/atkbdc/psm.c | 23 +++++++++--------------
>  1 file changed, 9 insertions(+), 14 deletions(-)
> 
> diff --git a/sys/dev/atkbdc/psm.c b/sys/dev/atkbdc/psm.c
> index f2c4cc71e242..3774b0a3b734 100644
> --- a/sys/dev/atkbdc/psm.c
> +++ b/sys/dev/atkbdc/psm.c
> @@ -6423,6 +6423,15 @@ enable_synaptics(struct psm_softc *sc, enum probearg arg)
>  		printf("   infoGeometry: %d\n", synhw.infoGeometry);
>  	}


More information about the dev-commits-src-main mailing list