bac2c126e452eb00f91305ba2c04a8b2bd95acf0 |
|
18-Nov-2011 |
Greg Kroah-Hartman <gregkh@suse.de> |
USB: convert drivers/staging/* to use module_usb_driver() This converts the drivers in drivers/staging/* to use the module_usb_driver() macro which makes the code smaller and a bit simpler. Added bonus is that it removes some unneeded kernel log messages about drivers loading and/or unloading. Cc: "David Täht" <d@teklibre.com> Cc: Marek Belisko <marek.belisko@gmail.com> Cc: Al Cho <acho@novell.com> Cc: Forest Bond <forest@alittletooquiet.net> Cc: Pavel Machek <pavel@ucw.cz> Cc: Huajun Li <huajun.li.lee@gmail.com> Cc: Zac Storer <zac.3.14159@gmail.com> Cc: Randy Dunlap <randy.dunlap@oracle.com> Cc: Mauro Carvalho Chehab <mchehab@redhat.com> Cc: edwin_rong <edwin_rong@realsil.com.cn> Cc: Ben Hutchings <ben@decadent.org.uk> Cc: Julia Lawall <julia@diku.dk> Cc: Ilia Mirkin <imirkin@alum.mit.edu> Cc: Joe Perches <joe@perches.com> Cc: Pekka Enberg <penberg@kernel.org> Cc: "John W. Linville" <linville@tuxdriver.com> Cc: Paul Gortmaker <paul.gortmaker@windriver.com> Cc: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/keucr/usb.c
|
20c3d7f71d31aff167bb4a8c536df3e6bd85dd9e |
|
07-Jul-2011 |
Cho, Yu-Chen <acho@novell.com> |
Staging: Remove ENE UB6250 MS card codes from keucr Remove ENE UB6250 MS card codes from keucr. Signed-off-by: Cho, Yu-Chen <acho@novell.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/keucr/usb.c
|
7d51b77ae10574c90a4dc01993458de3ce5cff16 |
|
19-Jun-2011 |
Zac Storer <zac.3.14159@gmail.com> |
Staging: keucr: usb: fixed a brace coding style warning Fixed a brace coding style warning. Signed-off-by: Zac Storer <zac.3.14159@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/keucr/usb.c
|
d8aba9d5d6c0d9809798967b9aac293690233b6d |
|
09-May-2011 |
Randy Dunlap <randy.dunlap@oracle.com> |
staging/keucr: fix sparse statics and non-ANSI function warnings Make lots of functions and data static (fixes sparse warnings). Fix 5 functions to use ANSI format for function parameters (fixes sparse warnings). Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/keucr/usb.c
|
871f84779668b594651c03b0498c6e76cf0f64f0 |
|
01-Apr-2011 |
Cho, Yu-Chen <acho@novell.com> |
staging/keucr: transport usb use pr_<level> transport.c usb.c use pr_<level> for messages Signed-off-by: Cho, Yu-Chen <acho@novell.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/keucr/usb.c
|
41e568d14ec0aca1b2bb19563517aad3b06d6805 |
|
04-Mar-2011 |
huajun li <huajun.li.lee@gmail.com> |
Staging: Merge ENE UB6250 SD card codes from keucr to drivers/usb/storage The usb portion of this driver can now go into drivers/usb/storage. This leaves the non-usb portion of the code still in staging. Signed-off-by: Huajun Li <huajun.li.lee@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/keucr/usb.c
|
bceadddd92ceb4fd51e5e16c4f6699d8eb2e5604 |
|
28-Oct-2010 |
Greg Kroah-Hartman <gregkh@suse.de> |
Staging: keucr: fix up US_ macro change The usb tree renamed the USB storage defines to make more sense, so this driver needs the changes as well so that things will compile properly. Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/keucr/usb.c
|
a871869245d79ab8d8ee465139144c7cb89e1854 |
|
16-Sep-2010 |
Al Cho <acho@novell.com> |
staging: keucr: fix keucr lost disconnect keucr lost the disconnect, so keucr crash when plug-in and then plug-out SD-card quickly. unmark the part of usb disconnect Signed-off-by: Al Cho <acho@novell.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/keucr/usb.c
|
e23f773ee481aac96814aa9a4dbb0a7a4e0e9a7a |
|
15-Sep-2010 |
Randy Dunlap <randy.dunlap@oracle.com> |
staging/keucr: fix build when CONFIG_PM is not enabled keucr driver has a build error when CONFIG_PM is not enabled, so fix that. drivers/staging/keucr/usb.c:42: error: 'struct us_data' has no member named 'suspend_resume_hook' drivers/staging/keucr/usb.c:43: error: 'struct us_data' has no member named 'suspend_resume_hook' drivers/staging/keucr/usb.c:64: error: 'struct us_data' has no member named 'suspend_resume_hook' drivers/staging/keucr/usb.c:65: error: 'struct us_data' has no member named 'suspend_resume_hook' Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Cc: Al Cho <acho@novell.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
/drivers/staging/keucr/usb.c
|
126bb03b461c2f03f2d2a43b9a587941bf146e0e |
|
08-Sep-2010 |
Al Cho <acho@novell.com> |
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>
/drivers/staging/keucr/usb.c
|