Re: [linux-usb-devel] probe problem : code attached

2002-01-03 Thread Steven Toth
Sorry, I'm playing catchup with email after the xmas break. >This is regarding an earlier mailing to this list >regarding a problem with my driver's probe not being >able to detect the device even though the device's >characteristics show up during kernel boot. This is >the smallest code tha

[linux-usb-devel] probe problem : code attached

2001-12-24 Thread Naveen Kumar
Hello, This is regarding an earlier mailing to this list regarding a problem with my driver's probe not being able to detect the device even though the device's characteristics show up during kernel boot. This is the smallest code that I could come up with -

[linux-usb-devel] Probe problem : code attached

2001-12-24 Thread Naveen Kumar
Hello, This is the most basic code I could think off to just print out the device descriptor fields. #include #include #include static void * my_usb_probe ( struct usb_device *dev, unsigned int ifnum, const struct usb_device_id

[linux-usb-devel] Probe problem

2001-12-24 Thread Naveen Kumar
__ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com ___ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/lin

Re: [linux-usb-devel] probe problem

2001-12-24 Thread Steven Toth
> I am having a problem in probing a device in my >driver. The device parameters(configurations, >interfaces, endpoints, etc) show up during kernel >bootup and are fine but when I print out the >dev->descriptor fields in my module's probe function >the values seem all messed up i.e for exampl

[linux-usb-devel] probe problem

2001-12-23 Thread Naveen Kumar
Hello, I am having a problem in probing a device in my driver. The device parameters(configurations, interfaces, endpoints, etc) show up during kernel bootup and are fine but when I print out the dev->descriptor fields in my module's probe function the values seem all messed up i.e for exampl