Hi >From my custom usb driver, to send a control message to my USB device, I am using the usb_control_msg() method. Instead of using it I want to use the usb_fill_control_urb() and usb_submit_urb()methods in order to conform the control message that sumbitted successfully complete ( probably from the call back function). I wasn't success on this so far. Could you please help me on this.
System: Linux 2.6.6 kernel I wander: 1. what is the syntax of usb_fill_control_urb() 2. my control code that I want to send is some thing like 0x0002, how do I fill this info in the urb using usb_fill_control_urb() 3. from my writecallback function, how do I verify that the control code has completed and success. Thanks in advance. Karuna ______________________________________________________________________ Post your free ad now! http://personals.yahoo.ca ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
