]> git.baikalelectronics.ru Git - kernel.git/commit
usb: dwc3: ep0: implement support for Set Isoch Delay request
authorFelipe Balbi <balbi@ti.com>
Wed, 25 Apr 2012 07:45:05 +0000 (10:45 +0300)
committerFelipe Balbi <balbi@ti.com>
Wed, 2 May 2012 06:43:09 +0000 (09:43 +0300)
commit6e13c88af12165bc6b7489b44b6966f9942283f3
tree649cfb57d0b1ec27fab9eb0bcb792deeda91909f
parent6575cee04e15e414eb751d5bbff9c90368bea25e
usb: dwc3: ep0: implement support for Set Isoch Delay request

This is basically a noop for DWC3. We don't have
to do anything. Basically we test if the request
parameters are correct, cache the Isochronous
Delay and return success.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/core.h
drivers/usb/dwc3/ep0.c