summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRupesh Gujare <rgujare@ozmodevices.com>2012-06-26 13:03:41 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-06-26 15:07:56 -0700
commit4b29a3058c080fe6f76ae90e0e792e21000deb16 (patch)
treec6ecee6a5d8a5a49e8f0825d505b9516f4e8b0b8
parentba0a7ae713c89c7be204646d9a34c7f612743f51 (diff)
staging: ozwpan: Update TODO file
Update TODO file. Signed-off-by: Rupesh Gujare <rgujare@ozmodevices.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/ozwpan/TODO11
1 files changed, 6 insertions, 5 deletions
diff --git a/drivers/staging/ozwpan/TODO b/drivers/staging/ozwpan/TODO
index c2d30a7112f3..b5db2456bffa 100644
--- a/drivers/staging/ozwpan/TODO
+++ b/drivers/staging/ozwpan/TODO
@@ -1,10 +1,11 @@
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.
+ - Convert event tracing code to in-kernel tracing infrastructure
+ - Check for remaining ioctl & check if that can be converted into
+ sysfs entries
+ - Convert debug prints to appropriate dev_debug or something better
+ - Modify Kconfig to add CONFIG option for enabling/disabling event
+ tracing.
- 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.