Re: [PATCH v7 2/2] usb: gadget: f_fs: virtual endpoint address mapping

2014-09-05 Thread Felipe Balbi
On Thu, Sep 04, 2014 at 08:32:18AM +0200, 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

Re: [PATCH v7 2/2] usb: gadget: f_fs: virtual endpoint address mapping

2014-09-05 Thread Felipe Balbi
On Thu, Sep 04, 2014 at 08:32:18AM +0200, 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

[PATCH v7 2/2] usb: gadget: f_fs: virtual endpoint address mapping

2014-09-04 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.

[PATCH v7 2/2] usb: gadget: f_fs: virtual endpoint address mapping

2014-09-04 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.