Re: [PATCHv2 2/2] usb: gadget: f_fs: OS descriptors support

2014-07-08 Thread Andrzej Pietrasiewicz
Hello Michal, Thank you for your review. One more chance for a better code ;) A v3 series is in order. AP W dniu 07.07.2014 17:39, Michal Nazarewicz pisze: On Mon, Jul 07 2014, Andrzej Pietrasiewicz andrze...@samsung.com wrote: Add support for OS descriptors. The new format of descriptors

Re: [PATCHv2 2/2] usb: gadget: f_fs: OS descriptors support

2014-07-08 Thread Michal Nazarewicz
On Tue, Jul 08 2014, Andrzej Pietrasiewicz andrze...@samsung.com wrote: Thank you for your review. One more chance for a better code ;) A v3 series is in order. You're welcome. I think v3 may be the one. ;) -- Best regards, _ _ .o. | Liege of

[PATCHv2 2/2] usb: gadget: f_fs: OS descriptors support

2014-07-07 Thread Andrzej Pietrasiewicz
Add support for OS descriptors. The new format of descriptors is used, because the flags field is required for extensions. os_count gives the number of OSDesc[] elements. The format of descriptors is given in include/uapi/linux/usb/functionfs.h. For extended properties descriptor the

Re: [PATCHv2 2/2] usb: gadget: f_fs: OS descriptors support

2014-07-07 Thread Michal Nazarewicz
On Mon, Jul 07 2014, Andrzej Pietrasiewicz andrze...@samsung.com wrote: Add support for OS descriptors. The new format of descriptors is used, because the flags field is required for extensions. os_count gives the number of OSDesc[] elements. The format of descriptors is given in