|
@@ -1196,6 +1196,7 @@ struct urb {
|
|
struct usb_device *dev; /* (in) pointer to associated device */
|
|
struct usb_device *dev; /* (in) pointer to associated device */
|
|
struct usb_host_endpoint *ep; /* (internal) pointer to endpoint */
|
|
struct usb_host_endpoint *ep; /* (internal) pointer to endpoint */
|
|
unsigned int pipe; /* (in) pipe information */
|
|
unsigned int pipe; /* (in) pipe information */
|
|
|
|
+ unsigned int stream_id; /* (in) stream ID */
|
|
int status; /* (return) non-ISO status */
|
|
int status; /* (return) non-ISO status */
|
|
unsigned int transfer_flags; /* (in) URB_SHORT_NOT_OK | ...*/
|
|
unsigned int transfer_flags; /* (in) URB_SHORT_NOT_OK | ...*/
|
|
void *transfer_buffer; /* (in) associated data buffer */
|
|
void *transfer_buffer; /* (in) associated data buffer */
|