diff options
Diffstat (limited to 'drivers/usb/gadget/uvc.h')
-rw-r--r-- | drivers/usb/gadget/uvc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/usb/gadget/uvc.h b/drivers/usb/gadget/uvc.h index ca4e03a1c73a..93b0c1191115 100644 --- a/drivers/usb/gadget/uvc.h +++ b/drivers/usb/gadget/uvc.h | |||
@@ -153,9 +153,11 @@ struct uvc_device | |||
153 | 153 | ||
154 | /* Descriptors */ | 154 | /* Descriptors */ |
155 | struct { | 155 | struct { |
156 | const struct uvc_descriptor_header * const *control; | 156 | const struct uvc_descriptor_header * const *fs_control; |
157 | const struct uvc_descriptor_header * const *ss_control; | ||
157 | const struct uvc_descriptor_header * const *fs_streaming; | 158 | const struct uvc_descriptor_header * const *fs_streaming; |
158 | const struct uvc_descriptor_header * const *hs_streaming; | 159 | const struct uvc_descriptor_header * const *hs_streaming; |
160 | const struct uvc_descriptor_header * const *ss_streaming; | ||
159 | } desc; | 161 | } desc; |
160 | 162 | ||
161 | unsigned int control_intf; | 163 | unsigned int control_intf; |