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

CVS commit: src/sys/dev/pckbport

2021-06-30 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Wed Jun 30 22:13:27 UTC 2021 Modified Files: src/sys/dev/pckbport: synapticsvar.h Log Message: Fix hardcoded size for total_patckets array in synaptics_softc, it needs to be SYN_MAX_FINGERS because the driver expects it to be.

CVS commit: src/sys/dev/pckbport

2021-06-30 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Wed Jun 30 22:13:27 UTC 2021 Modified Files: src/sys/dev/pckbport: synapticsvar.h Log Message: Fix hardcoded size for total_patckets array in synaptics_softc, it needs to be SYN_MAX_FINGERS because the driver expects it to be.

CVS commit: src/sys/dev/pckbport

2021-05-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 30 13:20:01 UTC 2021 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics(4): New sysctl knob for debug output. Set hw.synaptics.debug=1 to re-enable it; the compile-time DIAGNOSTIC option was

CVS commit: src/sys/dev/pckbport

2021-05-30 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sun May 30 13:20:01 UTC 2021 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics(4): New sysctl knob for debug output. Set hw.synaptics.debug=1 to re-enable it; the compile-time DIAGNOSTIC option was

CVS commit: src/sys/dev/pckbport

2020-10-01 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Oct 1 15:08:11 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: erect a signpost for weary travellers To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/dev/pckbport/synaptics.c

CVS commit: src/sys/dev/pckbport

2020-10-01 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Oct 1 15:08:11 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: erect a signpost for weary travellers To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 src/sys/dev/pckbport/synaptics.c

CVS commit: src/sys/dev/pckbport

2020-10-01 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Oct 1 14:33:26 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: comment was likely true in 2007 but no longer reflects the reality of hw To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68

CVS commit: src/sys/dev/pckbport

2020-10-01 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu Oct 1 14:33:26 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: comment was likely true in 2007 but no longer reflects the reality of hw To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68

CVS commit: src/sys/dev/pckbport

2020-05-14 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu May 14 18:06:58 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: Don't reset the device multiple times in succession Cherrypicked from a patch from an anonymous contributor. To generate a

CVS commit: src/sys/dev/pckbport

2020-05-14 Thread Nia Alarie
Module Name:src Committed By: nia Date: Thu May 14 18:06:58 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: Don't reset the device multiple times in succession Cherrypicked from a patch from an anonymous contributor. To generate a

CVS commit: src/sys/dev/pckbport

2020-04-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Apr 28 19:22:58 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: pms_synaptics_enable: no need to send PMS_DEV_ENABLE here because pms_enable does this for us. Seems to resolve issues with my

CVS commit: src/sys/dev/pckbport

2020-04-28 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Apr 28 19:22:58 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: pms_synaptics_enable: no need to send PMS_DEV_ENABLE here because pms_enable does this for us. Seems to resolve issues with my

CVS commit: src/sys/dev/pckbport

2020-04-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Apr 27 22:31:47 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c synapticsvar.h Log Message: Extended buttons are reported separate from touchpad buttons, so track button press / release state separate from touch

CVS commit: src/sys/dev/pckbport

2020-04-27 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Mon Apr 27 22:31:47 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c synapticsvar.h Log Message: Extended buttons are reported separate from touchpad buttons, so track button press / release state separate from touch

CVS commit: src/sys/dev/pckbport

2020-03-31 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Mar 31 19:08:19 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: Maintain the left/right buttons when up/down are remapped Reported on current-users by MandacarĂº Cascavel To generate a diff

CVS commit: src/sys/dev/pckbport

2020-03-31 Thread Nia Alarie
Module Name:src Committed By: nia Date: Tue Mar 31 19:08:19 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: Maintain the left/right buttons when up/down are remapped Reported on current-users by MandacarĂº Cascavel To generate a diff

CVS commit: src/sys/dev/pckbport

2020-03-27 Thread Nia Alarie
Module Name:src Committed By: nia Date: Fri Mar 27 11:10:07 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: Revert changes that broke gestures in cases where they worked. It seems I have to figure out another way to make scrolling work

CVS commit: src/sys/dev/pckbport

2020-03-27 Thread Nia Alarie
Module Name:src Committed By: nia Date: Fri Mar 27 11:10:07 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: Revert changes that broke gestures in cases where they worked. It seems I have to figure out another way to make scrolling work

CVS commit: src/sys/dev/pckbport

2020-03-16 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Mar 16 11:13:19 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: Increase default scale_z for more precise scrolling To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62

CVS commit: src/sys/dev/pckbport

2020-03-16 Thread Nia Alarie
Module Name:src Committed By: nia Date: Mon Mar 16 11:13:19 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: Increase default scale_z for more precise scrolling To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62

CVS commit: src/sys/dev/pckbport

2020-03-15 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Mar 15 22:44:32 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: Check for single-finger event jitter in all cases. I now have smooth two-finger scrolling. To generate a diff of this commit:

CVS commit: src/sys/dev/pckbport

2020-03-15 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Mar 15 22:44:32 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: Check for single-finger event jitter in all cases. I now have smooth two-finger scrolling. To generate a diff of this commit:

CVS commit: src/sys/dev/pckbport

2020-03-14 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Mar 14 22:23:17 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: Detect multiple fingers outside the gesture period I suspect this code doesn't make any sense if we want two-finger scrolling

CVS commit: src/sys/dev/pckbport

2020-03-14 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Mar 14 22:23:17 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: Detect multiple fingers outside the gesture period I suspect this code doesn't make any sense if we want two-finger scrolling

CVS commit: src/sys/dev/pckbport

2020-03-14 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Mar 14 21:56:08 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: Automatically scroll when multiple fingers are detected This will mean we automatically get two-finger scrolling on multitouch

CVS commit: src/sys/dev/pckbport

2020-03-14 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Mar 14 21:56:08 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: Automatically scroll when multiple fingers are detected This will mean we automatically get two-finger scrolling on multitouch

CVS commit: src/sys/dev/pckbport

2020-03-14 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Mar 14 21:23:32 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: fix syntax To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/dev/pckbport/synaptics.c Please note that

CVS commit: src/sys/dev/pckbport

2020-03-14 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Mar 14 21:23:32 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: fix syntax To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/dev/pckbport/synaptics.c Please note that

CVS commit: src/sys/dev/pckbport

2020-03-14 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Mar 14 21:18:50 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: Allow the max_speed sysctls to be set To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

CVS commit: src/sys/dev/pckbport

2020-03-14 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sat Mar 14 21:18:50 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: synaptics: Allow the max_speed sysctls to be set To generate a diff of this commit: cvs rdiff -u -r1.56 -r1.57

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

2020-02-25 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Tue Feb 25 21:41:38 UTC 2020 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 for another 2 messages. To

CVS commit: src/sys/dev/pckbport

2020-02-25 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Tue Feb 25 21:41:38 UTC 2020 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 for another 2 messages. To

CVS commit: src/sys/dev/pckbport

2020-02-25 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Tue Feb 25 21:38:42 UTC 2020 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. To generate a diff of this

CVS commit: src/sys/dev/pckbport

2020-02-25 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Tue Feb 25 21:38:42 UTC 2020 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. To generate a diff of this

CVS commit: src/sys/dev/pckbport

2020-02-25 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Tue Feb 25 21:36:13 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: Do not enter extended W mode conditional for non extended W mode device Even without extended W mode, sp_w can be 2. This causes "invalid

CVS commit: src/sys/dev/pckbport

2020-02-25 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Tue Feb 25 21:36:13 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: Do not enter extended W mode conditional for non extended W mode device Even without extended W mode, sp_w can be 2. This causes "invalid

CVS commit: src/sys/dev/pckbport

2020-02-25 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Tue Feb 25 16:24:47 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: Remove a trailing tab. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/dev/pckbport/synaptics.c Please note that

CVS commit: src/sys/dev/pckbport

2020-02-25 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Tue Feb 25 16:24:47 UTC 2020 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: Remove a trailing tab. To generate a diff of this commit: cvs rdiff -u -r1.50 -r1.51 src/sys/dev/pckbport/synaptics.c Please note that

CVS commit: src/sys/dev/pckbport

2020-02-10 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Mon Feb 10 16:12:59 UTC 2020 Modified Files: src/sys/dev/pckbport: alps.c Log Message: Introduce hw.alps.touchpad_movement_threshold to better button area clicks To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/dev/pckbport

2020-02-10 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Mon Feb 10 16:12:59 UTC 2020 Modified Files: src/sys/dev/pckbport: alps.c Log Message: Introduce hw.alps.touchpad_movement_threshold to better button area clicks To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14

CVS commit: src/sys/dev/pckbport

2020-02-10 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Mon Feb 10 15:29:05 UTC 2020 Modified Files: src/sys/dev/pckbport: alps.c Log Message: Fix typo in sysctl node name To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pckbport/alps.c Please note that

CVS commit: src/sys/dev/pckbport

2020-02-10 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Mon Feb 10 15:29:05 UTC 2020 Modified Files: src/sys/dev/pckbport: alps.c Log Message: Fix typo in sysctl node name To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/dev/pckbport/alps.c Please note that

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

2019-04-21 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Mon Apr 22 00:53:59 UTC 2019 Modified Files: src/sys/dev/pckbport: synaptics.c synapticsreg.h Log Message: Modify driver to use bits(3) to extract capabilities. Thanks to Anon Ymous for the fix. To generate a diff of this

CVS commit: src/sys/dev/pckbport

2019-04-21 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Mon Apr 22 00:53:59 UTC 2019 Modified Files: src/sys/dev/pckbport: synaptics.c synapticsreg.h Log Message: Modify driver to use bits(3) to extract capabilities. Thanks to Anon Ymous for the fix. To generate a diff of this

CVS commit: src/sys/dev/pckbport

2019-04-20 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Sun Apr 21 02:40:35 UTC 2019 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: Fix minor comment nit. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/dev/pckbport/synaptics.c Please note that

CVS commit: src/sys/dev/pckbport

2019-04-20 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Sun Apr 21 02:40:35 UTC 2019 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: Fix minor comment nit. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/dev/pckbport/synaptics.c Please note that

CVS commit: src/sys/dev/pckbport

2019-03-15 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Sat Mar 16 03:27:15 UTC 2019 Modified Files: src/sys/dev/pckbport: alps.c Log Message: Support more ALPS V2 devices * The V2 devices found in Toshiba dynabook satellite B551/D and dynabook SS RX1/T8E. To generate a diff of

CVS commit: src/sys/dev/pckbport

2019-03-15 Thread Ryo ONODERA
Module Name:src Committed By: ryoon Date: Sat Mar 16 03:27:15 UTC 2019 Modified Files: src/sys/dev/pckbport: alps.c Log Message: Support more ALPS V2 devices * The V2 devices found in Toshiba dynabook satellite B551/D and dynabook SS RX1/T8E. To generate a diff of

CVS commit: src/sys/dev/pckbport

2018-12-04 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Tue Dec 4 10:10:15 UTC 2018 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: * Increase the default scaling of the two finger scroll to make it less sensitive * Fix range check for hw.synaptics.scale_z so it can

CVS commit: src/sys/dev/pckbport

2018-12-04 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Tue Dec 4 10:10:15 UTC 2018 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: * Increase the default scaling of the two finger scroll to make it less sensitive * Fix range check for hw.synaptics.scale_z so it can

CVS commit: src/sys/dev/pckbport

2018-11-28 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Wed Nov 28 09:14:03 UTC 2018 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: * Increase minimum finger width to prevent entering scroll mode erroneously * Attempt to clarify what the sysctl variables for finger

CVS commit: src/sys/dev/pckbport

2018-11-28 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Wed Nov 28 09:14:03 UTC 2018 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: * Increase minimum finger width to prevent entering scroll mode erroneously * Attempt to clarify what the sysctl variables for finger

CVS commit: src/sys/dev/pckbport

2018-11-06 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Tue Nov 6 09:13:17 UTC 2018 Modified Files: src/sys/dev/pckbport: synaptics.c synapticsvar.h Log Message: Add double finger scroll feature. If the detected width is between a defined range then report y movement as z-axis.

CVS commit: src/sys/dev/pckbport

2018-11-06 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Tue Nov 6 09:13:17 UTC 2018 Modified Files: src/sys/dev/pckbport: synaptics.c synapticsvar.h Log Message: Add double finger scroll feature. If the detected width is between a defined range then report y movement as z-axis.

CVS commit: src/sys/dev/pckbport

2018-11-06 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Tue Nov 6 08:55:02 UTC 2018 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: Fix clamping of deltas so it works for both positive and negative deltas. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

CVS commit: src/sys/dev/pckbport

2018-11-06 Thread Brett Lymn
Module Name:src Committed By: blymn Date: Tue Nov 6 08:55:02 UTC 2018 Modified Files: src/sys/dev/pckbport: synaptics.c Log Message: Fix clamping of deltas so it works for both positive and negative deltas. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

CVS commit: src/sys/dev/pckbport

2018-07-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Jul 14 00:47:33 UTC 2018 Modified Files: src/sys/dev/pckbport: synaptics.c synapticsreg.h Log Message: Send the 'magic reverse engineered sequence' with a single sliced command, don't wait for individual ACKs. Fixes kern/53444.

CVS commit: src/sys/dev/pckbport

2018-07-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Jul 14 00:47:33 UTC 2018 Modified Files: src/sys/dev/pckbport: synaptics.c synapticsreg.h Log Message: Send the 'magic reverse engineered sequence' with a single sliced command, don't wait for individual ACKs. Fixes kern/53444.

CVS commit: src/sys/dev/pckbport

2018-07-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Jul 13 19:44:08 UTC 2018 Modified Files: src/sys/dev/pckbport: pms.c Log Message: Add comment elaborating what a sliced command is. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev/pckbport/pms.c

CVS commit: src/sys/dev/pckbport

2018-07-13 Thread Maya Rashish
Module Name:src Committed By: maya Date: Fri Jul 13 19:44:08 UTC 2018 Modified Files: src/sys/dev/pckbport: pms.c Log Message: Add comment elaborating what a sliced command is. To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/dev/pckbport/pms.c

CVS commit: src/sys/dev/pckbport

2018-06-19 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jun 19 23:25:59 UTC 2018 Modified Files: src/sys/dev/pckbport: alps.c Log Message: Make the error message from pms_alps_probe_init() an error again now that we don't misidentify almost anything as an ALPS device. Reset if E6

CVS commit: src/sys/dev/pckbport

2018-06-19 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jun 19 23:25:59 UTC 2018 Modified Files: src/sys/dev/pckbport: alps.c Log Message: Make the error message from pms_alps_probe_init() an error again now that we don't misidentify almost anything as an ALPS device. Reset if E6

CVS commit: src/sys/dev/pckbport

2018-06-19 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jun 19 23:03:28 UTC 2018 Modified Files: src/sys/dev/pckbport: alps.c Log Message: Don't pass response buffer to the reset command since we are not interested in it (pckbport_poll_cmd() is smart enough). To generate a diff of

CVS commit: src/sys/dev/pckbport

2018-06-19 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jun 19 23:03:28 UTC 2018 Modified Files: src/sys/dev/pckbport: alps.c Log Message: Don't pass response buffer to the reset command since we are not interested in it (pckbport_poll_cmd() is smart enough). To generate a diff of

CVS commit: src/sys/dev/pckbport

2018-06-19 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jun 19 22:53:17 UTC 2018 Modified Files: src/sys/dev/pckbport: alps.c Log Message: If the first byte of E7 signature is not 0x73, it's not an ALPS device, so don't complain we failed to initialize it. Still need a reset, b/c

CVS commit: src/sys/dev/pckbport

2018-06-19 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jun 19 22:53:17 UTC 2018 Modified Files: src/sys/dev/pckbport: alps.c Log Message: If the first byte of E7 signature is not 0x73, it's not an ALPS device, so don't complain we failed to initialize it. Still need a reset, b/c

CVS commit: src/sys/dev/pckbport

2018-06-19 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jun 19 21:47:28 UTC 2018 Modified Files: src/sys/dev/pckbport: alps.c Log Message: When E6 signature is checked, ignore pressed buttons. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pckbport/alps.c

CVS commit: src/sys/dev/pckbport

2018-06-19 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jun 19 21:47:28 UTC 2018 Modified Files: src/sys/dev/pckbport: alps.c Log Message: When E6 signature is checked, ignore pressed buttons. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pckbport/alps.c

CVS commit: src/sys/dev/pckbport

2018-06-19 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jun 19 21:21:04 UTC 2018 Modified Files: src/sys/dev/pckbport: alps.c Log Message: Use PMS_SEND_DEV_STATUS for E9 instead of PMS_GET_SCALE (also defined as E9). This is more readable and is congruent with other drivers. Same

  1   2   >