Ghm. The author or lmctl probably did not know about it:). He just
used this function in user-level code. So I really do not know which
was of dealing with kernel-level usb service it is using.

Actually, in the code I just see
#define __KERNEL__
#include <usb.h>

I do not really understand the question regarding ep0 (sorry, I am not
familiar too much with usb arch). Could you elaborate please?

Sergey


On Sun, 28 Nov 2004 12:52:25 +0100, Oliver Neukum <[EMAIL PROTECTED]> wrote:
> usb_control_msg() is not exported as such to user space.
> Which api to user space does it use? The input device or
> usbfs?
> Additionally which interface and endpoint is used? If it is a
> vendor specific request to ep0, then the answer is no, it cannot
> be done. Ep0 must be protected. You must write an ioctl kernel handler.
> 
>         Regards
>                 Oliver
>


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to