Hi Experts,
I created a sample USB driver with character device access from user space.
I write a user space program to access the kernel driver write() function where I call usb_bulk_msg() to write in BULK OUT endpoint.
When I removed the USB in-between write transfer it crashes where the disconnect() is being invoked.