From: Felipe Balbi Date: Mon, 29 Sep 2014 18:35:54 +0000 (-0500) Subject: usb: gadget: function: acm: make f_acm pass USB20CV Chapter9 X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~17^2~2^2~26 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52ec49a5e56a27c5b6f8217708783eff39f24c16;p=pandora-kernel.git 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: # v3.4+ Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed