diff options
Diffstat (limited to 'include/linux/usb')
-rw-r--r-- | include/linux/usb/composite.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/usb/composite.h b/include/linux/usb/composite.h index 5d27a1fe5ce9..9d8c3b634493 100644 --- a/include/linux/usb/composite.h +++ b/include/linux/usb/composite.h | |||
@@ -253,6 +253,8 @@ void usb_remove_config(struct usb_composite_dev *, | |||
253 | * @iManufacturer: Used as iManufacturer override if @dev->iManufacturer is | 253 | * @iManufacturer: Used as iManufacturer override if @dev->iManufacturer is |
254 | * not set. If NULL a default "<system> <release> with <udc>" value | 254 | * not set. If NULL a default "<system> <release> with <udc>" value |
255 | * will be used. | 255 | * will be used. |
256 | * @iSerialNumber: Used as iSerialNumber override if @dev->iSerialNumber is | ||
257 | * not set. | ||
256 | * @dev: Template descriptor for the device, including default device | 258 | * @dev: Template descriptor for the device, including default device |
257 | * identifiers. | 259 | * identifiers. |
258 | * @strings: tables of strings, keyed by identifiers assigned during bind() | 260 | * @strings: tables of strings, keyed by identifiers assigned during bind() |
@@ -283,6 +285,7 @@ struct usb_composite_driver { | |||
283 | const char *name; | 285 | const char *name; |
284 | const char *iProduct; | 286 | const char *iProduct; |
285 | const char *iManufacturer; | 287 | const char *iManufacturer; |
288 | const char *iSerialNumber; | ||
286 | const struct usb_device_descriptor *dev; | 289 | const struct usb_device_descriptor *dev; |
287 | struct usb_gadget_strings **strings; | 290 | struct usb_gadget_strings **strings; |
288 | enum usb_device_speed max_speed; | 291 | enum usb_device_speed max_speed; |