Am Mittwoch, 18. Januar 2006 11:06 schrieb Mukund JB.:
> Oliver,
> Thanks for the response 
> 
> In usb_skeletoc.c sample driver, when I look into the probe function,
> When trying for bulk out endpoint,  I find the if condition checking for 
> USB_DIR_IN which I guess is wrong 
> and it should be USB_DIR_OUT.
> 
> code section
> ------------
>               if (!dev->bulk_out_endpointAddr &&
>                   !(endpoint->bEndpointAddress & USB_DIR_IN) &&

The devil is in the details, meaning "!"

        Regards
                Oliver


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
linux-usb-devel@lists.sourceforge.net
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to