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

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



 debian/changelog                               |    6 ++++++
 debian/patches/04_fix_segv_on_device_off.patch |   12 ++++++++++++
 debian/patches/series                          |    1 +
 3 files changed, 19 insertions(+)

New commits:
commit 5f907d509dd0ddb2d5847cba0160ffa4dd6c08a3
Author: Mattia Dongili <malattia@linux.it>
Date:   Wed May 30 15:56:19 2007 +0900

    Update changelog for new upload
    
    Signed-off-by: Mattia Dongili <malattia@linux.it>

diff --git a/debian/changelog b/debian/changelog
index 7a5c237..b129290 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xf86-input-evtouch (0.8.5-2) unstable; urgency=low
+
+  * Fix SEGV on vt switch (DeviceClose actually).
+
+ -- Mattia Dongili <malattia@debian.org>  Wed, 30 May 2007 15:55:59 +0900
+
 xf86-input-evtouch (0.8.5-1) unstable; urgency=low
 
   * New upstream release.

commit 549c6bc67bd702d47356e991853540eeefdae1b7
Author: Mattia Dongili <malattia@linux.it>
Date:   Wed May 30 15:53:02 2007 +0900

    Fix segv on VT switch (actually DeviceClose)
    
    Signed-off-by: Mattia Dongili <malattia@linux.it>

diff --git a/debian/patches/04_fix_segv_on_device_off.patch b/debian/patches/04_fix_segv_on_device_off.patch
new file mode 100644
index 0000000..7cd03a4
--- /dev/null
+++ b/debian/patches/04_fix_segv_on_device_off.patch
@@ -0,0 +1,12 @@
+Index: xf86-input-evtouch-0.8.5/evtouch.c
+===================================================================
+--- xf86-input-evtouch-0.8.5.orig/evtouch.c	2007-05-30 15:42:27.800337532 +0900
++++ xf86-input-evtouch-0.8.5/evtouch.c	2007-05-30 15:42:38.800964422 +0900
+@@ -533,7 +533,6 @@ DeviceOff (DeviceIntPtr dev)
+                 local->fd = -1;
+         }
+ 
+-        xf86RemoveEnabledDevice (local);
+         dev->public.on = FALSE;
+ 
+         if ( (priv->calibrate) && (priv->fifo>0) ){
diff --git a/debian/patches/series b/debian/patches/series
index f2279f2..7e75dc2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 #02-buttonless-device.patch
 03_fix_compile_warns.patch
+04_fix_segv_on_device_off.patch



Reply to: