Re: [PATCH 09/20] usb/gadget: push VID/PID/USB BCD module option into gadgets

2012-08-27 Thread Michal Nazarewicz
Sebastian Andrzej Siewior writes: > On 08/24/2012 11:34 PM, Michal Nazarewicz wrote: >>> diff --git a/drivers/usb/gadget/audio.c b/drivers/usb/gadget/audio.c >>> index 689d142..a9c687a 100644 >>> --- a/drivers/usb/gadget/audio.c >>> +++ b/drivers/usb/gadget/audio.c >>> @@ -13,6 +13,7 @@ >>> >>>

Re: [PATCH 09/20] usb/gadget: push VID/PID/USB BCD module option into gadgets

2012-08-27 Thread Sebastian Andrzej Siewior
On 08/24/2012 11:34 PM, Michal Nazarewicz wrote: diff --git a/drivers/usb/gadget/audio.c b/drivers/usb/gadget/audio.c index 689d142..a9c687a 100644 --- a/drivers/usb/gadget/audio.c +++ b/drivers/usb/gadget/audio.c @@ -13,6 +13,7 @@ #include #include +#include Why is this needed in this pat

Re: [PATCH 09/20] usb/gadget: push VID/PID/USB BCD module option into gadgets

2012-08-24 Thread Michal Nazarewicz
Sebastian Andrzej Siewior writes: > This patch moves the module options idVendor, idProduct and bcdDevice > from composite.c into each gadgets. This ensures compatibility with > current gadgets and removes the global variable which brings me step > closer towards composite.c in libcomposite > > Si

[PATCH 09/20] usb/gadget: push VID/PID/USB BCD module option into gadgets

2012-08-24 Thread Sebastian Andrzej Siewior
This patch moves the module options idVendor, idProduct and bcdDevice from composite.c into each gadgets. This ensures compatibility with current gadgets and removes the global variable which brings me step closer towards composite.c in libcomposite Signed-off-by: Sebastian Andrzej Siewior --- d