Revisions of xf86-input-synaptics

Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 988394 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 33)
- Update to version 1.9.2:
  * Update README for gitlab migration
  * Update configure.ac bug URL for gitlab migration
  * Build xz tarballs instead of bzip2
  * Fix spelling/wording issues
  * gitlab CI: add a basic build test
  * Convert remaining source files from ISO-8859-1 to UTF-8
  * eventcomm: use 64-bit time safe accessors instead of timeval directly
  * eventcomm: fix compile with pre-time64 kernels
  * Use fabs() instead of abs() on double values.
  * synclient: allow negative/large values for AreaLeftEdge etc.
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 809879 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 32)
- devel package: removed requires to main package, since it's not
  required at all for development (boo#1172153)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 719822 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 31)
-  move xorg.conf.d snippet from /etc/X11/xorg.conf.d to
  /usr/share/X11/xorg.conf.d (boo#1139692)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 613021 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 30)
-  Update to version 1.9.1:
   * A few build system janitorial things, a compatibility patch
     by Luca and one patch to avoid log spam when the device goes
     away (and before udev tells us that it's gone).
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 499618 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 29)
- includes everything needed for missing sle issue entries:
  fate #315643-315645, 319159-319161, 319618 (bsc#1041556)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 441186 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 28)
- Update to version 1.9.0:
  This release supports the X server 1.19.

- Update to version 1.8.99.2:
  + Remove upstream patch U_conf-rename-to-70-synaptics.conf.patch
  + Adapt n_xf86-input-synaptics-wait.diff
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 397408 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 27)
- replaced n_conf-rename-to-70-synaptics.conf.patch with upstreamed
  patch U_conf-rename-to-70-synaptics.conf.patch (boo #979554)

- n_conf-rename-to-70-synaptics.conf.patch
  * bump up synaptics driver to 70, so it get's preferred over
    libinput, which was dropped down to 060 (boo #979554)
- adjusted n_xf86-input-synaptics-default-tap.diff,
  n_xf86-input-synaptics-xorg.conf.d_snippet.diff
- removed Supplements: xorg-x11-server, so the driver no longer
  gets installed by default
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 342047 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 25)
- Update to version 1.8.3
  * With Gabriele's fix, the order of fingers on the touchpad doesn't
    matter for two-finger scrolling. Previously, only one of the
    fingers would trigger scroll events. See 
    https://bugs.freedesktop.org/show_bug.cgi?id=92622
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 293783 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 23)
- Update to version 1.8.2:
  * One significant change here: an artificial delay is now used
    between the button events of a doubletap. Some applications
    previously dropped the events because they had the same
    timestamp, with the delay this should now work fine.
Adrian Schröter's avatar Adrian Schröter (adrianSuSE) committed (revision 21)
Split 13.2 from Factory
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 233833 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 20)
- Update to version 1.8.0 
  * final release; changes since 1.7.99.2: 
    + conf: drop the PNPID matching from the fdi file
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 232918 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 19)
- Update to version 1.7.99.2
  * The second snapshot for synaptics 1.8 is now available. Note
    that there are are two significant changes:
    - the event device is not grabbed anymore. In some setups this
      may lead to duplicate events but where it does you're really
      better off using an InputClass instead of an InputDevice
      section in your xorg.conf.
    - the secondary software button area (i.e. the top software
      buttons on the Lenovo *40 series) is now automatically
      enabled based on the INPUT_PROP_TOPBUTTONPAD property,
      slated for kernel 3.15. No more PNPID matching in the
      snippets, which didn't work without a kernel patch anyway.
      If you can't update the kernel, use Option
      "HasSecondarySoftButtons" "on".
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 226599 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 18)
- Update to version 1.7.99.1:
 - libevdev support:
    The evdev backend on Linux now uses libevdev. We recommend
    to use libevdev 1.1-rc1 or later as the synaptics driver is
    very likely to trigger SYN_DROPPED and we've fixed a bunch
    of issues in libevdev 1.1.
 - Support for T440, T540, X240, Helix, Yoga:
   The bulk of the changes is to support this set of Lenovo
   touchpads. These touchpads don't have separate physical
   buttons for the trackstick and need to be emulated as
   software-button by the driver.
 - TouchpadOff behaviour change:
   Synaptics has a property "Synaptics Off" to disable events.
   Previously, this disabled any event from the touchpad.
   Now, physical button clicks are allowed even when the
   touchpad is disabled.
 - mtdev was dropped:
   There are no touchpad drivers in the kernel tree that
   use protocol A, so using mtdev is just a computationally
   expensiv and memory-wasting noop.
- As per upstream change, swap pkgconfig(mtdev) BuildRequires for
  pkgconfig(evdev) >= 1.0.99.1
- Rebase n_xf86-input-synaptics-wait.diff for this release

- Update to version 1.7.4:
  One fix: closing the fd again if the device cannot be enabled
  properly, and two reverts: scrollbuttons and circular pad
  support are making a comeback. Apparently there are still a
  few laptops out there that require either feature.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 223242 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 17)
- n_xf86-input-synaptics-xorg.conf.d_snippet.diff: disable
  "HorizEdgeScroll" instead of setting "HorizScrollDelta" to 0
  (bnc#864664, fdo#75074)
- adapted n_xf86-input-synaptics-default-tap.diff
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 213691 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 16)
- Update to version 1.7.3
  * Just one fix for the stable branch, fixing the #define for
    server 1.15 (and newer). A bad ABI detection check enabled
    driver scaling on input ABI 20, causing sluggish pointer
    behaviour.
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 210413 from Stefan Dirsch's avatar Stefan Dirsch (sndirsch) (revision 15)
update to version 1.7.2 (forwarded request 210090 from tobijk)
Displaying revisions 1 - 20 of 34
openSUSE Build Service is sponsored by