Stefan Dirsch changed bug 1120405
What Removed Added
Priority P5 - None P3 - Medium
Status NEW IN_PROGRESS
CC   oneukum@suse.com
Flags   needinfo?(oneukum@suse.com)

Comment # 21 on bug 1120405 from
Well, we removed support for serial devices for sle15/Leap15 by intention.
That's the reason I also removed it from the xf86-video-wacom driver. 

Seems we also announced it on opensuse-factory ML at that time. I'm not sure
whether we really want to reintroduce it for TW given that we talk about 
a Laptop/Tablet model manufactured in 2011.

Oliver?


## diff on expanded link not possible, showing unexpanded version
Index: xf86-input-wacom.changes
===================================================================
--- xf86-input-wacom.changes (revision 50)
+++ xf86-input-wacom.changes (revision 51)
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Wed May 10 12:38:22 UTC 2017 - sndirsch@suse.com
+
+- removed support for serial input devices (fate#323262)
+
+-------------------------------------------------------------------
 Thu Apr  6 12:33:08 UTC 2017 - sndirsch@suse.com

 - removed requires to linuxconsoletools (bsc#1032643) 
Index: xf86-input-wacom.spec
===================================================================
--- xf86-input-wacom.spec (revision 50)
+++ xf86-input-wacom.spec (revision 51)
@@ -91,34 +91,19 @@
 %make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 mv %{buildroot}%{_udevrulesdir}/wacom.rules 
%{buildroot}%{_udevrulesdir}/65-wa
com.rules
+rm %{buildroot}/%{_bindir}/isdv4-serial-inputattach \
+   %{buildroot}/%{_bindir}/isdv4-serial-debugger \
+   %{buildroot}/%{_unitdir}/wacom-inputattach@.service

 %check
 make %{?_smp_mflags} check

-%pre
-%service_add_pre wacom-inputattach@.service
-
 %post
-%service_add_post wacom-inputattach@.service
-test -n "$FIRST_ARG" || FIRST_ARG=$1
-if [ $FIRST_ARG -eq 1 ]; then
-    %udev_rules_update
-    %{_bindir}/systemctl daemon-reload >/dev/null 2>&1 || :
-fi
 # re-plug the input devices
 udevadm trigger --subsystem-match=input --action=change
 exit 0

-%preun
-%service_del_preun wacom-inputattach@.service
-
 %postun
-%service_del_postun wacom-inputattach@.service
-test -n "$FIRST_ARG" || FIRST_ARG=$1
-if [ $FIRST_ARG -le 1 ]; then
-    %udev_rules_update
-    %{_bindir}/systemctl daemon-reload >/dev/null 2>&1 || :
-fi
 # re-plug the input devices
 udevadm trigger --subsystem-match=input --action=change
 exit 0
@@ -127,14 +112,12 @@
 %defattr(-,root,root)
 %doc AUTHORS ChangeLog GPL README
 %{_udevrulesdir}/65-wacom.rules
-%{_unitdir}/wacom-inputattach@.service
 %config %{_sysconfdir}/X11/xorg.conf.d/70-wacom.conf
 %dir %{_libdir}/xorg/modules/input
 %{_libdir}/xorg/modules/input/wacom_drv.so
 %{_bindir}/xsetwacom
 %{_mandir}/man1/xsetwacom.1%{?ext_man}
 %{_mandir}/man4/wacom.4%{?ext_man}
-%{_bindir}/isdv4-serial-inputattach

 %files devel
 %defattr(-,root,root)
@@ -143,7 +126,6 @@
 %{_includedir}/xorg/wacom-properties.h
 %{_includedir}/xorg/wacom-util.h
 # not useful for most people
-%{_bindir}/isdv4-serial-debugger
 %{_libdir}/pkgconfig/xorg-wacom.pc

 %changelog


You are receiving this mail because: