aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/usb/gadget.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/usb/gadget.h')
-rw-r--r--include/linux/usb/gadget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/usb/gadget.h b/include/linux/usb/gadget.h
index 0142f3af0da6..66a5cff7ee14 100644
--- a/include/linux/usb/gadget.h
+++ b/include/linux/usb/gadget.h
@@ -330,6 +330,7 @@ struct usb_gadget_ops {
330 * @name: Identifies the controller hardware type. Used in diagnostics 330 * @name: Identifies the controller hardware type. Used in diagnostics
331 * and sometimes configuration. 331 * and sometimes configuration.
332 * @dev: Driver model state for this abstract device. 332 * @dev: Driver model state for this abstract device.
333 * @isoch_delay: value from Set Isoch Delay request. Only valid on SS/SSP
333 * @out_epnum: last used out ep number 334 * @out_epnum: last used out ep number
334 * @in_epnum: last used in ep number 335 * @in_epnum: last used in ep number
335 * @mA: last set mA value 336 * @mA: last set mA value
@@ -394,6 +395,7 @@ struct usb_gadget {
394 enum usb_device_state state; 395 enum usb_device_state state;
395 const char *name; 396 const char *name;
396 struct device dev; 397 struct device dev;
398 unsigned isoch_delay;
397 unsigned out_epnum; 399 unsigned out_epnum;
398 unsigned in_epnum; 400 unsigned in_epnum;
399 unsigned mA; 401 unsigned mA;