On Wed, Feb 18, don wrote: > On Wed, Feb 18, 2004 at 01:22:36PM -0800, David Brownell wrote: > > areversat wrote: > > >I'd like to know how this usb patch is going ? Is there still a lot to > > >do or will it be ready for 2.6.4 ? We'd like to know. > > > > It'd sure help if someone submitted a patch with those revisions... > > I'm a bit confused, the changes referenced in areversat's recent > note are already in. I see them in 2.6.2. > > However as you have noted, there is an error in that code that > needs the following: > > --- devio.c.orig Fri Feb 13 11:30:38 2004 > +++ devio.c Fri Feb 13 11:31:00 2004 > @@ -862,7 +862,7 @@ > uurb.number_of_packets = 0; > if (!(ep_desc = usb_epnum_to_ep_desc(ps->dev, uurb.endpoint))) > return -ENOENT; > - interval = ep_desc->bInterval; > + interval = (1 << (ep_desc->bInterval - 1)); > if (uurb.buffer_length > 16384) > return -EINVAL; > if (!access_ok((uurb.endpoint & USB_DIR_IN) ? VERIFY_WRITE : > VERIFY_READ, uurb.buffer, uurb.buffer_length))
Is this patch still required? How does the vanilla 2.6.5rc1 work with the eciadsl driver? -- USB is for mice, FireWire is for men! sUse lINUX ag, nÃRNBERG ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel