9
0
Fork 0
barebox/drivers/usb/storage
Sascha Hauer bd14edecaf usb storage: fix driver name
We have to set the name in struct usb_driver, not the one
in struct driver_d which gets overwritten with usb_driver->name
during registration.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-05-23 22:37:01 +02:00
..
Kconfig Use generic block layer to access the drives and do partition parsing 2011-11-28 09:23:24 +01:00
Makefile USB mass storage device driver initial implementation 2011-09-23 08:53:22 +02:00
transport.c USB mass storage device driver initial implementation 2011-09-23 08:53:22 +02:00
transport.h USB mass storage device driver initial implementation 2011-09-23 08:53:22 +02:00
usb.c usb storage: fix driver name 2012-05-23 22:37:01 +02:00
usb.h USB storage: fix disconnect 2012-02-15 09:00:46 +01:00