Is it possible for the functional driver to directly access usbendpoint 0?

  • Thread starter Thread starter kevin
  • Start date Start date
K

kevin

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
 
yes. you can send a control transfer (_URB_CONTROL_TRANSFER(_EX)) down the
stack.

d
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top