Module Name: xsrc
Committed By: mrg
Date: Wed Jun 5 01:06:27 UTC 2013
Modified Files:
xsrc/external/mit/xf86-input-elographics/include: config.h
xsrc/external/mit/xf86-input-synaptics/include: config.h
Log Message:
new config.h for xf86-input-elographics 1.4.1 and xf86-input-synaptics 1.7.1
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 \
xsrc/external/mit/xf86-input-elographics/include/config.h
cvs rdiff -u -r1.1 -r1.2 \
xsrc/external/mit/xf86-input-synaptics/include/config.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: xsrc/external/mit/xf86-input-elographics/include/config.h
diff -u xsrc/external/mit/xf86-input-elographics/include/config.h:1.3 xsrc/external/mit/xf86-input-elographics/include/config.h:1.4
--- xsrc/external/mit/xf86-input-elographics/include/config.h:1.3 Sat Jul 23 21:58:29 2011
+++ xsrc/external/mit/xf86-input-elographics/include/config.h Wed Jun 5 01:06:27 2013
@@ -43,25 +43,25 @@
#define PACKAGE_NAME "xf86-input-elographics"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xf86-input-elographics 1.3.0"
+#define PACKAGE_STRING "xf86-input-elographics 1.4.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "xf86-input-elographics"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.3.0"
+#define PACKAGE_VERSION "1.4.1"
/* Major version of this package */
#define PACKAGE_VERSION_MAJOR 1
/* Minor version of this package */
-#define PACKAGE_VERSION_MINOR 3
+#define PACKAGE_VERSION_MINOR 4
/* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 0
+#define PACKAGE_VERSION_PATCHLEVEL 1
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
-#define VERSION "1.3.0"
+#define VERSION "1.4.1"
Index: xsrc/external/mit/xf86-input-synaptics/include/config.h
diff -u xsrc/external/mit/xf86-input-synaptics/include/config.h:1.1 xsrc/external/mit/xf86-input-synaptics/include/config.h:1.2
--- xsrc/external/mit/xf86-input-synaptics/include/config.h:1.1 Sat Jan 29 02:32:19 2011
+++ xsrc/external/mit/xf86-input-synaptics/include/config.h Wed Jun 5 01:06:27 2013
@@ -4,6 +4,9 @@
/* Optional backend eventcomm enabled */
/* #undef BUILD_EVENTCOMM */
+/* Optional backend ps2comm and alpscomm enabled */
+#define BUILD_PS2COMM 1
+
/* Optional backend psmcomm enabled */
#define BUILD_PSMCOMM 1
@@ -60,7 +63,7 @@
#define PACKAGE_NAME "xf86-input-synaptics"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "xf86-input-synaptics 1.3.0"
+#define PACKAGE_STRING "xf86-input-synaptics 1.7.1"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "xf86-input-synaptics"
@@ -69,19 +72,19 @@
#define PACKAGE_URL ""
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.3.0"
+#define PACKAGE_VERSION "1.7.1"
/* Major version of this package */
#define PACKAGE_VERSION_MAJOR 1
/* Minor version of this package */
-#define PACKAGE_VERSION_MINOR 3
+#define PACKAGE_VERSION_MINOR 7
/* Patch version of this package */
-#define PACKAGE_VERSION_PATCHLEVEL 0
+#define PACKAGE_VERSION_PATCHLEVEL 1
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
-#define VERSION "1.3.0"
+#define VERSION "1.7.1"