commit | 54dfce6d07b0391e23d006579bba488de4f7d6aa | [log] [tgz] |
---|---|---|
author | Felix Hädicke <felixhaedicke@web.de> | Wed Jun 22 01:12:07 2016 +0200 |
committer | Felipe Balbi <felipe.balbi@linux.intel.com> | Thu Aug 25 12:13:17 2016 +0300 |
tree | 434992c766d701fea355d0493592ef4a82e563b3 | |
parent | ed6fe1f50f0c0fdea674dfa739af50011034bdfa [diff] |
usb: gadget: f_fs: handle control requests not directed to interface or endpoint Introduces a new FunctionFS descriptor flag named FUNCTIONFS_ALL_CTRL_RECIP. When this flag is enabled, control requests, which are not explicitly directed to an interface or endpoint, can be handled. This allows FunctionFS userspace drivers to process non-standard control requests. Signed-off-by: Felix Hädicke <felixhaedicke@web.de> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>