|
Re: Is it possible for the functional driver to directly access usb endpoint 0?
yes. you can send a control transfer (_URB_CONTROL_TRANSFER(_EX)) down the
stack.
d
--
Please do not send e-mail directly to this alias. this alias is for
newsgroup purposes only.
This posting is provided "AS IS" with no warranties, and confers no rights.
"kevin" <jauming.tw@gmail.com> wrote in message
news:e15f6b32-6249-438d-8d0d-4d1054650cc6@v13g2000pro.googlegroups.com...
> We plan to use endpoint 0 (control type) for some function specific
> WRITE
> functionality (like beep buzzer, blink error LED)
>
> Is it possible for the functional driver to directly access usb
> endpoint 0?
> I could not find any DDK calls that can allow this access.
>
> Thanks
|