Re: [linux-usb-devel] [PATCH] fix OHCI interrupt endpoint descriptor hang

2001-10-30 Thread Roman Weissgaerber
Hi Chris, thanks for the error report. There seems to be a missing ep_unlink() somewhere (or the ep_unlink doesn't really unlink every ed, or there is a race between ep_link and ep_unlink). So we have to find the place where the unlink is missing ... thanks Roman Parrott, Chris wrote: > Gree

[linux-usb-devel] [PATCH] fix OHCI interrupt endpoint descriptor hang

2001-10-29 Thread Parrott, Chris
Greetings: I encountered an apparent bug in the OHCI host controller driver in Linux. This one appears as a hang after I open, close, open, close, and then open a Belkin USB serial adapter device attached to the USB with a Compaq OHCI USB host controller chip. I originally discovered this probl