diff options
author | Jiri Slaby <jirislaby@gmail.com> | 2008-04-30 03:53:48 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-30 11:29:43 -0400 |
commit | b9705b603d1d29471aa2977e6310f4f9a4e85925 (patch) | |
tree | 434f192a82bf8e4c34d8e319bab900b95f6969e5 /drivers/char/moxa.c | |
parent | bb9f910a1153101a2f92620f1e7d0fda786c9812 (diff) |
Char: moxa, update credits
- update version
- update maintainers
- copyright the stuff
Signed-off-by: Jiri Slaby <jirislaby@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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 | ||