CVS commit: src/sys/dev/pckbport

2024-04-18 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Apr 18 17:35:53 UTC 2024 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: Renamed border/boundary variables to better describe their use. Fix edge default values, factor out percentage calculation for more

CVS commit: src/sys/dev/pckbport

2024-04-18 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Thu Apr 18 17:35:53 UTC 2024 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: Renamed border/boundary variables to better describe their use. Fix edge default values, factor out percentage calculation for more

CVS commit: src/sys/dev/pckbport

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 5 05:55:12 UTC 2023 Modified Files: src/sys/dev/pckbport: pms.c synaptics.c Log Message: panic on an condition that shouldn't be possible. appease GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

CVS commit: src/sys/dev/pckbport

2023-09-04 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Sep 5 05:55:12 UTC 2023 Modified Files: src/sys/dev/pckbport: pms.c synaptics.c Log Message: panic on an condition that shouldn't be possible. appease GCC 12. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

CVS commit: src/sys/dev/pckbport

2023-07-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 16 19:09:07 UTC 2023 Modified Files: src/sys/dev/pckbport: pckbd.c pckbdreg.h Log Message: >From Vladimir 'phcoder' Serbinenko in tech-kern: On at least some Chromebooks PS/2 reset command generates no response and we

CVS commit: src/sys/dev/pckbport

2023-07-16 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jul 16 19:09:07 UTC 2023 Modified Files: src/sys/dev/pckbport: pckbd.c pckbdreg.h Log Message: >From Vladimir 'phcoder' Serbinenko in tech-kern: On at least some Chromebooks PS/2 reset command generates no response and we

CVS commit: src/sys/dev/pckbport

2022-09-28 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Sep 28 16:43:00 UTC 2022 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: Lower scale factor to give less sluggish mouse performance on modern displays. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pckbport

2022-09-28 Thread Nia Alarie
Module Name:src Committed By: nia Date: Wed Sep 28 16:43:00 UTC 2022 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: Lower scale factor to give less sluggish mouse performance on modern displays. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/dev/pckbport

2022-09-17 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 17 06:33:55 UTC 2022 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: - synaptics_filter_policy no longer generates movements from stale data. - button boundary is now computed consistently. - multi finger

CVS commit: src/sys/dev/pckbport

2022-09-17 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Sep 17 06:33:55 UTC 2022 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: - synaptics_filter_policy no longer generates movements from stale data. - button boundary is now computed consistently. - multi finger

CVS commit: src/sys/dev/pckbport

2022-04-04 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Mon Apr 4 07:04:21 UTC 2022 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: Use the original right boundary when calculating the vertical scroll region so the boundary does not creep left on each subsequent

CVS commit: src/sys/dev/pckbport

2022-04-04 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Mon Apr 4 07:04:21 UTC 2022 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: Use the original right boundary when calculating the vertical scroll region so the boundary does not creep left on each subsequent

CVS commit: src/sys/dev/pckbport

2022-04-01 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Fri Apr 1 06:31:30 UTC 2022 Modified Files: src/sys/dev/pckbport: synaptics.c synapticsvar.h Log Message: Fix regression introduced when fixing PR kern/56613 and related tweaks * A trackpad with external buttons needs to mask a

CVS commit: src/sys/dev/pckbport

2022-04-01 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Fri Apr 1 06:31:30 UTC 2022 Modified Files: src/sys/dev/pckbport: synaptics.c synapticsvar.h Log Message: Fix regression introduced when fixing PR kern/56613 and related tweaks * A trackpad with external buttons needs to mask a

CVS commit: src/sys/dev/pckbport

2022-03-03 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Thu Mar 3 21:03:14 UTC 2022 Modified Files: src/sys/dev/pckbport: synaptics.c synapticsreg.h synapticsvar.h Log Message: Fix for PR kern/56613 * For trackpads that report max and min coordinates, retrieve these and use them as

CVS commit: src/sys/dev/pckbport

2022-03-03 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Thu Mar 3 21:03:14 UTC 2022 Modified Files: src/sys/dev/pckbport: synaptics.c synapticsreg.h synapticsvar.h Log Message: Fix for PR kern/56613 * For trackpads that report max and min coordinates, retrieve these and use them as

CVS commit: src/sys/dev/pckbport

2021-12-04 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Dec 4 14:53:56 UTC 2021 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: Fix tracking of extended buttons. - Ensure that packets are processed whenever any button change occurs, instead of just

CVS commit: src/sys/dev/pckbport

2021-12-04 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Dec 4 14:53:56 UTC 2021 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: Fix tracking of extended buttons. - Ensure that packets are processed whenever any button change occurs, instead of just

CVS commit: src/sys/dev/pckbport

2021-10-20 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Thu Oct 21 04:49:28 UTC 2021 Modified Files: src/sys/dev/pckbport: synaptics.c synapticsvar.h Log Message: Significant update to the synaptics touchpad driver. * Accumulate packets for primary, secondary, finger count packets

CVS commit: src/sys/dev/pckbport

2021-10-20 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Thu Oct 21 04:49:28 UTC 2021 Modified Files: src/sys/dev/pckbport: synaptics.c synapticsvar.h Log Message: Significant update to the synaptics touchpad driver. * Accumulate packets for primary, secondary, finger count packets

CVS commit: src/sys/dev/pckbport

2021-09-28 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Sep 28 06:16:13 UTC 2021 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: use the new WSCONS_EVENT_(H|V)SCROLL event types to implement two-finger scrolling. remove non-functional code for detecting

CVS commit: src/sys/dev/pckbport

2021-09-28 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Sep 28 06:16:13 UTC 2021 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: use the new WSCONS_EVENT_(H|V)SCROLL event types to implement two-finger scrolling. remove non-functional code for detecting

Re: CVS commit: src/sys/dev/pckbport

2020-02-26 Thread Izumi Tsutsui
> Modified Files: > src/sys/dev/pckbport: synaptics.c > > Log Message: > Messages in pms_synaptics_input() should not start with "pms_input" > > Use "pms_synaptics_input" instead. Maybe it's better to use ("%s", __func__) C99 predefined identifier. --- Izumi Tsutsui

CVS commit: src/sys/dev/pckbport

2019-07-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jul 23 12:28:52 UTC 2019 Modified Files: src/sys/dev/pckbport: pckbd.c Log Message: pckbd_cngetc: Set type=0 and return if no data is available To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/sys/dev/pckbport

2019-07-23 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Jul 23 12:28:52 UTC 2019 Modified Files: src/sys/dev/pckbport: pckbd.c Log Message: pckbd_cngetc: Set type=0 and return if no data is available To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34

CVS commit: src/sys/dev/pckbport

2019-07-22 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Mon Jul 22 09:58:39 UTC 2019 Modified Files: src/sys/dev/pckbport: files.pckbport Log Message: hvkbd requires pckbd_keydesctab in wskbdmap_mfii.c. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/dev/pckbport

2019-07-22 Thread Takeshi Nakayama
Module Name:src Committed By: nakayama Date: Mon Jul 22 09:58:39 UTC 2019 Modified Files: src/sys/dev/pckbport: files.pckbport Log Message: hvkbd requires pckbd_keydesctab in wskbdmap_mfii.c. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/dev/pckbport

2019-07-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Jul 5 05:09:24 UTC 2019 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: Resynchronizing the input stream could infinitely wait when the touchpad is in the wrong (relative) mode. The detection of relative mode

CVS commit: src/sys/dev/pckbport

2019-07-04 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Fri Jul 5 05:09:24 UTC 2019 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: Resynchronizing the input stream could infinitely wait when the touchpad is in the wrong (relative) mode. The detection of relative mode

CVS commit: src/sys/dev/pckbport

2019-06-02 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Sun Jun 2 08:55:00 UTC 2019 Modified Files: src/sys/dev/pckbport: synaptics.c synapticsreg.h synapticsvar.h Log Message: Changes based on code from an anonymous contributor. This should make trackpads work for Thinkpads. Also

CVS commit: src/sys/dev/pckbport

2019-06-02 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Sun Jun 2 08:55:00 UTC 2019 Modified Files: src/sys/dev/pckbport: synaptics.c synapticsreg.h synapticsvar.h Log Message: Changes based on code from an anonymous contributor. This should make trackpads work for Thinkpads. Also

CVS commit: src/sys/dev/pckbport

2010-01-08 Thread David Young
Module Name:src Committed By: dyoung Date: Fri Jan 8 20:00:33 UTC 2010 Modified Files: src/sys/dev/pckbport: pckbd.c pms.c Log Message: Expand PMF_FN_* macros. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/pckbport/pckbd.c cvs rdiff -u