[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-input-evdev: Changes to 'ubuntu'



 debian/changelog                        |   10 ++++++++--
 debian/local/11-evdev-quirks.conf       |    9 +++++++++
 debian/xserver-xorg-input-evdev.install |    1 +
 3 files changed, 18 insertions(+), 2 deletions(-)

New commits:
commit 27a3b2a836a50802fd4e4155b94da0b8ee1024c9
Author: Timo Aaltonen <tjaalton@ubuntu.com>
Date:   Mon Apr 4 16:58:52 2011 +0300

    releasing version 1:2.6.0-1ubuntu11

diff --git a/debian/changelog b/debian/changelog
index cfcd6a3..f0e6699 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-xserver-xorg-input-evdev (1:2.6.0-1ubuntu11) UNRELEASED; urgency=low
+xserver-xorg-input-evdev (1:2.6.0-1ubuntu11) natty; urgency=low
 
   [ Chase Douglas ]
   * Fix event handling for devices that provide proximity events (LP: #573006)
@@ -8,7 +8,7 @@ xserver-xorg-input-evdev (1:2.6.0-1ubuntu11) UNRELEASED; urgency=low
     Included is a quirk to enable middle button emulation for the Ubuntu
     branded travel mouse (LP: #746639)
 
- -- Timo Aaltonen <tjaalton@ubuntu.com>  Mon, 04 Apr 2011 16:38:58 +0300
+ -- Timo Aaltonen <tjaalton@ubuntu.com>  Mon, 04 Apr 2011 16:58:27 +0300
 
 xserver-xorg-input-evdev (1:2.6.0-1ubuntu10) natty; urgency=low
 

commit 67ee921e803fb42cfe904a62a5f5eb9907c2a468
Author: Timo Aaltonen <tjaalton@ubuntu.com>
Date:   Mon Apr 4 16:57:10 2011 +0300

    Add debian/local/11-evdev-quirks.conf and install it to sysconfigdir.
    
    Included is a quirk to enable middle button emulation for the Ubuntu
    branded travel mouse (LP: #746639)

diff --git a/debian/changelog b/debian/changelog
index 496501b..cfcd6a3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,14 @@
 xserver-xorg-input-evdev (1:2.6.0-1ubuntu11) UNRELEASED; urgency=low
 
+  [ Chase Douglas ]
   * Fix event handling for devices that provide proximity events (LP: #573006)
 
- -- Chase Douglas <chase.douglas@ubuntu.com>  Thu, 17 Mar 2011 09:56:51 -0400
+  [ Timo Aaltonen ]
+  * Add debian/local/11-evdev-quirks.conf and install it to sysconfigdir.
+    Included is a quirk to enable middle button emulation for the Ubuntu
+    branded travel mouse (LP: #746639)
+
+ -- Timo Aaltonen <tjaalton@ubuntu.com>  Mon, 04 Apr 2011 16:38:58 +0300
 
 xserver-xorg-input-evdev (1:2.6.0-1ubuntu10) natty; urgency=low
 
diff --git a/debian/local/11-evdev-quirks.conf b/debian/local/11-evdev-quirks.conf
new file mode 100644
index 0000000..90ff1bc
--- /dev/null
+++ b/debian/local/11-evdev-quirks.conf
@@ -0,0 +1,9 @@
+Section "InputClass"
+	Identifier "Avago Technologies mouse quirks (LP: #746639)"
+	MatchIsPointer "on"
+	MatchDevicePath "/dev/input/event*"
+	Driver "evdev"
+	MatchUSBID "192f:0416"
+	Option "Emulate3Buttons" "True"
+	Option "Emulate3Timeout" "50"
+EndSection
diff --git a/debian/xserver-xorg-input-evdev.install b/debian/xserver-xorg-input-evdev.install
index 97e3c20..663af94 100644
--- a/debian/xserver-xorg-input-evdev.install
+++ b/debian/xserver-xorg-input-evdev.install
@@ -1,2 +1,3 @@
 usr/lib/xorg/modules/input/*.so
 usr/share/man
+../local/11-evdev-quirks.conf	usr/share/X11/xorg.conf.d/


Reply to: