diff options
author | Chris Kelly <ckelly@ozmodevices.com> | 2012-03-02 11:57:16 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-03-02 16:32:21 -0800 |
commit | f2e332662bd38d1656ff31cf398de5a4ab15684c (patch) | |
tree | 6dab2117ac64e22e973d00ba14f8ab35077c8f22 | |
parent | da3e6ec2f443ac00aa623c5921e3521f5f38efe4 (diff) |
staging: ozwpan: added TODO file.
Added TODO file for ozwpan driver.
Signed-off-by: Chris Kelly <ckelly@ozmodevices.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/ozwpan/TODO | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/staging/ozwpan/TODO b/drivers/staging/ozwpan/TODO new file mode 100644 index 000000000000..f7a9c122f596 --- /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 <ckelly@ozmodevices.com> +and Greg Kroah-Hartman <gregkh@linuxfoundation.org>. |