Re: [PATCH v2 2/2] usb: gadget: composite: remove redundant bcdUSB setting in legacy

2015-10-09 Thread Felipe Balbi
Hi, Igor Kotrasinski writes: > Since composite now overwrites bcdUSB for any gadget, remove > setting it in legacy gadgets. All legacy gadgets set 0x0200, the > same as the value additionally set by composite, so there is no > behaviour change. > > Signed-off-by: Igor Kotrasinski this doesn't

[PATCH v2 2/2] usb: gadget: composite: remove redundant bcdUSB setting in legacy

2015-08-20 Thread Igor Kotrasinski
Since composite now overwrites bcdUSB for any gadget, remove setting it in legacy gadgets. All legacy gadgets set 0x0200, the same as the value additionally set by composite, so there is no behaviour change. Signed-off-by: Igor Kotrasinski --- drivers/usb/gadget/legacy/acm_ms.c | 2 +- d