Package Release Info

xf86-input-wacom-0.40.0-bp160.1.1

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

xf86-input-wacom
xf86-input-wacom-devel

Change Logs

* Mon Feb 26 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  PatchN.
* Mon Jan 10 2022 Johannes Segitz <jsegitz@suse.com>
- Added hardening to systemd service(s) (bsc#1181400). Added patch(es):
  * harden_wacom-inputattach@.service.patch
* Thu May 06 2021 Ferdinand Thiessen <rpm@fthiessen.de>
- Update to version 0.40.0:
  * Add support for "Wacom One Pen Display 13"
  * Recognize pad devices which only have softkeys
  * Support the keycodes sent by the hardware buttons
  * Support new Cintiqs for older kernels
  * Stop pointer movement when panscrolling in relative mode
  * Better explanation of the "ToolSerials" option
  * Minor other improvements
* Tue Aug 25 2020 Stefan Dirsch <sndirsch@suse.com>
- reenabled
  * %{?systemd_ordering}
  * %{x11_abi_xinput_req}
  which has mistakely been disabled by the previous update ...
* Tue Aug 25 2020 Dirk Mueller <dmueller@suse.com>
- update to version 0.39.0:
  * Recognize new MobileStudio Pro PID
  * Ignore ABS_MISC as a source of device type information for AES pens
  * tools: Fix potential buffer overflow when reading from serial tablet
  * Handle multitouch mode up at the very start wcmGestureFilter
  * Perform a few cleanups in wcmTouchFilter.c
  * Change default gesture mode: touchpad=on, touchscreen=off
  * Support new MobileStudio Pro for older kernels
  * Trigger scroll and zoom gestures immediately after they are detected
  * Revert "Reset wcmGestureState to current device state upon gesture start"
  * Do not start scroll gesture if fingers are moving opposite directions
  * Minor cleanups for wcmFingerScroll and wcmFingerZoom
  * Use wcmScrollDistance as scroll threshold; recognize scrolling more consistently
  * Overhaul calculation of default scroll, zoom, and spread distances
  * Prevent spurious right-clicks at the end of very short scroll and zoom gestures
  * Do not wait wcmTapTime to enter scroll or zoom mode
  * Use a proxout height of 30 for all stylus devices
  * Allow CursorProximity to take effect even if distance == 0 on tablet surface
  * Allow use of proxout feature for any relative tablet tool (stylus, eraser, cursor)
  * Change wcmCursorProxoutDist from a common to a private property
  * Add support for Surface Go and Nuvision Solo 10 Draw
  * Fix panscroll when using non-default tablet area
- remove U_Change-default-gesture-mode-touchpad-on-touchscreen-.patch (upstream)
* Thu Jul 16 2020 Stefan Dirsch <sndirsch@suse.com>
- n_disable-touchscreen.patch
  * don't use wacom driver for various touchscreens; let it fall
    back to libinput driver instead (boo#1172669)
* Mon Jun 08 2020 Stefan Dirsch <sndirsch@suse.com>
- U_Change-default-gesture-mode-touchpad-on-touchscreen-.patch
  * disable gesture mode on Touchscreens by default (boo#1172669)
* Tue Aug 20 2019 Stefan Dirsch <sndirsch@suse.com>
- Version update to 0.37.0 (boo#1146181)
  * bug fixes and performance improvements
- adjusted n_01-Add-option-to-enable-logging.patch
- refreshed n_02-Log-PROXIMITY-LOW-LEVEL-events.patch,
  n_03-Log-PRESSURE-low-level-events.patch,
  n_04-Log-BUTTON-HIGH-LEVEL-events.patch
* Tue Jul 30 2019 Stefan Dirsch <sndirsch@suse.com>
- move xorg.conf.d snippet from /etc/X11/xorg.conf.d to
  /usr/share/X11/xorg.conf.d (boo#1139692)
* Thu Mar 21 2019 Jan Engelhardt <jengelh@inai.de>
- Remove FIRST_ARG logic (following systemd-rpm-macros rev 28).
- Avoid em dashes in summary.
- Add %systemd_ordering as there are service files to process.