Hello community, here is the log from the commit of package xf86-input-evdev for openSUSE:Factory checked in at 2017-06-04 01:46:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xf86-input-evdev (Old) and /work/SRC/openSUSE:Factory/.xf86-input-evdev.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xf86-input-evdev" Sun Jun 4 01:46:55 2017 rev:33 rq:499822 version:2.10.5 Changes: -------- --- /work/SRC/openSUSE:Factory/xf86-input-evdev/xf86-input-evdev.changes 2017-01-23 11:22:06.623877778 +0100 +++ /work/SRC/openSUSE:Factory/.xf86-input-evdev.new/xf86-input-evdev.changes 2017-06-04 01:46:56.789405492 +0200 @@ -1,0 +2,8 @@ +Mon May 29 14:46:21 UTC 2017 - [email protected] + +- includes everything needed for missing sle issue entries: + fate #320263, fate#315643-315645, 319159-319161, 319618 (bsc#1041371) +- 50-elotouch.conf: Make sure an 'TouchSystems CarrollTouch 4500U' + is an absolute device (bnc#876089, bsc#1041371) + +------------------------------------------------------------------- New: ---- 50-elotouch.conf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xf86-input-evdev.spec ++++++ --- /var/tmp/diff_new_pack.Waoyd6/_old 2017-06-04 01:46:57.341327508 +0200 +++ /var/tmp/diff_new_pack.Waoyd6/_new 2017-06-04 01:46:57.345326943 +0200 @@ -27,6 +27,7 @@ Source1: http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2.sig Source2: %{name}.keyring Source3: 11-evdev.conf +Source4: 50-elotouch.conf Patch1: u_01-Add-a-kiosk-mode-for-touch-screens.patch Patch2: u_02-Add-delay-between-button-press-and-release-to-kiosk-mode.patch @@ -84,6 +85,7 @@ mkdir -p %{buildroot}%{_sysconfdir}/X11/xorg.conf.d cp %{buildroot}/%{_datadir}/X11/xorg.conf.d/10-evdev.conf %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/ install -D -m 644 %{SOURCE3} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/11-evdev.conf +install -D -m 644 %{SOURCE4} %{buildroot}%{_sysconfdir}/X11/xorg.conf.d/50-elotouch.conf %post # re-plug the input devices @@ -99,6 +101,7 @@ %dir %{_sysconfdir}/X11/xorg.conf.d %config(noreplace) %{_sysconfdir}/X11/xorg.conf.d/10-evdev.conf %config %{_sysconfdir}/X11/xorg.conf.d/11-evdev.conf +%config %{_sysconfdir}/X11/xorg.conf.d/50-elotouch.conf %dir %{_datadir}/X11/xorg.conf.d %{_datadir}/X11/xorg.conf.d/10-*.conf %dir %{_libdir}/xorg/modules/input ++++++ 50-elotouch.conf ++++++ Section "InputClass" MatchProduct "Elo TouchSystems CarrollTouch 4500U|Elo TouchSystems CarrollTouch 4000U" Identifier "Elotouch" Driver "evdev" Option "Mode" "Absolute" EndSection
