Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a45cf2dc authored by Badhri Jagan Sridharan's avatar Badhri Jagan Sridharan Committed by Ruchi Kandoi
Browse files

usb: gadget: configfs: Add usb_function ptr to fi struct



Add a pointer to the usb_function inside the
usb_function_instance structure to service
functions specific setup requests even before
the function gets added to the usb_gadget

Signed-off-by: default avatarBadhri Jagan Sridharan <Badhri@google.com>
Change-Id: I6f457006f6c5516cc6986ec2acdf5b1ecf259d0c
parent 60ad7612
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -562,6 +562,7 @@ struct usb_function_instance {
	struct config_group group;
	struct list_head cfs_list;
	struct usb_function_driver *fd;
	struct usb_function *f;
	int (*set_inst_name)(struct usb_function_instance *inst,
			      const char *name);
	void (*free_func_inst)(struct usb_function_instance *inst);