Re: [PATCH v2 1/3] usb: gadget: f_fs: virtual address mapping

2014-07-28 Thread Robert Baldyga
On 07/28/2014 05:21 PM, Michal Nazarewicz wrote: > OK, I see, I misunderstood your change before. So what you're saying is > that now we have: > 1. numbers user space provides in bEndpoindAddress, > 2. physical addresses assigned when endpoint is configured, and > 3. numbers for file names which g

Re: [PATCH v2 1/3] usb: gadget: f_fs: virtual address mapping

2014-07-28 Thread Michal Nazarewicz
OK, I see, I misunderstood your change before. So what you're saying is that now we have: 1. numbers user space provides in bEndpoindAddress, 2. physical addresses assigned when endpoint is configured, and 3. numbers for file names which go sequentially; and what you want is to change the code so

Re: [PATCH v2 1/3] usb: gadget: f_fs: virtual address mapping

2014-07-28 Thread Robert Baldyga
On 07/28/2014 12:22 PM, Michal Nazarewicz wrote: > On Mon, Jul 28 2014, Robert Baldyga wrote: >> On 07/25/2014 04:18 PM, Michal Nazarewicz wrote: >>> On Fri, Jul 25 2014, Robert Baldyga wrote: This patch adds virtual endpoint address mapping to functionfs. So far endpoint addresses

Re: [PATCH v2 1/3] usb: gadget: f_fs: virtual address mapping

2014-07-28 Thread Michal Nazarewicz
On Mon, Jul 28 2014, Robert Baldyga wrote: > On 07/25/2014 04:18 PM, Michal Nazarewicz wrote: >> On Fri, Jul 25 2014, Robert Baldyga wrote: >>> This patch adds virtual endpoint address mapping to functionfs. >>> >>> So far endpoint addresses given by user through endpoint descriptors >>> were igno

Re: [PATCH v2 1/3] usb: gadget: f_fs: virtual address mapping

2014-07-27 Thread Robert Baldyga
On 07/25/2014 04:18 PM, Michal Nazarewicz wrote: > On Fri, Jul 25 2014, Robert Baldyga wrote: >> This patch adds virtual endpoint address mapping to functionfs. >> >> So far endpoint addresses given by user through endpoint descriptors >> were ignored, and replaced by physical endpoint addresses. E

Re: [PATCH v2 1/3] usb: gadget: f_fs: virtual address mapping

2014-07-25 Thread Michal Nazarewicz
On Fri, Jul 25 2014, Robert Baldyga wrote: > This patch adds virtual endpoint address mapping to functionfs. > > So far endpoint addresses given by user through endpoint descriptors > were ignored, and replaced by physical endpoint addresses. Endpoint > address in wIndex field of setup requesti, ad