[Moved to linux-usb-devel rather than linux-kernel] On Sat, 29 May 2004, Jens Axboe wrote:
> On Sat, May 29 2004, Greg KH wrote: > > > > Alan, looks like your "fix the VIA controller driver" patch broke > > something here, care to look into it? > > Thanks for the hint, backing out this patch: > > http://www.kernel.org/pub/linux/kernel/v2.5/testing/cset/[EMAIL > PROTECTED]|ChangeSet|20040525183839|17182.txt > > fixes 2.6-BK for me. Both 2.6.7-rc1 and BK current spit out a bunch of: > > drivers/usb/class/usblp.c: usblp1: nonzero read/write bulk status received: -2 > drivers/usb/class/usblp.c: usblp1: error -2 reading from printer > drivers/usb/class/usblp.c: usblp1: error -115 reading from printer > drivers/usb/class/usblp.c: usblp1: error -115 reading from printer > ... > > (about ~80 of that last line) but work for me. I'll start investigating. It absolutely does look like that patch has messed something up; -115 = -EINPROGRESS should never show up in this context. Apparently some URBs are being given back before they have completed. Meanwhile, Jens, could you please turn on USB debugging in your configuration and post the dmesg output you get from 2.6.7-rc1 with that patch in place? Alan Stern ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
