Re: [PATCH 2/2] usb: gadget: function: f_fs: pass companion descriptor along

2017-03-10 Thread Felipe Balbi
Hi, Krzysztof Opasiak writes: >> Krzysztof Opasiak writes: >>> On 01/31/2017 02:08 PM, Felipe Balbi wrote: If we're dealing with SuperSpeed endpoints, we need to make sure to pass along the companion descriptor and initialize fields needed by the Gadget API. Eventually, f_fs

Re: [PATCH 2/2] usb: gadget: function: f_fs: pass companion descriptor along

2017-01-31 Thread Krzysztof Opasiak
On 01/31/2017 04:56 PM, Felipe Balbi wrote: > > Hi, > > Krzysztof Opasiak writes: >> On 01/31/2017 02:08 PM, Felipe Balbi wrote: >>> If we're dealing with SuperSpeed endpoints, we need >>> to make sure to pass along the companion descriptor >>> and initialize fields needed by the Gadget >>> AP

Re: [PATCH 2/2] usb: gadget: function: f_fs: pass companion descriptor along

2017-01-31 Thread Felipe Balbi
Hi, Krzysztof Opasiak writes: > On 01/31/2017 02:08 PM, Felipe Balbi wrote: >> If we're dealing with SuperSpeed endpoints, we need >> to make sure to pass along the companion descriptor >> and initialize fields needed by the Gadget >> API. Eventually, f_fs.c should be converted to use >> config_

Re: [PATCH 2/2] usb: gadget: function: f_fs: pass companion descriptor along

2017-01-31 Thread Krzysztof Opasiak
On 01/31/2017 02:08 PM, Felipe Balbi wrote: > If we're dealing with SuperSpeed endpoints, we need > to make sure to pass along the companion descriptor > and initialize fields needed by the Gadget > API. Eventually, f_fs.c should be converted to use > config_ep_by_speed() like all other functions

[PATCH 2/2] usb: gadget: function: f_fs: pass companion descriptor along

2017-01-31 Thread Felipe Balbi
If we're dealing with SuperSpeed endpoints, we need to make sure to pass along the companion descriptor and initialize fields needed by the Gadget API. Eventually, f_fs.c should be converted to use config_ep_by_speed() like all other functions, though. Cc: Signed-off-by: Felipe Balbi --- Will b