]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: dwc3: remove special status request handling in ep0
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Tue, 18 Oct 2011 17:13:29 +0000 (19:13 +0200)
committerFelipe Balbi <balbi@ti.com>
Mon, 12 Dec 2011 09:48:21 +0000 (11:48 +0200)
commit8ee6270c7f0aeba07355eee82d687efcd8ca9d39
tree8ec4379f26fbfe5c25ab80e4fbb1069419ccaf5b
parent0cc7a519c424c8f07d5ef5e3928b7a07446c5303
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 <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/core.h
drivers/usb/dwc3/ep0.c