RE: [PATCHv2] usb: gadget: f_fs: Add flags to descriptors block

2014-06-05 Thread Krzysztof Opasiak
> linux-usb@vger.kernel.org; linux-arm-...@vger.kernel.org; > ben...@android.com; Andrzej Pietrasiewicz; > gre...@linuxfoundation.org; 'Manu Gautam'; Karol Lewandowski; Marek > Szyprowski > Subject: Re: [PATCHv2] usb: gadget: f_fs: Add flags to descriptors > block > &g

Re: [PATCHv2] usb: gadget: f_fs: Add flags to descriptors block

2014-06-04 Thread Michal Nazarewicz
>> -struct usb_functionfs_descs_head { >> -__le32 magic; >> -__le32 length; >> -__le32 fs_count; >> -__le32 hs_count; >> -} __attribute__((packed)); On Wed, Jun 04 2014, Krzysztof Opasiak wrote: > I have tried to compile FFS examples with v3.15-rc8 but I have faced an > issue that

RE: [PATCHv2] usb: gadget: f_fs: Add flags to descriptors block

2014-06-04 Thread Krzysztof Opasiak
a.org; > linux-usb@vger.kernel.org; linux-arm-...@vger.kernel.org; > ben...@android.com; Andrzej Pietrasiewicz; > gre...@linuxfoundation.org; Manu Gautam > Subject: [PATCHv2] usb: gadget: f_fs: Add flags to descriptors > block > > This reworks the way SuperSpeed descriptor

Re: [PATCHv2] usb: gadget: f_fs: Add flags to descriptors block

2014-02-28 Thread Manu Gautam
On 2/25/2014 10:32 PM, Michal Nazarewicz wrote: > This reworks the way SuperSpeed descriptors are added and instead of > having a magick after full and high speed descriptors, it reworks the > whole descriptors block to include a flags field which lists which > descriptors are present and makes fut

Re: [PATCHv2] usb: gadget: f_fs: Add flags to descriptors block

2014-02-25 Thread Felipe Balbi
Hi, On Tue, Feb 25, 2014 at 06:02:18PM +0100, Michal Nazarewicz wrote: > This reworks the way SuperSpeed descriptors are added and instead of > having a magick after full and high speed descriptors, it reworks the > whole descriptors block to include a flags field which lists which > descriptors a

[PATCHv2] usb: gadget: f_fs: Add flags to descriptors block

2014-02-25 Thread Michal Nazarewicz
This reworks the way SuperSpeed descriptors are added and instead of having a magick after full and high speed descriptors, it reworks the whole descriptors block to include a flags field which lists which descriptors are present and makes future extensions possible. Signed-off-by: Michal Nazarewi