Re: [linux-usb-devel] strange urb unlink behavior

2002-07-09 Thread David Brownell
anton wilson wrote: > I'm having a problem where the kernel is freezing when the function > sohci_unlink_urb is attempting to shedule_timeout(timeout). The exact point > in the kerneL where it freezes is in add_timer(&timer) after the spinlock is > locked. That is, not in the USB code at all.

Re: [linux-usb-devel] strange urb unlink behavior

2002-07-08 Thread anton wilson
No, It's not closed source. The original driver writer took it upon himself to write that there. In any case, I believe I solved my problem. It had something to do with the way my system is configured. Anton On Monday 08 July 2002 04:51 pm, Greg KH wrote: > On Mon, Jul 08, 2002 at 03:31:16

Re: [linux-usb-devel] strange urb unlink behavior

2002-07-08 Thread Greg KH
On Mon, Jul 08, 2002 at 03:31:16PM -0400, anton wilson wrote: > // Proprietary intellectual property, (c) 2000 CAMotion, Inc. > // Source and listing must be protected. Um, did you really mean to post this code? And is this a closed source driver? If so, I don't think very many people on thi

[linux-usb-devel] strange urb unlink behavior

2002-07-08 Thread anton wilson
I'm having a problem where the kernel is freezing when the function sohci_unlink_urb is attempting to shedule_timeout(timeout). The exact point in the kerneL where it freezes is in add_timer(&timer) after the spinlock is locked. I attempted to fix this problem by setting the USB_ASYNC_UNLINK f