Hello community,

here is the log from the commit of package xf86-input-wacom for 
openSUSE:Factory checked in at 2020-07-17 20:44:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-input-wacom (Old)
 and      /work/SRC/openSUSE:Factory/.xf86-input-wacom.new.3592 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xf86-input-wacom"

Fri Jul 17 20:44:23 2020 rev:33 rq:821265 version:0.37.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-input-wacom/xf86-input-wacom.changes        
2020-06-11 14:45:05.973451992 +0200
+++ 
/work/SRC/openSUSE:Factory/.xf86-input-wacom.new.3592/xf86-input-wacom.changes  
    2020-07-17 20:44:32.216519849 +0200
@@ -1,0 +2,7 @@
+Thu Jul 16 10:29:11 UTC 2020 - Stefan Dirsch <[email protected]>
+
+- n_disable-touchscreen.patch
+  * don't use wacom driver for various touchscreens; let it fall
+    back to libinput driver instead (boo#1172669) 
+
+-------------------------------------------------------------------

New:
----
  n_disable-touchscreen.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xf86-input-wacom.spec ++++++
--- /var/tmp/diff_new_pack.lGhQNT/_old  2020-07-17 20:44:33.184520881 +0200
+++ /var/tmp/diff_new_pack.lGhQNT/_new  2020-07-17 20:44:33.188520885 +0200
@@ -29,6 +29,7 @@
 Patch9:         n_03-Log-PRESSURE-low-level-events.patch
 Patch10:        n_04-Log-BUTTON-HIGH-LEVEL-events.patch
 Patch11:        U_Change-default-gesture-mode-touchpad-on-touchscreen-.patch
+Patch12:        n_disable-touchscreen.patch
 # For directory ownership
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
@@ -79,6 +80,7 @@
 %patch9 -p1
 %patch10 -p1
 %patch11 -p1
+%patch12 -p1
 
 %build
 autoreconf -fi

++++++ n_disable-touchscreen.patch ++++++
diff -u -r xf86-input-wacom-0.37.0.orig/conf/70-wacom.conf 
xf86-input-wacom-0.37.0/conf/70-wacom.conf
--- xf86-input-wacom-0.37.0.orig/conf/70-wacom.conf     2020-07-16 
12:25:53.259337000 +0200
+++ xf86-input-wacom-0.37.0/conf/70-wacom.conf  2020-07-16 12:26:52.602097000 
+0200
@@ -38,13 +38,13 @@
        Driver "wacom"
 EndSection
 
-Section "InputClass"
-       Identifier "Wacom touchscreen class"
-       MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
-       MatchDevicePath "/dev/input/event*"
-       MatchIsTouchscreen "true"
-       Driver "wacom"
-EndSection
+#Section "InputClass"
+#      Identifier "Wacom touchscreen class"
+#      MatchProduct "Wacom|WACOM|PTK-540WL|ISD-V4"
+#      MatchDevicePath "/dev/input/event*"
+#      MatchIsTouchscreen "true"
+#      Driver "wacom"
+#EndSection
 
 Section "InputClass"
        Identifier "Wacom touchpad class"

Reply via email to