alistair23-linux/drivers/usb/atm
Oliver Neukum 3b79cc2670 USB: unkill cxacru atm driver
it seems like you overdid it a bit in your quest to clean up the
use of urb->status. In this driver you read it the first thing, which
means that you are in a race against URB completion you'll
usually lose, returning -EINPROGRESS. This kills the driver.

Signed-off-by: Oliver Neukum <oneukum@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2007-08-22 14:27:58 -07:00
..
cxacru.c USB: unkill cxacru atm driver 2007-08-22 14:27:58 -07:00
Kconfig
Makefile
speedtch.c USB: atm: speedtch: clean up urb->status usage 2007-07-19 17:46:05 -07:00
ueagle-atm.c USB: atm: ueagle-atm: clean up urb->status usage 2007-07-19 17:46:06 -07:00
usbatm.c USB: atm: usbatm: clean up urb->status usage 2007-07-19 17:46:06 -07:00
usbatm.h
xusbatm.c