usb: gadget: uvc: Fix string descriptor STALL issue when multiple uvc functions are...
authorBhupesh Sharma <bhupesh.sharma@st.com>
Fri, 1 Jun 2012 09:38:54 +0000 (15:08 +0530)
committerFelipe Balbi <balbi@ti.com>
Mon, 4 Jun 2012 15:12:25 +0000 (18:12 +0300)
commit3de6e63f7845e99981e489ddccf70b3ec02fe00a
tree87480666c4c3715ec12e33423e9fc8381f363489
parent0a00790ff4755f2e3eab907a43725cff59fc074b
usb: gadget: uvc: Fix string descriptor STALL issue when multiple uvc functions are added to a configuration

This patch solved the string descriptor STALL issue when we add multiple UVC
functions in a single configuration using a 'webcam.c' like composite driver.

Signed-off-by: Bhupesh Sharma <bhupesh.sharma@st.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/f_uvc.c