Please apply, I missed this conversion.

Use milliseconds at the timeout parameter in the call to
usb_bulk_msg() to match the converted interface.

Signed-off-by: Nishanth Aravamudan <[EMAIL PROTECTED]>

--- 2.6.12-rc1-v/sound/usb/usbmidi.c    2005-03-28 11:27:26.000000000 -0800
+++ 2.6.12-rc1/sound/usb/usbmidi.c      2005-03-28 11:53:07.000000000 -0800
@@ -287,7 +287,7 @@ static int send_bulk_static_data(snd_usb
        memcpy(buf, data, len);
        dump_urb("sending", buf, len);
        err = usb_bulk_msg(ep->umidi->chip->dev, ep->urb->pipe, buf, len,
-                          NULL, HZ / 4);
+                          NULL, 250);
        kfree(buf);
        return err;
 }


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
[email protected]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to