Deadlock in kernel on USB shutdown

Roger Leblanc (r_leblanc@videotron.ca)
Tue, 01 Jan 2002 16:48:41 -0500


Hi,

I just compiled version 2.4.17 of the Linux kernel for my Pentium III.
It is compiled with modular USB support so I can run my USB scanner (an
Epson Perfection 1200U).

The scanner works fine but the system freeses when I shut it down. I
investigated a bit and found that in the file:
<kernel_root>/drivers/usb/usb.c
in function:
usb_disconnect(struct usb_device **pdev)

there is a call to function:
usbdevfs_remove_device(dev)
at line 2423.

That is the exact point where it freeses. If I comment out that line,
everything goes fine. I know! This is not the proper way to fix it! But
at least, it fixes my problem. Since I'm not a kernel expert, I will
leave it to you to find the right way to fix it.

If you want me to try something or to give you more info, do not
hesitate to contact me.

Thanks

Roger

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/