File xf86-input-evdev.changes of Package xf86-input-evdev

-------------------------------------------------------------------
Tue Jun 19 11:42:12 UTC 2018 - sndirsch@suse.com

- update to version 2.10.5; the version we also use on sle15 (bsc#1098226)
- Features/changes/fixes since 2.10.1
  * 2.10.2: https://lists.x.org/archives/xorg-announce/2016-April/002690.html
  * 2.10.3: https://lists.freedesktop.org/archives/xorg/2016-June/058097.html
  * 2.10.4: https://lists.x.org/archives/xorg-announce/2016-October/002718.html
  * 2.10.5: https://lists.x.org/archives/xorg-announce/2017-January/002767.html
- Bugs fixed since 2.10.1
  * SLE
    + bnc#876089
    + bnc#889469
    + bsc#1041371
- supersedes the following patches:
  * U_Don-t-reset-the-other-axis-on-wheel-emulation-scroll-buildup.patch
  * U_Restore-wheel-emulation-for-absolute-devices.patch
  * U_man-add-a-warning-that-wheel-emu-inertia-must-be-set-and-it-isn-t-inertia.patch

-------------------------------------------------------------------
Mon May 23 18:08:59 UTC 2016 - eich@suse.com

- u_01-Add-a-kiosk-mode-for-touch-screens.patch
  u_02-Add-delay-between-button-press-and-release-to-kiosk-mode.patch
  (FATE#320263).

-------------------------------------------------------------------
Tue Apr 19 18:41:36 UTC 2016 - eich@suse.com

- U_Don-t-reset-the-other-axis-on-wheel-emulation-scroll-buildup.patch
  U_Restore-wheel-emulation-for-absolute-devices.patch
  U_man-add-a-warning-that-wheel-emu-inertia-must-be-set-and-it-isn-t-inertia.patch
  Backport patches needed to make the click-on-touch feature work (FATE#320263).

-------------------------------------------------------------------
Tue Apr 19 17:31:11 UTC 2016 - eich@suse.com

- u_01-Add-a-kiosk-mode-for-touch-screens.patch
  u_02-Add-delay-between-button-press-and-release-to-kiosk-mode.patch
  Add click on touch (FATE#320263).

-------------------------------------------------------------------
Wed Feb 10 13:20:54 UTC 2016 - sndirsch@suse.com

- latest driver changes for sle12 (fate #315643-315645, 319159-319161, 319618)
- removed upstreamed patches:
  * add-smooth-scrolling-config-options.diff
  * add-evdev-prop-scroll-distance-definition.diff

-------------------------------------------------------------------
Fri Jan  8 11:20:21 UTC 2016 - sndirsch@suse.com

- Update to version 2.10.1
  Only one change over 2.10, affecting some devices with absolute axes but not
  ABS_X/ABS_Y. Previously, those devices had the first to axes mapped to axes
  0 and 1 and thus some random axes was interpreted as x/y coordinate. With
  this release, axes 0 and 1 are reserved for x/y axes only.

-------------------------------------------------------------------
Fri Nov 13 12:17:36 UTC 2015 - mpluskal@suse.com

- Use url for source
- Add gpg signature
- Make building more verbose

-------------------------------------------------------------------
Wed Oct 28 15:39:33 UTC 2015 - sndirsch@suse.com

- Update to version 2.10.0
  Plenty of bugfixes accumulated over time, one new option is now
  available: Resolution. This enables a user to set a mouse device's
  native resolution, if set the device's deltas are scaled to a
  normalized 1000dpi resolution. This can be used to make
  high-resolution mice less sensitive without having to actually
  change the acceleration in the desktop environment. The default
  for this option is 0 and no scaling is performed.

-------------------------------------------------------------------
Wed Sep  9 18:11:46 UTC 2015 - alarrosa@suse.com

- Added add-smooth-scrolling-config-options.diff and 
  add-evdev-prop-scroll-distance-definition.diff (both from upstream)
  to provide a definition for EVDEV_PROP_SCROLL_DISTANCE,
  defined in a more recent version of xf86-input-evdev. 

-------------------------------------------------------------------
Wed Dec 10 12:33:34 UTC 2014 - eich@suse.com

- 50-elotouch.conf: Make sure an 'TouchSystems CarrollTouch 4500U'
  is an absolute device (bnc#876089)

-------------------------------------------------------------------
Wed Mar 19 16:11:48 UTC 2014 - sndirsch@suse.com

- 11-evdev.conf: enable emulate3buttons on trackpoint devices 
  (bnc#869097)

-------------------------------------------------------------------
Mon Feb 10 13:11:29 UTC 2014 - sndirsch@suse.com

- 11-evdev.conf: emulate wheelbutton for another trackpoint device
  (bnc#861813)

-------------------------------------------------------------------
Fri Dec 20 11:59:29 UTC 2013 - sndirsch@suse.com

- provides/obsoletes x11-input-mtrack, since multitouch devices
  are now covered via mtdev library; drop request for 
  x11-input-mtrack has been filed

-------------------------------------------------------------------
Mon Oct 14 13:21:26 UTC 2013 - sndirsch@suse.com

- added 11-evdev.conf xorg.conf.d snippet, since apparently some
  tweaks are still required (bnc#843333)

-------------------------------------------------------------------
Sun Oct  6 23:53:08 UTC 2013 - tobias.johannes.klausmann@mni.thm.de

- Update to version 2.8.2:
  Second release for evdev 2.8 is now available. Two minor but important
  fixes. Evdev now writes SYN_REPORT after toggling LEDs, so other processes
  listening in on the device can see the change immediately. The other fix
  addresses an inconsistency in the mapping of REL_DIAL.
- Remove upstream patches:
  + Patch1: U_0001-Write-a-SYN_REPORT-after-the-last-LED.patch
  + Patch2: U_0002-Don-t-use-mtdev-for-protocol-B-devices.patch
  + Patch3: U_0003-Remove-a-comment.patch

-------------------------------------------------------------------
Thu Sep  5 14:11:03 UTC 2013 - sndirsch@suse.com

- U_0001-Write-a-SYN_REPORT-after-the-last-LED.patch
  * Write a SYN_REPORT after the last LED
- U_0002-Don-t-use-mtdev-for-protocol-B-devices.patch
  *  Don't use mtdev for protocol B devices
- U_0003-Remove-a-comment.patch
  * Remove a comment

-------------------------------------------------------------------
Thu Sep  5 12:51:16 UTC 2013 - sndirsch@suse.com

- build driver with mtdev support (multitouch devices) 

-------------------------------------------------------------------
Thu Jul 11 19:25:10 UTC 2013 - tobias.johannes.klausmann@mni.thm.de

- Update to version 2.8.1:
  A new option was added, "TypeName" defines the
  XI device type provided in the XListInputDevices() reply.
  Two fixes, one for a set of MT devices without legacy axes, one for a
  misconfiguration (inertia of 0 should be no inertia).
  Switch default model to pc104, but the switch to pc104 has no effect,
  it's merely to make it more explicit.

-------------------------------------------------------------------
Tue Mar 26 13:56:22 UTC 2013 - tobias.johannes.klausmann@mni.thm.de

- Update to version 2.8.0:
  Not a whole lot of new things happening here, mostly
  cleanup and various misc fixes. Most bugfixes have already found their way
  into the 2.7.x releases.
- Notable changes:
  + axis swap/inversion and calibration is now possible for touch events too
    (#59340)
  + maintainer-mode is now always enabled
  + evdev uses sigsafe logging if available
- Remove upstreamed patches:
  + evdev_move-valuator-swapping-into-a-helper-function.patch (patch0)
  + evdev_move-calibration-asjustments-to-helper-function.patch (patch1)
  + evdev_handle-axis-swap-calibration-and-inversion-for-touch-events.patch (patch2)

-------------------------------------------------------------------
Tue Jan 15 15:22:22 UTC 2013 - msrb@suse.com

- evdev_handle-axis-swap-calibration-and-inversion-for-touch-events.patch,
  evdev_move-calibration-asjustments-to-helper-function.patch,
  evdev_move-valuator-swapping-into-a-helper-function.patch
  * Handle axis swap, calibration and inversion for touch events
    (bnc#785508) 

-------------------------------------------------------------------
Thu Nov 22 17:51:40 UTC 2012 - tobias.johannes.klausmann@mni.thm.de

- Use static tarballs instead of git created ones and remove 
  unneeded dependencies!

-------------------------------------------------------------------
Mon Aug 13 17:01:10 UTC 2012 - tobias.johannes.klausmann@mni.thm.de

- Update to version 2.7.3:
  + Three bugfixes, one fixes a regression introduced in 2.7.2.

-------------------------------------------------------------------
Sat Aug  4 12:56:27 UTC 2012 - tobias.johannes.klausmann@mni.thm.de

- Update to version 2.7.2:
  + This update fixes a few compiler warnings and a memory leak.

-------------------------------------------------------------------
Tue Jul 24 13:38:06 UTC 2012 - tobias.johannes.klausmann@mni.thm.de

- Update to version 2.7.1:
  + First update to the evdev 2.7 series. This update fixes a couple 
    of bugs and memory leaks.

-------------------------------------------------------------------
Thu Apr 19 13:49:23 UTC 2012 - dimstar@opensuse.org

- Update to version 2.7.0:
  + Only force REL_X/Y if no ABS_X/Y exists
  + Copy last valuator values into new touch valuator masks
  + Prefere relative axis labelling over absolute axis labelling
  + Force x/y axes to exist on devices with any other axes
    (fdo#44655)
- Add pkgconfig(libudev) BuildRequires: New dependency
- Add pkgconfig(mtdev) BuildRequires: Support Multi-Touch.
- Use %x11_abi_xinpot_req instead of static ABI Requires.

-------------------------------------------------------------------
Wed Apr 18 11:22:34 UTC 2012 - vuntz@opensuse.org

- Split xf86-input-evdev from xorg-x11-driver-input.
  Initial version: 2.6.0.

openSUSE Build Service is sponsored by