Hi ALan!

On Fre, 13 Aug 2004, Alan Stern wrote:
> In the meantime, you can try out this patch and see if it helps at all.  

Yup, fixed the problem. Thanks.

One more question:

> @@ -1654,7 +1654,8 @@
>                       usb_fill_int_urb(hid->urbout, dev, pipe, hid->outbuf, 0,
>                                        hid_irq_out, hid, interval);
>                       hid->urbout->transfer_dma = hid->outbuf_dma;
> -                     hid->urbout->transfer_flags |= URB_NO_TRANSFER_DMA_MAP;
> +                     hid->urbout->transfer_flags |= (URB_ASYNC_UNLINK |
> +                                     URB_NO_TRANSFER_DMA_MAP);
>               }
>       }


I have NO idea about usb programming, but there is a similar line a bit
above for
        hid->urbin->transfer_flags
and I wanted to ask wether there should be a URB_ASYNC_UNLINK there,
too?

Thanks a lot and all the best

Norbert

-------------------------------------------------------------------------------
Norbert Preining <preining AT logic DOT at>         Technische Universität Wien
gpg DSA: 0x09C5B094      fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094
-------------------------------------------------------------------------------
SHOEBURYNESS (abs.n.) The vague uncomfortable feeling you get when
sitting on a seat which is still warm from somebody else's bottom.
                        --- Douglas Adams, The Meaning of Liff


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to