--- R29/drivers/usb/storage/transport.c 2004-11-11 10:42:02.000000000 +0000 +++ R63/drivers/usb/storage/transport.c 2004-09-29 06:48:05.000000000 +0100 @@ -1,6 +1,6 @@ /* Driver for USB Mass Storage compliant devices * - * $Id: transport.c,v 1.2 2004/11/11 10:42:02 shearer Exp $ + * $Id: transport.c,v 1.2 2004/09/29 03:56:50 super Exp $ * * Current development and maintenance by: * (c) 1999-2002 Matthew Dharm (mdharm-usb@one-eyed-alien.net) @@ -1243,7 +1243,9 @@ ret = USB_STOR_TRANSPORT_ERROR; goto out; } - udelay(100);//For GL811E Chip +//super + udelay(100); +// /* if the command transfered well, then we go to the data stage */ if (result == 0) { /* send/receive data payload, if there is any */