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
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
-
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
__
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
> 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
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