]> git.karo-electronics.de Git - karo-tx-linux.git/commit
usb: gadget: function: uvc: disable endpoints on ->disable()
authorFelipe Balbi <balbi@ti.com>
Mon, 29 Sep 2014 18:43:20 +0000 (13:43 -0500)
committerFelipe Balbi <balbi@ti.com>
Mon, 20 Oct 2014 20:58:48 +0000 (15:58 -0500)
commite3122f5fedb6d88a043b60822f601f7ab517a465
treeb67d18119cf553f96ec5b3f01b9aeead2bee3d25
parent62e370785cb337981999ac7ec364e22ffb6c2cd3
usb: gadget: function: uvc: disable endpoints on ->disable()

when our ->disable() method is called, we must
make sure to teardown all our resources, including
endpoints.

Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/function/f_uvc.c