Hi Torsten,

On Wed, 23 Feb 2005 [EMAIL PROTECTED] wrote:
> > --- linux-2.6.10-isp/drivers/usb/host/isp116x.h.buggy       2005-02-23 
> > 18:45:55.000000000 +0200
> > +++ linux-2.6.10-isp/drivers/usb/host/isp116x.h     2005-02-23 
> > 18:49:17.000000000 +0200
> > @@ -529,7 +529,7 @@ static inline void isp116x_show_regs(str
> >      __s;})
> >  #define PIPEDIR(pipe)   ({ usb_pipein(pipe) ? "in" : "out"; })
> >  #define URB_NOTSHORT(urb) ({ (urb)->transfer_flags & URB_SHORT_NOT_OK ? \
> > -   "" : "short_not_ok"; })
> > +   "short_not_ok" : ""; })
> >  #else
> >  #define PIPETYPE(pipe)     do{}while(0)
> >  #define PIPEDIR(pipe)      do{}while(0)
> >
> If the above fix won't work, look at the "patch" I posted some
> weeks ago. I hope that I'm able to look at the new driver this
> or next week.

The above patch is just to correct logging printout, nothing
more.

Torsten, it may be of great help if you could just generate
two logs for me to compare: one with the working driver and
another with the new driver having both PTD_TRACE and
URB_TRACE macros simultaneously defined. Note that the
amount of the log info may be a problem so that you may need
to dump it via the syslog facility, while still having to
cut the printout amount down in a way I just described in my
e-mail to Ian and to the list earlier today. This might help
a lot.

Olav



-------------------------------------------------------
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
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to