OK, I'll let you fix that BKL stuff (didn't you add it in the first place? :) but this looks like the locking is being done at the wrong level:
> @@ -1349,7 +1351,9 @@ > usbfs_add_device(dev); > > /* find drivers willing to handle this device */ > + lock_kernel(); /* guard against modules unloading */ > usb_find_drivers(dev); > + unlock_kernel(); > ------------------------------------------------------- Sponsored by: ThinkGeek at http://www.ThinkGeek.com/ _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
