Re: [PATCH v5 3/3] usb: gadget: f_fs: virtual endpoint address mapping

2014-08-24 Thread Michal Nazarewicz
On Thu, Aug 21 2014, Robert Baldyga wrote: > This patch introduces virtual endpoint address mapping. It separates > function logic form physical endpoint addresses making it more hardware > independent. > > Following modifications changes user space API, so to enable them user > have to switch on

[PATCH v5 3/3] usb: gadget: f_fs: virtual endpoint address mapping

2014-08-21 Thread Robert Baldyga
This patch introduces virtual endpoint address mapping. It separates function logic form physical endpoint addresses making it more hardware independent. Following modifications changes user space API, so to enable them user have to switch on the FUNCTIONFS_VIRTUAL_ADDR flag in descriptors. Endpo