Hi...
I have my usb driver as a linux
module. the problem i have is this - i forcefully remove the module when the usb
device is
attached...a proper cleanup happens and the device is unregistered
succesfully...but the problem is even
after doing this, removal of device causes a core
dump(NULL pointer reference in kernel)...and again attaching the
device has the same effect...i doubt if the kernel
is trying to call the 'probe' and 'disconnect'...
but ideally once the device
driver is unregistered,attaching or detaching the USB device should not have any
effect right??
or am i getting it wrong?
rgds
avinash
"Because i live in a large tin can and i work in an
egg carton Flirting is the only joy i have:)"
|
- Re: [linux-usb-devel] disconnect called after driver der... Avinash natarajan
- Re: [linux-usb-devel] disconnect called after drive... David Brownell
- Re: [linux-usb-devel] disconnect called after d... Avinash natarajan
- Re: [linux-usb-devel] disconnect called aft... David Brownell