forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- update version - update maintainers - copyright the stuff Signed-off-by: Jiri Slaby <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2759,7 +2759,7 @@ M: [email protected] | |
L: [email protected] | ||
S: Maintained | ||
|
||
MOXA SMARTIO/INDUSTIO SERIAL CARD (MXSER 2.0) | ||
MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD | ||
P: Jiri Slaby | ||
M: [email protected] | ||
L: [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,8 @@ | |
/* | ||
* moxa.c -- MOXA Intellio family multiport serial driver. | ||
* | ||
* Copyright (C) 1999-2000 Moxa Technologies ([email protected]). | ||
* Copyright (C) 1999-2000 Moxa Technologies ([email protected]). | ||
* Copyright (c) 2007 Jiri Slaby <[email protected]> | ||
* | ||
* 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 | ||
|
||
|