[linux-usb-devel] [PATCH] usbdevfs: finalize urbs on interface release

2002-11-19 Thread Duncan Sands
Patch against 2.4.20-rc1. Greg, please apply. The only change from the previous version is that I got rid of code duplication between destroy_all_async and destroy_async_on_interface. I have been running this for a few days now without problems. Description: When an urb has been submitted via u

[linux-usb-devel] [PATCH] usbdevfs: finalize urbs on interface release

2002-11-16 Thread Duncan Sands
Patch against 2.4.20-rc1. When an urb has been submitted via usbdevfs, and is still pending when the interface is released, force the urb to be completed. This fixes an oops on system shutdown with the user space driver for the speedtouch modem. Remarks: (1) I chose to add a new field to the asy