commit | d0f7ca3c211a7eedd4e2170b5fe9d2cd8ea22a63 | [log] [tgz] |
---|---|---|
author | Mike Lockwood <lockwood@android.com> | Tue Dec 13 01:17:40 2011 +0800 |
committer | Andy Green <andy.green@linaro.org> | Mon Jan 09 11:15:13 2012 +0800 |
tree | e808ea9c5f69ab18f58b9c598a9ee2c2db40ad80 | |
parent | 0827e6d5e8be4f8bac9b10642545d5e9b6218535 [diff] |
USB: composite: Add usb_composite_force_reset utility to force enumeration Use this rather than calling usb_gadget_disconnect and usb_gadget_connect directly to avoid sending USB disconnect events to userspace when resetting the bus. Signed-off-by: Mike Lockwood <lockwood@android.com>