commit | 52ec49a5e56a27c5b6f8217708783eff39f24c16 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Mon Sep 29 13:35:54 2014 -0500 |
committer | Felipe Balbi <balbi@ti.com> | Mon Oct 20 15:58:48 2014 -0500 |
tree | 22e03456fbf8d7a1bc05ad5f30bb65d4fb7ff00b | |
parent | e975be287b87e0862b0f57e7326a79667e32a90a [diff] |
usb: gadget: function: acm: make f_acm pass USB20CV Chapter9 During Halt Endpoint Test, our interrupt endpoint will be disabled, which will clear out ep->desc to NULL. Unless we call config_ep_by_speed() again, we will not be able to enable this endpoint which will make us fail that test. Fixes: f9c56cd (usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disable) Cc: <stable@vger.kernel.org> # v3.4+ Signed-off-by: Felipe Balbi <balbi@ti.com>