public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Re: usb mass storage fails in 2.5.18
@ 2002-05-26 22:57 Andries.Brouwer
  0 siblings, 0 replies; 2+ messages in thread
From: Andries.Brouwer @ 2002-05-26 22:57 UTC (permalink / raw)
  To: jbeatty, linux-kernel

In 2.5.16 - 2.5.18 there is one bad bug in usb-storage
fixed by the 1-char patch below. Other things are wrong,
but try this first.

Andries

--- /linux/2.5/linux-2.5.18/linux/drivers/usb/storage/transport.c       Tue May 
21 07:07:37 2002
+++ /linux/2.5/linux-2.5.18a/linux/drivers/usb/storage/transport.c      Sun May 
26 00:32:48 2002
@@ -430,7 +430,7 @@
 
        /* fill the URB */
        FILL_CONTROL_URB(us->current_urb, us->pusb_dev, pipe, 
-                        (unsigned char*) &dr, data, size, 
+                        (unsigned char*) dr, data, size, 
                         usb_stor_blocking_completion, NULL);
 
        /* submit the URB */

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-05-27  4:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <fa.j16a1tv.1q4sio7@ifi.uio.no>
2002-05-27  4:10 ` [PATCH] Re: usb mass storage fails in 2.5.18 sean darcy
2002-05-26 22:57 Andries.Brouwer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox