[PATCH aiptek 03/18] Move default_options up in preparation for ABI 12

Peter Hutterer peter.hutterer at who-t.net
Wed Dec 1 18:13:34 PST 2010


Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
 src/xf86Aiptek.c |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/xf86Aiptek.c b/src/xf86Aiptek.c
index b19aa7b..43a6ae8 100644
--- a/src/xf86Aiptek.c
+++ b/src/xf86Aiptek.c
@@ -131,6 +131,18 @@ static const char identification[] = "$Identification: 0 $";
 static InputDriverPtr aiptekDrv;
 static int debug_level = INI_DEBUG_LEVEL;
 
+static const char *default_options[] =
+{
+    "BaudRate",     "9600",
+    "StopBits",     "1",
+    "DataBits",     "8",
+    "Parity",       "None",
+    "VMin",         "1",
+    "Vtime",        "10",
+    "FlowControl",  "Xoff",
+    NULL
+};
+
 _X_EXPORT InputDriverRec AIPTEK =
 {
     1,                  /* driver version */
@@ -191,18 +203,6 @@ static KeySymsRec keysyms =
 };
 #endif
 
-static const char *default_options[] =
-{
-    "BaudRate",     "9600",
-    "StopBits",     "1",
-    "DataBits",     "8",
-    "Parity",       "None",
-    "VMin",         "1",
-    "Vtime",        "10",
-    "FlowControl",  "Xoff",
-    NULL
-};
-
 /*
  * xf86AiptekConvert
  * Convert valuators to X and Y. We deal with multiple X screens, adjusting
-- 
1.7.3.2



More information about the xorg-devel mailing list