aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/keucr/init.c
Commit message (Collapse)AuthorAgeFilesLines
* Staging: keucr driver: fix uninitialized variable & proper memset lengthKonstantin Katuev2010-11-101-9/+9
| | | | | | | | | | | There was commented out transfer_flags initialization. And i think memset should fill entire structure, not only length of pointer to it. This makes the driver work properly now on my hardware. Signed-off-by: Konstantin Katuev <kkatuev@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* staging: keucr: check kmalloc() return valueVasiliy Kulikov2010-09-201-0/+2
| | | | | | | kmalloc() may fail, if so return error code. Signed-off-by: Vasiliy Kulikov <segooon@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: add USB ENE card reader driverAl Cho2010-09-081-0/+541
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>