diff options
Diffstat (limited to 'drivers/char/moxa.c')
-rw-r--r-- | drivers/char/moxa.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/char/moxa.c b/drivers/char/moxa.c index 72b7e6793169..6757b1922f4f 100644 --- a/drivers/char/moxa.c +++ b/drivers/char/moxa.c | |||
@@ -2,7 +2,8 @@ | |||
2 | /* | 2 | /* |
3 | * moxa.c -- MOXA Intellio family multiport serial driver. | 3 | * moxa.c -- MOXA Intellio family multiport serial driver. |
4 | * | 4 | * |
5 | * Copyright (C) 1999-2000 Moxa Technologies (support@moxa.com.tw). | 5 | * Copyright (C) 1999-2000 Moxa Technologies (support@moxa.com). |
6 | * Copyright (c) 2007 Jiri Slaby <jirislaby@gmail.com> | ||
6 | * | 7 | * |
7 | * This code is loosely based on the Linux serial driver, written by | 8 | * This code is loosely based on the Linux serial driver, written by |
8 | * Linus Torvalds, Theodore T'so and others. | 9 | * Linus Torvalds, Theodore T'so and others. |
@@ -49,7 +50,7 @@ | |||
49 | 50 | ||
50 | #include "moxa.h" | 51 | #include "moxa.h" |
51 | 52 | ||
52 | #define MOXA_VERSION "5.1k" | 53 | #define MOXA_VERSION "6.0k" |
53 | 54 | ||
54 | #define MOXA_FW_HDRLEN 32 | 55 | #define MOXA_FW_HDRLEN 32 |
55 | 56 | ||