| commit | 42f3ea1932e55507372b9926f539a09b05c04091 | [log] [tgz] |
|---|---|---|
| author | Amit Pundir <amit.pundir@linaro.org> | Tue Oct 06 20:53:27 2015 +0530 |
| committer | Dmitry Shmidt <dimitrysh@google.com> | Mon Nov 02 11:15:54 2015 -0800 |
| tree | ff12fe643195a1b991819fd5834aeb7690ff8d0c | |
| parent | fa26a69b40beac00023794b2e9cea1e29fefc39a [diff] |
usb: gadget: configfs: handle gadget reset request for android There is this new mandatory UDC->reset API in v3.18+ kernels, commit ef979a26 "usb: gadget: add reset API at usb_gadget_driver". Let android_disconnect handle that for Android, similar to how composite_disconnect is handling the generic ConfigFS gadget reset request. Signed-off-by: Amit Pundir <amit.pundir@linaro.org>