diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-18 02:42:05 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-18 02:46:05 (GMT) |
commit | c7fbfc825fdf183829fac42f55e1e5727f746bb0 (patch) | |
tree | 991bfbdf23406a9c8f097cfabd9b9f7974a56f74 | |
parent | 6ede1edea3e7632e50a4b86165112d6364cdadb6 (diff) | |
download | linux-c7fbfc825fdf183829fac42f55e1e5727f746bb0.tar.xz |
Staging: ced1401: add TODO file
This adds a first cut of a TODO file to get this driver out of the
staging directory.
Cc: Alois Schlögl <alois.schloegl@ist.ac.at>
Cc: Greg P. Smith <greg@ced.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/ced1401/TODO | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/staging/ced1401/TODO b/drivers/staging/ced1401/TODO new file mode 100644 index 0000000..9fd5630 --- /dev/null +++ b/drivers/staging/ced1401/TODO @@ -0,0 +1,10 @@ +TODO: + - coding syle fixes + - build warning fixups + - ioctl auditing + - usb api auditing + - proper USB minor number (it's stomping on an existing one right now.) + +Please send patches to Greg Kroah-Hartman <gregkh@linuxfoundation.org> and Cc: +Alois Schlögl <alois.schloegl@ist.ac.at> + |