Module Name:src
Committed By: chs
Date: Sat Dec 7 23:25:19 UTC 2024
Modified Files:
src/sys/dev/pckbport: pms.c
Log Message:
pms: support PS/2 mouse hot-plug
Detect the BAT (Basic Assurance Test) result value and reset
the driver state in this case.
ok martin@
To gene
Module Name:src
Committed By: chs
Date: Sat Dec 7 23:25:19 UTC 2024
Modified Files:
src/sys/dev/pckbport: pms.c
Log Message:
pms: support PS/2 mouse hot-plug
Detect the BAT (Basic Assurance Test) result value and reset
the driver state in this case.
ok martin@
To gene
Module Name:src
Committed By: mlelstv
Date: Sun Nov 10 11:49:19 UTC 2024
Modified Files:
src/sys/dev/pckbport: synapticsreg.h
Log Message:
Define 'query resolution' command and submodel capability field.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/s
Module Name:src
Committed By: mlelstv
Date: Sun Nov 10 11:49:19 UTC 2024
Modified Files:
src/sys/dev/pckbport: synapticsreg.h
Log Message:
Define 'query resolution' command and submodel capability field.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/s
Module Name:src
Committed By: mlelstv
Date: Fri Jul 19 04:48:13 UTC 2024
Modified Files:
src/sys/dev/pckbport: synaptics.c
Log Message:
hw.synaptics.aux_mid_button_scroll translates vertical movements
of an aux device (like a trackpoint) into a scroll event when
the middle
Module Name:src
Committed By: mlelstv
Date: Fri Jul 19 04:48:13 UTC 2024
Modified Files:
src/sys/dev/pckbport: synaptics.c
Log Message:
hw.synaptics.aux_mid_button_scroll translates vertical movements
of an aux device (like a trackpoint) into a scroll event when
the middle
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 consi
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 consi
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 src/
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 src/
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 e
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 e
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 -
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 -
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 o
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 o
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 setting.
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 setting.
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 n
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 n
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
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
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 proces
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 proces
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
be
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
be
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 repor
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 repor
> 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
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 src/sys/dev/pckb
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 src/sys/dev/pckb
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 src/sys/dev/pckbpo
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 src/sys/dev/pckbpo
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
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
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 ad
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 ad
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 -r1.28
38 matches
Mail list logo