diff --git a/[refs] b/[refs] index 95668517bb23..71d8e85818f4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 22ad1e7f86e1fb96488d71512e2797153a6ad839 +refs/heads/master: 94af1220985c71cd80d6c161b7a42c51ef08b923 diff --git a/trunk/include/linux/usb.h b/trunk/include/linux/usb.h index e32a849f81ce..191af498c4f5 100644 --- a/trunk/include/linux/usb.h +++ b/trunk/include/linux/usb.h @@ -1196,6 +1196,7 @@ struct urb { struct usb_device *dev; /* (in) pointer to associated device */ struct usb_host_endpoint *ep; /* (internal) pointer to endpoint */ unsigned int pipe; /* (in) pipe information */ + unsigned int stream_id; /* (in) stream ID */ int status; /* (return) non-ISO status */ unsigned int transfer_flags; /* (in) URB_SHORT_NOT_OK | ...*/ void *transfer_buffer; /* (in) associated data buffer */