Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 65b51547 | 2018-07-30 16:00:39 | setup WSMOUSE_TYPE_TOUCHPAD devices to use ws driver by default, but allow them to work with xf86-input-synaptics with and ok bru@ | ||
| e5adab7f | 2018-07-12 14:52:23 | Update to xf86-input-synaptics 1.9.1 | ||
| 6ca401a7 | 2017-12-05 20:51:11 | Use ws as default driver for touchpads. ok matthieu@ | ||
| 2219203c | 2017-10-29 09:29:52 | Use SA_RESETHAND rather than SA_ONESHOT The latter is an obsolete non-standard, Linux only synonym for the former. This caused syndaemon(1) to enter an an infinite loop whenever it receives a SIGINT signal. Patch from Luca Castagnini. Thanks. | ||
| d4281349 | 2017-03-07 19:07:56 | Don't use stale coordinates in the hysteresis filter. OK mpi@ | ||
| 537f62ba | 2017-01-22 09:54:53 | Update to xf86-input-synaptics 1.9.0 | ||
| fd18c20e | 2016-10-11 22:14:30 | regen | ||
| 466ceeb2 | 2016-09-12 22:12:44 | include <sys/time.h> before wsconsio.h | ||
| f796d956 | 2016-04-22 23:06:53 | Don't stop scrolling when handling TOUCH_RESET events. To avoid jumps, the original version of the handler clears the scroll flags. The method works well if a scroll gesture continues, but it can preclude "coasting". The new version adjusts the coordinates that determine the speed and direction of scrolling. ok shadchin@, mpi@ | ||
| a2c103ac | 2016-03-30 23:33:34 | Handle the TOUCH events from wsmouse. With the changes for multitouch input, new event types have been introduced in wsmouse. There are separate types for contact count and width values, and RESET events for controlling/stopping pointer motion. ok mpi@, shadchin@ | ||
| 4a90ef48 | 2015-12-17 06:04:21 | Update to xf86-input-synaptics 1.8.3. ok matthieu@ | ||
| d1fc35bb | 2015-08-29 08:48:28 | Read multiple events at once. Before: Both drivers currently do one read(2) per event, but since we use a "sync" event we have a least two of them for ws(4) but more commonly 3 for ws(4) and 4 for synaptics(4). most of the code and ok mpi@ | ||
| 8d5a4cf7 | 2015-04-11 16:08:42 | Update to xf86-input-synaptics 1.8.2. ok matthieu@ | ||
| f19ea1ac | 2015-03-06 22:49:34 | Make sure the end of a motion is correctly detected even if the hardware does not always report a 0 'w' value for two-finger contacts. Diff from Ulf Brosziewski. Fix a regression with Synaptics touchpads reported by Patrick keshishian and Henrik Friedrichsen on misc@. ok matthieu@, deraadt@ | ||
| 874cd889 | 2015-02-09 03:31:31 | Keep cumulative coordinates values in sync with absolute ones. This improve "two-finger scrolling" on synaptics and will allow to have proper "click-and-drag" support on elantech. Note that this change is needed because wsmouse(4)/wscons(4) do not support multitouch events for the moment and every protocol supported by pms(4) do its own translation to fake such events. From Ulf Brosziewski, ok shadchin@ | ||
| ba9b4799 | 2015-01-24 17:43:59 | Update to xf86-input-synaptics 1.8.1. ok matthieu@ | ||
| 56b31a08 | 2015-01-15 01:30:40 | Recognise the synaptics with sw buttons mouse type and set the clickpad and has_secondary_buttons properties. Initial diff from myself with additional changes from matthieu@ | ||
| f6a51272 | 2014-09-27 17:37:32 | include <xf86.h> explicitely in preparation for xserver 1.16 | ||
| c896ccf8 | 2014-05-17 17:18:21 | Update to xf86-input-synaptics 1.8.0. ok matthieu@, tested claudio@ | ||
| 7f7ca794 | 2014-05-09 20:05:46 | Update to xf86-input-synaptics 1.7.5. ok matthieu@ | ||
| ffcddaf4 | 2013-06-02 18:17:24 | Update to xf86-input-synaptics 1.7.1. ok mpi@ jcs@ matthieu@ | ||
| 606582ce | 2012-10-29 11:55:50 | Teach wsconscomm in synaptics(4) about elantech touchpads. ok mpi@ shadchin@ | ||
| c433d84d | 2012-07-22 18:33:01 | Fix for ClickPad (xenocara part). On issue pointed gilles@ and matthieu@ ok gilles@, matthieu@, mpi@, miod@, deraadt@ | ||
| 92df448a | 2012-06-30 13:31:03 | Update to xf86-input-synaptics 1.6.2 ok matthieu@, mpi@ | ||
| b1c43b24 | 2012-06-12 18:59:42 | Update to xf86-input-synaptics 1.6.1 ok matthieu@ | ||
| 0b992a09 | 2012-04-01 12:18:44 | Update to xf86-input-synaptics 1.5.2. ok matthieu@ | ||
| 30c836d8 | 2011-09-23 16:53:49 | Update to xf86-input-synaptics 1.5.0. ok mpi@, matthieu@ | ||
| a8a33fb3 | 2011-07-17 13:53:00 | fix bug "lock up" touchpad ( not allowing to move the pointer, or click ) ok matthieu@ | ||
| 83ee52a2 | 2011-05-07 17:30:31 | Add support new ioctl WSMOUSEIO_SETMODE. ok matthieu@ | ||
| d43c4afa | 2011-04-25 18:49:37 | Skip the 'conf' directory which installs hal/udev Linux only stuff. | ||
| 590356dd | 2011-04-25 18:46:10 | Nuke bare RCS Id's | ||
| 9cb423af | 2011-04-10 12:04:29 | Add support wscons (upstream + implementation) ok matthieu@ | ||
| eb14eec6 | 2011-04-09 08:38:27 | Import xf86-input-synaptics 1.4.0 ok matthieu@ |