diff -r -u -x CVS R23/drivers/usb/storage/transport.c R29/drivers/usb/storage/transport.c --- R23/drivers/usb/storage/transport.c 2004-03-24 20:43:17.000000000 +0000 +++ R29/drivers/usb/storage/transport.c 2004-11-11 10:42:02.000000000 +0000 @@ -1,6 +1,6 @@ /* Driver for USB Mass Storage compliant devices * - * $Id: transport.c,v 1.1 2004/03/24 20:43:17 sure Exp $ + * $Id: transport.c,v 1.2 2004/11/11 10:42:02 shearer Exp $ * * Current development and maintenance by: * (c) 1999-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net) @@ -1243,7 +1243,7 @@ ret = USB_STOR_TRANSPORT_ERROR; goto out; } - + udelay(100);//For GL811E Chip /* if the command transfered well, then we go to the data stage */ if (result == 0) { /* send/receive data payload, if there is any */