commit | 4fbac5206afd01b717d4bdc58793d471f3391b4b | [log] [tgz] |
---|---|---|
author | Petr Cvek <petr.cvek@tul.cz> | Wed Aug 17 12:36:57 2016 +0200 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Wed Aug 31 10:06:04 2016 +0300 |
tree | da884fd091ed24cc5e7b823a494467e911970cfb | |
parent | ee5acabf5805612c72084276e0c215367a042d71 [diff] |
usb: gadget: uvc: Add missing call for additional setup data Some UVC commands require additional data (non zero uvc->event_length). Add usb_ep_queue() call, so uvc_function_ep0_complete() can be called and send received data to the userspace. Signed-off-by: Petr Cvek <petr.cvek@tul.cz> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>