Re: [PATCH v5 1/3] usb: gadget: f_fs: fix the redundant ep files problem

2014-08-25 Thread Robert Baldyga
On 08/24/2014 04:14 PM, Michal Nazarewicz wrote: > On Thu, Aug 21 2014, Robert Baldyga wrote: >> Up to now, when endpoint addresses in descriptors were non-consecutive, >> there were created redundant files, which could cause problems in kernel, >> when user tryed to read/write to them. It was res

Re: [PATCH v5 1/3] usb: gadget: f_fs: fix the redundant ep files problem

2014-08-24 Thread Michal Nazarewicz
On Thu, Aug 21 2014, Robert Baldyga wrote: > Up to now, when endpoint addresses in descriptors were non-consecutive, > there were created redundant files, which could cause problems in kernel, > when user tryed to read/write to them. It was result of fact that maximum ^ -- tried

[PATCH v5 1/3] usb: gadget: f_fs: fix the redundant ep files problem

2014-08-21 Thread Robert Baldyga
Up to now, when endpoint addresses in descriptors were non-consecutive, there were created redundant files, which could cause problems in kernel, when user tryed to read/write to them. It was result of fact that maximum endpoint address was taken as total number of endpoints in funciton. This patc