Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: xf86-input-wacom-devel | Distribution: SUSE Linux Enterprise 15 |
Version: 0.40.0 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150500.1.3 | Build date: Wed May 3 21:58:13 2023 |
Group: Development/Libraries/X11 | Build host: sheep56 |
Size: 34363 | Source RPM: xf86-input-wacom-0.40.0-150500.1.3.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://github.com/linuxwacom/xf86-input-wacom | |
Summary: Development files for the Xorg X server Wacom input driver |
wacom is an X input driver and utilities for Wacom devices.
GPL-2.0-or-later
* Mon Jan 10 2022 jsegitz@suse.com - Added hardening to systemd service(s) (bsc#1181400). Added patch(es): * harden_wacom-inputattach@.service.patch * Thu May 06 2021 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 sndirsch@suse.com - reenabled * %{?systemd_ordering} * %{x11_abi_xinput_req} which has mistakely been disabled by the previous update ... * Tue Aug 25 2020 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 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 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 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 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 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. * Tue Jan 08 2019 sndirsch@suse.com - readded support for serial input devices (boo#1120405) * Tue May 30 2017 sndirsch@suse.com - includes everything needed for missing sle issue entries: fate #315643-315645, 319159-319161, 319618 (bsc#1041642) * Wed May 10 2017 sndirsch@suse.com - removed support for serial input devices (fate#323262) * Thu Apr 06 2017 sndirsch@suse.com - removed requires to linuxconsoletools (bsc#1032643) * Sat Mar 18 2017 tchvatal@suse.com - Version update to 0.34.2: * Prevent xf86-input-wacom from binding to pure-keyboard devices * refer KeySyms defined by keysymdef.h in man page * Make sibling device name matching slightly more lenient - Remove upstreamed patch: * U_conf-rename-to-70-wacom.conf.patch - Update patch to allow make check to pass, we add option: * n_01-Add-option-to-enable-logging.patch - Run tests - Drop support for older distros as we care about leap+ * Wed Mar 15 2017 sndirsch@suse.com - switched input-tools required to linuxconsoletools (bsc#1029489) * Sat May 21 2016 jengelh@inai.de - Ensure all unit template instances are gone on uninstall [boo#981004] * Thu May 19 2016 sndirsch@suse.com - U_conf-rename-to-70-wacom.conf.patch * bump up wacom driver to 070, so it get's preferred over libinput, which was dropped down to 060 (boo #979554) * Tue Feb 16 2016 eshmarnev@suse.com - Update to version 0.32.0: * Update release.sh script from Xorg. * Don't rely on IsPad() when trying to undo kernel event filtering. * Streamline Sourceforge login for release.sh. * Fri Oct 09 2015 zaitor@opensuse.org - Update to version 0.31.0: + xsetwacom: Fix regression in simple button mapping. + Modify wcmMaxCursorDist calculation to support non-inverted protocol 4. * Fri Jul 31 2015 dimstar@opensuse.org - Update to version 0.30.0: + Allow PAD only interfaces without EV_ABS and/or EV_X/Y to report events. + xsetwacom: Add ability to read args from stdin for fuzzing. + afl: xsetwacom: - Do not allow negative button numbers. - Check that argc is in range before dereferencing argv. + ubsan: - Fix alignment issues. - Prevent out-of-bounds array write. - Use 'unsigned int' for button mask in 'wcmSendButtons'. + asan: xsetwacom: Cleanup xsetwacom memory leaks. + xsetwacom: Fix 'get_mapped_area' ("maptooutput next") on 64-bit. + Coverity: - fix potential NULL-pointer dereferences. - fix coverity complaints about unchecked return values. - fix potential negative array subscript. - silence "ioctl return value not checked" warnings. - remove dead code. + tools: make baudrate unsigned int to shut up compiler. - BuildRequire pkgconfig(udev) instead of udev: be more robust to packaging changes. - Ignore absence of udevadm, it won't be present in the build env. - Rebase n_01-Add-option-to-enable-logging.patch. * Fri Jan 23 2015 sndirsch@suse.com - Update to release xf86-input-wacom-0.28.0 - dropped upstream patches already in 0.28.0 * U_01-Remove-unused-code.patch * U_02-Zero-is-not-a-valid-device-ID-don-t-derive-a-type-from-it.patch * U_03-Fix-initial-device-type-detection.patch * U_04-Store-the-last-used-channel-rather-than-blindly-taking-channel-0.patch * U_05-Remove-duplicate-tool-type-detection.patch * U_06-Attempt-to-derive-the-tool-type-from-a-known-button-key-event.patch - refreshed logging patches: * n_01-Add-option-to-enable-logging.patch * n_02-Log-PROXIMITY-LOW-LEVEL-events.patch * n_03-Log-PRESSURE-low-level-events.patch * n_04-Log-BUTTON-HIGH-LEVEL-events.patch (factorX/factorY replaced by 1.0 due to upstream git commit 96eae07)
/usr/bin/isdv4-serial-debugger /usr/include/xorg/Xwacom.h /usr/include/xorg/isdv4.h /usr/include/xorg/wacom-properties.h /usr/include/xorg/wacom-util.h /usr/lib64/pkgconfig/xorg-wacom.pc
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 20:06:21 2024