Commit 02f751b4 authored by Peter Chen's avatar Peter Chen Committed by Felipe Balbi

usb: gadget: configfs: add reset API at usb_gadget_driver

Add reset API at usb_gadget_driver, it calls disconnect handler currently,
but may do different things in future.
Acked-by: default avatarAlan Stern <stern@rowland.harvard.edu>
Signed-off-by: default avatarPeter Chen <peter.chen@freescale.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent d8a816fc
...@@ -1450,6 +1450,7 @@ static const struct usb_gadget_driver configfs_driver_template = { ...@@ -1450,6 +1450,7 @@ static const struct usb_gadget_driver configfs_driver_template = {
.unbind = configfs_composite_unbind, .unbind = configfs_composite_unbind,
.setup = composite_setup, .setup = composite_setup,
.reset = composite_disconnect,
.disconnect = composite_disconnect, .disconnect = composite_disconnect,
.max_speed = USB_SPEED_SUPER, .max_speed = USB_SPEED_SUPER,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment