On Sat, Mar 26, 2011 at 12:53 AM, Richard Sharpe
<[email protected]> wrote:
> Hi Werner,
>
> Can I assume that all the messages handled by ben-wpan/atusb/fw/ep0
> are control messages? Are there any bulk transfers?

Also, can I assume, based on the code, and this structure:

struct setup_request {
        uint8_t bmRequestType;
        uint8_t bRequest;
        uint16_t wValue;
        uint16_t wIndex;
        uint16_t wLength;
};

that the only fields that are important are RequestType, Request and
Length? That is, that you don't particularly care about Value and
Index and that I can set them to zero?

-- 
Regards,
Richard Sharpe

_______________________________________________
Qi Hardware Discussion List
Mail to list (members only): [email protected]
Subscribe or Unsubscribe: 
http://lists.en.qi-hardware.com/mailman/listinfo/discussion

Reply via email to