-
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
Chris Kelly
authored and
Greg Kroah-Hartman
committed
Mar 3, 2012
1 parent
a51d5de
commit 4b81fe9
Showing
2 changed files
with
13 additions
and
1 deletion.
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: da3e6ec2f443ac00aa623c5921e3521f5f38efe4 | ||
refs/heads/master: f2e332662bd38d1656ff31cf398de5a4ab15684c |
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,12 @@ | ||
TODO: | ||
- review user mode interface and determine if ioctls can be replaced | ||
with something better. correctly export data structures to user mode | ||
if ioctls are still required and allocate ioctl numbers from | ||
ioctl-number.txt. | ||
- check USB HCD implementation is complete and correct. | ||
- remove any debug and trace code. | ||
- code review by USB developer community. | ||
- testing with as many devices as possible. | ||
|
||
Please send any patches for this driver to Chris Kelly <ckelly@ozmodevices.com> | ||
and Greg Kroah-Hartman <gregkh@linuxfoundation.org>. |