Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usb/uas: add usb_pipe_usage_descriptor | Sebastian Andrzej Siewior | 2012-02-02 | 1 | -0/+8 |
| | | | | | | | | | | usb_pipe_usage_descriptor defines the struct which is used to describe the type of the endpoint in UAS (status/command/data in+out). It will be used by the UAS gadget, the host code is using a char array for the access. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com> | ||||
* | usb/uas: move UAS structs / defines into a header file | Sebastian Andrzej Siewior | 2012-02-02 | 1 | -0/+61 |
The protocol specific structures and defines which are used by UAS are moved into a header files by this patch so it can be accessed by the UAS gadget as well. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com> |