|
USB Storage Device Driver
Hello
I am trying to write a custom driver for my USB storage device so that all the data on the disk can be encrypted while writing.
My module's installation etc goes fine but my probe function is not able to detect the device. I am giving the right vendor id and product id.
The default usb-storage driver (usb-storage.ko) is also present.
Do I have to remove it ? Or there can be two drivers which can receive notification for usb device plugging in etc ?
I would appreciate any help on this issue
Thanks
|