diff options
author | Al Cho <acho@novell.com> | 2010-09-08 00:42:32 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-09-08 02:49:39 -0700 |
commit | 126bb03b461c2f03f2d2a43b9a587941bf146e0e (patch) | |
tree | 3ad752751a377039901cf00db8c0e47f26b7b9f5 /drivers/staging/keucr/TODO | |
parent | 15b9e32769de7fb563360cb6a3d96e521c3734ac (diff) |
Staging: add USB ENE card reader driver
This driver is for the ENE card reader that can be found in many
different laptops. It was written by ENE, but cleaned up to
work properly in the kernel tree by Novell.
Signed-off-by: Al Cho <acho@novell.com>
Cc: <yiyingc@ene.com.tw>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/keucr/TODO')
-rw-r--r-- | drivers/staging/keucr/TODO | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/staging/keucr/TODO b/drivers/staging/keucr/TODO new file mode 100644 index 000000000000..4e39e03f5796 --- /dev/null +++ b/drivers/staging/keucr/TODO @@ -0,0 +1,11 @@ +TODO: + - checkpatch.pl clean + - sparse clean + - determine if the driver should not be using a duplicate + version of the usb-storage scsi interface code, but should + be merged into the drivers/usb/storage/ directory and + infrastructure instead. + - review by the USB developer community + +Please send any patches for this driver to Al Cho <acho@novell.com> and +Greg Kroah-Hartman <gregkh@suse.de>. |