Re: [PATCH] usb: gadget: uvc: Missing files for configfs interface

2018-02-09 Thread Bin Liu
On Fri, Feb 09, 2018 at 08:51:03PM +0100, Greg KH wrote: > On Fri, Feb 09, 2018 at 01:23:43PM -0600, Bin Liu wrote: > > From: Petr Cvek > > > > commit c8cd751060b149997b9de53a494fb1490ded72c5 upstream. > > > > Commit 76e0da34c7ce ("usb-gadget/uvc: use per-attribute show and

Re: [PATCH] usb: gadget: uvc: Missing files for configfs interface

2018-02-09 Thread Greg KH
On Fri, Feb 09, 2018 at 01:23:43PM -0600, Bin Liu wrote: > From: Petr Cvek > > commit c8cd751060b149997b9de53a494fb1490ded72c5 upstream. > > Commit 76e0da34c7ce ("usb-gadget/uvc: use per-attribute show and store > methods") caused a stringification of an undefined macro

[PATCH] usb: gadget: uvc: Missing files for configfs interface

2018-02-09 Thread Bin Liu
From: Petr Cvek commit c8cd751060b149997b9de53a494fb1490ded72c5 upstream. Commit 76e0da34c7ce ("usb-gadget/uvc: use per-attribute show and store methods") caused a stringification of an undefined macro argument "aname", so three UVC parameters (streaming_interval,

Re: [PATCH] usb: gadget: uvc: Missing files for configfs interface

2017-03-31 Thread Petr Cvek
Dne 31.3.2017 v 11:01 Laurent Pinchart napsal(a): > Hi Felipe and Petr, > > On Tuesday 28 Mar 2017 16:48:46 Felipe Balbi wrote: >> Petr Cvek writes: >>> Dne 7.3.2017 v 06:58 Laurent Pinchart napsal(a): On Tuesday 07 Mar 2017 00:57:20 Petr Cvek wrote: > Commit

Re: [PATCH] usb: gadget: uvc: Missing files for configfs interface

2017-03-31 Thread Laurent Pinchart
Hi Felipe and Petr, On Tuesday 28 Mar 2017 16:48:46 Felipe Balbi wrote: > Petr Cvek writes: > > Dne 7.3.2017 v 06:58 Laurent Pinchart napsal(a): > >> On Tuesday 07 Mar 2017 00:57:20 Petr Cvek wrote: > >>> Commit 76e0da34c7ce ("usb-gadget/uvc: use per-attribute show and store >

Re: [PATCH] usb: gadget: uvc: Missing files for configfs interface

2017-03-28 Thread Felipe Balbi
Hi, Petr Cvek writes: > Dne 7.3.2017 v 06:58 Laurent Pinchart napsal(a): >> Hi Petr, >> >> Thank you for the patch. >> >> On Tuesday 07 Mar 2017 00:57:20 Petr Cvek wrote: >>> Commit 76e0da34c7ce ("usb-gadget/uvc: use per-attribute show and store >>> methods") caused a

[PATCH] usb: gadget: uvc: Missing files for configfs interface

2017-03-07 Thread Petr Cvek
Commit 76e0da34c7ce ("usb-gadget/uvc: use per-attribute show and store methods") caused a stringification of an undefined macro argument "aname", so three UVC parameters (streaming_interval, streaming_maxpacket and streaming_maxburst) were named "aname". Add the definition of "aname" to the main

Re: [PATCH] usb: gadget: uvc: Missing files for configfs interface

2017-03-06 Thread Laurent Pinchart
Hi Petr, Thank you for the patch. On Tuesday 07 Mar 2017 00:57:20 Petr Cvek wrote: > Commit 76e0da34c7ce ("usb-gadget/uvc: use per-attribute show and store > methods") caused a stringification of an undefined macro argument "aname", > so three UVC parameters (streaming_interval,

Re: [PATCH] usb: gadget: uvc: Missing files for configfs interface

2017-03-06 Thread Petr Cvek
Dne 7.3.2017 v 06:58 Laurent Pinchart napsal(a): > Hi Petr, > > Thank you for the patch. > > On Tuesday 07 Mar 2017 00:57:20 Petr Cvek wrote: >> Commit 76e0da34c7ce ("usb-gadget/uvc: use per-attribute show and store >> methods") caused a stringification of an undefined macro argument "aname", >>