|
@@ -2,7 +2,8 @@
|
|
|
/*
|
|
|
* moxa.c -- MOXA Intellio family multiport serial driver.
|
|
|
*
|
|
|
- * Copyright (C) 1999-2000 Moxa Technologies (support@moxa.com.tw).
|
|
|
+ * Copyright (C) 1999-2000 Moxa Technologies (support@moxa.com).
|
|
|
+ * Copyright (c) 2007 Jiri Slaby <jirislaby@gmail.com>
|
|
|
*
|
|
|
* This code is loosely based on the Linux serial driver, written by
|
|
|
* Linus Torvalds, Theodore T'so and others.
|
|
@@ -49,7 +50,7 @@
|
|
|
|
|
|
#include "moxa.h"
|
|
|
|
|
|
-#define MOXA_VERSION "5.1k"
|
|
|
+#define MOXA_VERSION "6.0k"
|
|
|
|
|
|
#define MOXA_FW_HDRLEN 32
|
|
|
|