Endpoint 0 question

I have a quick development question:
Is there a way in the DDK to send URBs down endpoint zero? I am trying to
implement the mass storage reset and get max lun functions as per the max
storage specification.
Alternateively, does the DDK already have these functional characteristics
in place?

Rob S <rob@altsoftware.com> wrote:

I have a quick development question:
Is there a way in the DDK to send URBs down endpoint zero? I am trying to
implement the mass storage reset and get max lun functions as per the max
storage specification.
Alternateively, does the DDK already have these functional characteristics
in place?

The usbd_setup_vendor function allows you to send requests on the control
endpoint.