Results 1 to 2 of 2
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 ...
- 09-11-2007 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 6
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
- 09-12-2007 #2


Reply With Quote
