]> git.baikalelectronics.ru Git - kernel.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)
commit6bf59576e7ed9fe7f78eec38a4f24350d1397c3f
treeb67d18119cf553f96ec5b3f01b9aeead2bee3d25
parent1bdc45ef4e04d7b93060e5f1b53a2e56ed0c8283
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