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

X Strike Force X.Org X11 SVN commit: r3623 - in trunk/debian/xorg/debian: . local



Author: dnusinow
Date: 2006-10-05 22:06:20 -0400 (Thu, 05 Oct 2006)
New Revision: 3623

Modified:
   trunk/debian/xorg/debian/changelog
   trunk/debian/xorg/debian/local/dexconf
Log:
* Have dexconf actually use the mouse protocol and port selected during
  debconf config. Thanks Ilguiz Latypov. Closes: #376055

Modified: trunk/debian/xorg/debian/changelog
===================================================================
--- trunk/debian/xorg/debian/changelog	2006-10-06 01:59:53 UTC (rev 3622)
+++ trunk/debian/xorg/debian/changelog	2006-10-06 02:06:20 UTC (rev 3623)
@@ -8,8 +8,10 @@
   * Make ImPS/2 the default mouse port in the xserver-xorg.templates file.
     Also provide the devices in this file rather than as a variable in the
     config script. Closes: #385078
+  * Have dexconf actually use the mouse protocol and port selected during
+    debconf config. Thanks Ilguiz Latypov. Closes: #376055
 
- -- David Nusinow <dnusinow@debian.org>  Thu,  5 Oct 2006 21:57:11 -0400
+ -- David Nusinow <dnusinow@debian.org>  Thu,  5 Oct 2006 22:05:29 -0400
 
 xorg (1:7.1.0-2) unstable; urgency=low
 

Modified: trunk/debian/xorg/debian/local/dexconf
===================================================================
--- trunk/debian/xorg/debian/local/dexconf	2006-10-06 01:59:53 UTC (rev 3622)
+++ trunk/debian/xorg/debian/local/dexconf	2006-10-06 02:06:20 UTC (rev 3623)
@@ -287,8 +287,8 @@
 	Identifier	"Configured Mouse"
 	Driver		"mouse"
 	Option		"CorePointer"
-	Option		"Device"		"/dev/input/mice"
-	Option		"Protocol"		"ExplorerPS/2"
+	Option		"Device"		"$MOUSE_PORT"
+	Option		"Protocol"		"$MOUSE_PROTOCOL"
 SECTION
 if [ -n "$DO_EMULATE3BUTTONS" ]; then
   printf "\tOption\t\t\"Emulate3Buttons\"\t\"true\"\n" >&4



Reply to: