|
@@ -1204,7 +1204,8 @@ struct usb_function;
|
|
|
int usb_assign_descriptors(struct usb_function *f,
|
|
|
struct usb_descriptor_header **fs,
|
|
|
struct usb_descriptor_header **hs,
|
|
|
- struct usb_descriptor_header **ss);
|
|
|
+ struct usb_descriptor_header **ss,
|
|
|
+ struct usb_descriptor_header **ssp);
|
|
|
void usb_free_all_descriptors(struct usb_function *f);
|
|
|
|
|
|
struct usb_descriptor_header *usb_otg_descriptor_alloc(
|