RE: [PATCH 3/3] usb: gadget: port f_mass_storage to USB functions gadget

2012-09-18 Thread Andrzej Pietrasiewicz
Hello Sebastian, On September 17, 2012 6:15 PM Sebastian Andrzej Siewior wrote: > >--- a/drivers/usb/gadget/storage_common.c > >+++ b/drivers/usb/gadget/storage_common.c > >@@ -321,7 +507,7 @@ enum { > > #ifndef FSG_NO_OTG > > static struct usb_otg_descriptor > > fsg_otg_desc = { > >-.bLeng

Re: [PATCH 3/3] usb: gadget: port f_mass_storage to USB functions gadget

2012-09-17 Thread Sebastian Andrzej Siewior
On Mon, Sep 17, 2012 at 06:23:15PM +0200, Sebastian Andrzej Siewior wrote: I'm sorry, this was the same thing from the other client which I planed to cancel. Sebastian -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org Mor

Re: [PATCH 3/3] usb: gadget: port f_mass_storage to USB functions gadget

2012-09-17 Thread Sebastian Andrzej Siewior
On 09/17/2012 09:10 AM, Andrzej Pietrasiewicz wrote: --- a/drivers/usb/gadget/f_mass_storage.c +++ b/drivers/usb/gadget/f_mass_storage.c @@ -2994,26 +3121,41 @@ static struct usb_gadget_strings *fsg_strings_array[] = { - fsg->function.name= FSG_DRIVER_DESC; - fsg->functi

Re: [PATCH 3/3] usb: gadget: port f_mass_storage to USB functions gadget

2012-09-17 Thread Sebastian Andrzej Siewior
* Andrzej Pietrasiewicz | 2012-09-17 09:10:00 [+0200]: >--- a/drivers/usb/gadget/f_mass_storage.c >+++ b/drivers/usb/gadget/f_mass_storage.c >@@ -2694,65 +2848,69 @@ static struct fsg_common *fsg_common_init(struct >fsg_common *common, > fsg_intf_desc.iInterface = rc; > } > >