On Wed, 2003-01-15 at 17:42, David Brownell wrote:
> > +           if(!(ep_desc = usb_epnum_to_ep_desc(ps->dev, uurb.endpoint)))
> > +                   return -ENOENT;
> > +           interval = ep_desc->bInterval;
> > +           
> 
> Shouldn't it be "interval = 1 << (ep_desc->bInterval -1);" instead?
> For iso, bInterval is always a log2 encoding.

Is this also true for interrupt or just ISO?






-- 
oliverthered <[EMAIL PROTECTED]>



-------------------------------------------------------
This SF.NET email is sponsored by: A Thawte Code Signing Certificate 
is essential in establishing user confidence by providing assurance of 
authenticity and code integrity. Download our Free Code Signing guide:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0028en
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to