diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/usb/gadget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/usb/gadget.h b/include/linux/usb/gadget.h index 317d8925387c..4d99805bcbb7 100644 --- a/include/linux/usb/gadget.h +++ b/include/linux/usb/gadget.h | |||
| @@ -164,7 +164,7 @@ struct usb_ep { | |||
| 164 | unsigned maxpacket:16; | 164 | unsigned maxpacket:16; |
| 165 | unsigned max_streams:16; | 165 | unsigned max_streams:16; |
| 166 | unsigned mult:2; | 166 | unsigned mult:2; |
| 167 | unsigned maxburst:4; | 167 | unsigned maxburst:5; |
| 168 | u8 address; | 168 | u8 address; |
| 169 | const struct usb_endpoint_descriptor *desc; | 169 | const struct usb_endpoint_descriptor *desc; |
| 170 | const struct usb_ss_ep_comp_descriptor *comp_desc; | 170 | const struct usb_ss_ep_comp_descriptor *comp_desc; |
