Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 47537
b: refs/heads/master
c: ed79ba1
h: refs/heads/master
i:
  47535: c5b8431
v: v3
  • Loading branch information
Jiri Slaby authored and Linus Torvalds committed Feb 11, 2007
1 parent 6d225b8 commit 4a22e6f
Show file tree
Hide file tree
Showing 3 changed files with 155 additions and 315 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f574874bc861414bbae220b1fe623cbdd098243b
refs/heads/master: ed79ba12e981538a399012f226360db635b50570
7 changes: 5 additions & 2 deletions trunk/drivers/char/mxser_new.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@
#define MXSERMAJOR 174
#define MXSERCUMAJOR 175

#define MXSER_EVENT_TXLOW 1

#define MXSER_BOARDS 4 /* Max. boards */
#define MXSER_PORTS_PER_BOARD 8 /* Max. ports per board */
#define MXSER_PORTS (MXSER_BOARDS * MXSER_PORTS_PER_BOARD)
Expand All @@ -65,6 +63,11 @@
#define MXSER_ERR_IRQ_CONFLIT -3
#define MXSER_ERR_VECTOR -4

/*CheckIsMoxaMust return value*/
#define MOXA_OTHER_UART 0x00
#define MOXA_MUST_MU150_HWID 0x01
#define MOXA_MUST_MU860_HWID 0x02

#define WAKEUP_CHARS 256

#define UART_MCR_AFE 0x20
Expand Down
Loading

0 comments on commit 4a22e6f

Please sign in to comment.