Hello community,

here is the log from the commit of package xf86-input-evdev for 
openSUSE:Factory checked in at 2013-10-14 22:06:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xf86-input-evdev (Old)
 and      /work/SRC/openSUSE:Factory/.xf86-input-evdev.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xf86-input-evdev"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xf86-input-evdev/xf86-input-evdev.changes        
2013-10-08 11:07:56.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xf86-input-evdev.new/xf86-input-evdev.changes   
2013-10-14 22:06:33.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Oct 14 13:21:26 UTC 2013 - [email protected]
+
+- added 11-evdev.conf xorg.conf.d snippet, since apparently some
+  tweaks are still required (bnc#843333)
+
+-------------------------------------------------------------------

New:
----
  11-evdev.conf

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

Other differences:
------------------
++++++ xf86-input-evdev.spec ++++++
--- /var/tmp/diff_new_pack.5s4djd/_old  2013-10-14 22:06:34.000000000 +0200
+++ /var/tmp/diff_new_pack.5s4djd/_new  2013-10-14 22:06:34.000000000 +0200
@@ -24,6 +24,7 @@
 Group:          System/X11/Servers/XF86_4
 Url:            http://xorg.freedesktop.org/
 Source0:        
http://xorg.freedesktop.org/releases/individual/driver/%{name}-%{version}.tar.bz2
+Source1:        11-evdev.conf
 
 #BuildRequires:  autoconf >= 2.60
 #BuildRequires:  automake
@@ -69,6 +70,7 @@
 %install
 %make_install
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+install -D -m 644 %{SOURCE1} 
%{buildroot}%{_sysconfdir}/X11/xorg.conf.d/11-evdev.conf
 
 %post
 # re-plug the input devices
@@ -83,6 +85,7 @@
 %files
 %defattr(-,root,root)
 %doc COPYING README
+%config %{_sysconfdir}/X11/xorg.conf.d/11-evdev.conf
 %dir %{_libdir}/xorg/modules/input
 %{_libdir}/xorg/modules/input/evdev_drv.so
 %{_datadir}/man/man4/evdev.4%{?ext_man}

++++++ 11-evdev.conf ++++++
Section "InputClass"
        # Novell Bugs #597214, #780626, #843333
        Identifier      "IBM TPPS/2 TrackPoint|ThinkPad USB Keyboard with 
TrackPoint"
        MatchProduct    "TPPS/2 IBM TrackPoint"
        MatchIsPointer  "on"
        Driver  "evdev"
        Option  "EmulateWheel"  "on"
        Option  "EmulateWheelButton"    "2"
EndSection
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to