> 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
>> -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
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
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
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
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