List what needs to be done to get this driver merged into the main part of the kernel tree. Cc: Sebastian Haas <haas at ems-wuensche.com> Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de> --- drivers/staging/cpc-usb/TODO | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) create mode 100644 drivers/staging/cpc-usb/TODO diff --git a/drivers/staging/cpc-usb/TODO b/drivers/staging/cpc-usb/TODO new file mode 100644 index 0000000..000e8bb --- /dev/null +++ b/drivers/staging/cpc-usb/TODO @@ -0,0 +1,9 @@ +Things to do for this driver to get merged into the main portion of the +kernel: + - checkpatch cleanups + - sparse clean + - remove proc code + - tie into CAN socket interfaces if possible + - figure out sane userspace api + +Send patches to Greg Kroah-Hartman <greg at kroah.com> -- 1.6.3.2