projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da3e6ec
)
staging: ozwpan: added TODO file.
author
Chris Kelly
<
[email protected]
>
Fri, 2 Mar 2012 11:57:16 +0000
(11:57 +0000)
committer
Greg Kroah-Hartman
<
[email protected]
>
Sat, 3 Mar 2012 00:32:21 +0000
(16:32 -0800)
Added TODO file for ozwpan driver.
Signed-off-by: Chris Kelly <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/ozwpan/TODO
[new file with mode: 0644]
patch
|
blob
diff --git a/drivers/staging/ozwpan/TODO
b/drivers/staging/ozwpan/TODO
new file mode 100644
(file)
index 0000000..
f7a9c12
--- /dev/null
+++ b/
drivers/staging/ozwpan/TODO
@@ -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 <
[email protected]
>
+and Greg Kroah-Hartman <
[email protected]
>.