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

xserver-xorg-input-synaptics: Changes to 'debian-unstable'



 debian/patches/01-synaptics-dont-grab-if-not-on-current-VT.patch |   18 ----------
 debian/patches/series                                            |    1 
 2 files changed, 19 deletions(-)

New commits:
commit 980038f9408216f9d7b1b6dbb59b5bd330c60a49
Author: Maarten Lankhorst <maarten.lankhorst@ubuntu.com>
Date:   Thu Nov 6 11:05:48 2014 +0100

    remove disabled patch

diff --git a/debian/patches/01-synaptics-dont-grab-if-not-on-current-VT.patch b/debian/patches/01-synaptics-dont-grab-if-not-on-current-VT.patch
deleted file mode 100644
index 750cc25..0000000
--- a/debian/patches/01-synaptics-dont-grab-if-not-on-current-VT.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Do not grab the synaptics device if not running on the current VT.
-This helps when switching user or more in general when running more than one
-instance of Xorg.
-
-Index: xserver-xorg-input-synaptics/src/synaptics.c
-===================================================================
---- xserver-xorg-input-synaptics.orig/src/synaptics.c	2009-11-19 21:14:09.183725703 +0900
-+++ xserver-xorg-input-synaptics/src/synaptics.c	2009-11-19 22:00:51.296245013 +0900
-@@ -747,6 +747,9 @@
- 
-     DBG(3, ErrorF("Synaptics DeviceOn called\n"));
- 
-+    if (xf86Screens[0]->vtSema == FALSE)
-+	    return !Success;
-+
-     SetDeviceAndProtocol(local);
-     local->fd = xf86OpenSerial(local->options);
-     if (local->fd == -1) {
diff --git a/debian/patches/series b/debian/patches/series
index cc28603..e3f1d64 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-#01-synaptics-dont-grab-if-not-on-current-VT.patch
 02-do-not-use-synaptics-for-keyboards.patch
 03-bug-return-val.patch


Reply to: