-
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.
- Loading branch information
Richard Ash
authored and
Greg Kroah-Hartman
committed
Sep 15, 2009
1 parent
35b43ed
commit e213c1a
Showing
3 changed files
with
28 additions
and
12 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: eba1aaddc0fd427d62f51747c6ec5f965ef5dc56 | ||
refs/heads/master: 560a9be8320ab632c7d1dac058662f6c82e5676a |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Incomplete list of things that this driver does not yet implement completely or | ||
at all. some of these may not be possible to implement because the hardware | ||
support does not exist. Others may be possible, but the magic control codes to | ||
make them happen are unknown, and some may just need the driver support to | ||
implement them writing. | ||
|
||
* Mark/Space parity is not implemented (reported back correctly) | ||
* IXANY flow control mode is not implemented (flag ignored completely) |
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