From: Sebastian Andrzej Siewior Date: Tue, 18 Oct 2011 17:13:29 +0000 (+0200) Subject: usb: dwc3: remove special status request handling in ep0 X-Git-Tag: v3.3-rc1~153^2~30^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ee6270c7f0aeba07355eee82d687efcd8ca9d39;p=pandora-kernel.git usb: dwc3: remove special status request handling in ep0 The GetStatus (STD)-request is handled the driver and uses a tiny hack to send the two bytes long answer. This patch removes the custom hack uses the normal usb_ep_queue() for that. Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed