Signed-off-by: Peter Hutterer <[email protected]>
---
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
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel