]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: ozwpan: Update TODO file
authorRupesh Gujare <rgujare@ozmodevices.com>
Tue, 26 Jun 2012 12:03:41 +0000 (13:03 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 26 Jun 2012 22:07:56 +0000 (15:07 -0700)
Update TODO file.

Signed-off-by: Rupesh Gujare <rgujare@ozmodevices.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ozwpan/TODO

index c2d30a7112f30f8ae507e5a3e31b61b5d0c9184f..b5db2456bffa5241113bd6e7dafece42c38cbbc1 100644 (file)
@@ -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.