diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/usb.h b/include/linux/usb.h index e32a849f81ce..191af498c4f5 100644 --- a/include/linux/usb.h +++ b/include/linux/usb.h | |||
@@ -1196,6 +1196,7 @@ struct urb { | |||
1196 | struct usb_device *dev; /* (in) pointer to associated device */ | 1196 | struct usb_device *dev; /* (in) pointer to associated device */ |
1197 | struct usb_host_endpoint *ep; /* (internal) pointer to endpoint */ | 1197 | struct usb_host_endpoint *ep; /* (internal) pointer to endpoint */ |
1198 | unsigned int pipe; /* (in) pipe information */ | 1198 | unsigned int pipe; /* (in) pipe information */ |
1199 | unsigned int stream_id; /* (in) stream ID */ | ||
1199 | int status; /* (return) non-ISO status */ | 1200 | int status; /* (return) non-ISO status */ |
1200 | unsigned int transfer_flags; /* (in) URB_SHORT_NOT_OK | ...*/ | 1201 | unsigned int transfer_flags; /* (in) URB_SHORT_NOT_OK | ...*/ |
1201 | void *transfer_buffer; /* (in) associated data buffer */ | 1202 | void *transfer_buffer; /* (in) associated data buffer */ |