| probe not getting called in usb-skeleton Hi ,
I have modified the usb-skeleton.c to work for my first usb device driver.
I have just modified the
#define USB_SKEL_VENDOR_ID
#define USB_SKEL_PRODUCT_ID
in usb-skeleton.c according to my need and compiled and created .ko
when I give insmod init function gets called and when i give rmmod exit function gets called correctly.
When i insert my device, probe hardly gets called.
Do i need to add anyother thing in driver code for my device to be detected
Looking for all your help
T.Senthil |